Changeset 740

Show
Ignore:
Timestamp:
06/22/07 13:43:08 (2 years ago)
Author:
yuanying
Message:

URIBasedRunnerWithProgress is added.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.jalcedo.client/trunk/org.jalcedo.client.rest.ui/META-INF/MANIFEST.MF

    r734 r740  
    55Bundle-Version: 0.0.1 
    66Bundle-Vendor: Jalcedo.org 
    7 Require-Bundle: org.jalcedo.client.rest, 
    8  org.eclipse.ui 
    9 Export-Package: org.jalcedo.client.rest.ui.login 
     7Require-Bundle: org.eclipse.core.runtime, 
     8 org.eclipse.ui, 
     9 org.jalcedo.client.rest 
     10Export-Package: org.jalcedo.client.rest.ui.login, 
     11 org.jalcedo.client.rest.ui.operation 
  • org.jalcedo.client/trunk/org.jalcedo.client.rest.ui/src/org/jalcedo/client/rest/ui/login/LoginRequiredAction.java

    r734 r740  
     1/******************************************************************************* 
     2 * Copyright (c) 2007 NEC Soft, Ltd. 
     3 * All rights reserved. This program and the accompanying materials 
     4 * are made available under the terms of the Eclipse Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/epl-v10.html 
     7 * 
     8 * Contributors: 
     9 *     NEC Soft, Ltd.- initial API and implementation 
     10 *******************************************************************************/ 
    111package org.jalcedo.client.rest.ui.login; 
    212 
  • org.jalcedo.client/trunk/org.jalcedo.client.rest.ui/src/org/jalcedo/client/rest/ui/login/WindowBasedLoginRequiredAction.java

    r734 r740  
     1/******************************************************************************* 
     2 * Copyright (c) 2007 NEC Soft, Ltd. 
     3 * All rights reserved. This program and the accompanying materials 
     4 * are made available under the terms of the Eclipse Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/epl-v10.html 
     7 * 
     8 * Contributors: 
     9 *     NEC Soft, Ltd.- initial API and implementation 
     10 *******************************************************************************/ 
    111package org.jalcedo.client.rest.ui.login; 
    212