You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2007/01/03 08:45:03 UTC

svn commit: r492067 [1/3] - in /maven/continuum/sandbox/continuum-eclipse-plugin: ./ .settings/ META-INF/ icons/ lib/ src/ src/org/ src/org/apache/ src/org/apache/continuum/ src/org/apache/continuum/internal/ src/org/apache/continuum/internal/model/ sr...

Author: rinku
Date: Tue Jan  2 23:45:01 2007
New Revision: 492067

URL: http://svn.apache.org/viewvc?view=rev&rev=492067
Log:
o  Initial import (CONTINUUM-663)

Added:
    maven/continuum/sandbox/continuum-eclipse-plugin/.classpath   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/.project   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/.settings/
    maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs
    maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.ui.prefs
    maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.wst.validation.prefs
    maven/continuum/sandbox/continuum-eclipse-plugin/META-INF/
    maven/continuum/sandbox/continuum-eclipse-plugin/META-INF/MANIFEST.MF
    maven/continuum/sandbox/continuum-eclipse-plugin/README.txt   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/build.properties   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/icons/
    maven/continuum/sandbox/continuum-eclipse-plugin/icons/sample.gif   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/lib/
    maven/continuum/sandbox/continuum-eclipse-plugin/plugin.properties   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/plugin.xml   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/pom.xml   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/Activator.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/ConnectionProfileManager.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/BuildDefinitionAdapter.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/ProjectAdapter.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/ConnectionProfile.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractDialog.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractEditDialog.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractNewDialog.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractOpenDialogAction.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractTablePropertySection.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/BuildDefinitionInfoSection.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/ConnectAction.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/EditBuildDefinitionDialog.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/EditProjectDialog.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/NewBuildDefinitionAction.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/NewConnectionAction.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/OpenProjectAction.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/ProjectInfoSection.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/ProjectListViewer.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/ProjectsView.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/wizard/
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/wizard/ConnectionProfilePage.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/wizard/CreateConnectionProfileWizard.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/test/
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/apache/
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/apache/continuum/
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/apache/continuum/ui/
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/apache/continuum/ui/views/
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/apache/continuum/ui/views/DialogTestSupport.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/apache/continuum/ui/views/EditDefinitionDialogTest.java   (with props)
    maven/continuum/sandbox/continuum-eclipse-plugin/test/org/apache/continuum/ui/views/EditProjectDialogTest.java   (with props)

Added: maven/continuum/sandbox/continuum-eclipse-plugin/.classpath
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/.classpath?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/.classpath (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/.classpath Tue Jan  2 23:45:01 2007
@@ -0,0 +1,98 @@
+<classpath>
+  <classpathentry kind="src" path="src"/>
+  <classpathentry kind="src" path="target/generated-sources/modello"/>
+  <classpathentry kind="src" path="test" output="target/test-classes"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-velocity/1.1.3/plexus-velocity-1.1.3.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-velocity/1.1.3/plexus-velocity-1.1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-starteam/1.0-SNAPSHOT/maven-scm-provider-starteam-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-plugin-registry/2.0.4/maven-plugin-registry-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-plugin-registry/2.0.4/maven-plugin-registry-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/wagon/wagon-provider-api/1.0-beta-1/wagon-provider-api-1.0-beta-1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xmlrpc/xmlrpc/2.0/xmlrpc-2.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-local/1.0-SNAPSHOT/maven-scm-provider-local-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-command-line/1.0-alpha-2/plexus-command-line-1.0-alpha-2.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-command-line/1.0-alpha-2/plexus-command-line-1.0-alpha-2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-release/1.1-SNAPSHOT/continuum-release-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/security/plexus-security-user-management-api/1.0-alpha-6-SNAPSHOT/plexus-security-user-management-api-1.0-alpha-6-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-taskqueue/1.0-alpha-4/plexus-taskqueue-1.0-alpha-4.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-taskqueue/1.0-alpha-4/plexus-taskqueue-1.0-alpha-4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/velocity/velocity-dep/1.4/velocity-dep-1.4.jar" sourcepath="M2_REPO/velocity/velocity-dep/1.4/velocity-dep-1.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-core/2.0.4/maven-core-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-core/2.0.4/maven-core-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-quartz/1.0-alpha-3/plexus-quartz-1.0-alpha-3.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-quartz/1.0-alpha-3/plexus-quartz-1.0-alpha-3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/shared/maven-release-manager/1.0-SNAPSHOT/maven-release-manager-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/geronimo-spec/geronimo-spec-jta/1.0.1B-rc2/geronimo-spec-jta-1.0.1B-rc2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/velocity/velocity/1.4/velocity-1.4.jar" sourcepath="M2_REPO/velocity/velocity/1.4/velocity-1.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-formica/1.0-beta-11/plexus-formica-1.0-beta-11.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-formica/1.0-beta-11/plexus-formica-1.0-beta-11-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/quartz/quartz/1.4.5/quartz-1.4.5.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-svn-commons/1.0-SNAPSHOT/maven-scm-provider-svn-commons-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/jdo/jdo2-api/2.0/jdo2-api-2.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar" sourcepath="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar" sourcepath="M2_REPO/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-store/1.1-SNAPSHOT/continuum-store-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-cvsexe/1.0-SNAPSHOT/maven-scm-provider-cvsexe-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-bazaar/1.0-SNAPSHOT/maven-scm-provider-bazaar-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-clearcase/1.0-SNAPSHOT/maven-scm-provider-clearcase-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-perforce/1.0-SNAPSHOT/maven-scm-provider-perforce-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-jdo2/1.0-alpha-8-SNAPSHOT/plexus-jdo2-1.0-alpha-8-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-manager-plexus/1.0-SNAPSHOT/maven-scm-manager-plexus-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-error-diagnostics/2.0.4/maven-error-diagnostics-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-error-diagnostics/2.0.4/maven-error-diagnostics-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar">
+    <attributes>
+      <attribute value="jar:file:/E:/repository/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-security/1.1-SNAPSHOT/continuum-security-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/classworlds/classworlds/1.1/classworlds-1.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.jar" sourcepath="M2_REPO/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-svnexe/1.0-SNAPSHOT/maven-scm-provider-svnexe-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-cli/commons-cli/1.0/commons-cli-1.0.jar" sourcepath="M2_REPO/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-mail-sender-api/1.0-alpha-5-SNAPSHOT/plexus-mail-sender-api-1.0-alpha-5-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/jcraft/jsch/0.1.24/jsch-0.1.24.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-plugin-parameter-documenter/2.0.4/maven-plugin-parameter-documenter-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-plugin-parameter-documenter/2.0.4/maven-plugin-parameter-documenter-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/wagon/wagon-ssh/1.0-alpha-7/wagon-ssh-1.0-alpha-7.jar" sourcepath="M2_REPO/org/apache/maven/wagon/wagon-ssh/1.0-alpha-7/wagon-ssh-1.0-alpha-7-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jpox/jpox/1.1.1/jpox-1.1.1.jar" sourcepath="M2_REPO/jpox/jpox/1.1.1/jpox-1.1.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.0-SNAPSHOT/maven-scm-provider-cvs-commons-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-api/1.1-SNAPSHOT/continuum-api-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-monitor/2.0.4/maven-monitor-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-monitor/2.0.4/maven-monitor-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-rpc-client/1.1-SNAPSHOT/continuum-rpc-client-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/ognl/ognl/2.6.7/ognl-2.6.7.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jdom/jdom/1.0/jdom-1.0.jar" sourcepath="M2_REPO/jdom/jdom/1.0/jdom-1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-notifier-api/1.1-SNAPSHOT/continuum-notifier-api-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-xmlrpc/1.1-SNAPSHOT/continuum-xmlrpc-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/security/plexus-security-rbac-profile/1.0-alpha-6-SNAPSHOT/plexus-security-rbac-profile-1.0-alpha-6-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/scm/maven-scm-api/1.0-SNAPSHOT/maven-scm-api-1.0-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-container-default/1.0-alpha-10/plexus-container-default-1.0-alpha-10.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-container-default/1.0-alpha-10/plexus-container-default-1.0-alpha-10-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/regexp/regexp/1.3/regexp-1.3.jar" sourcepath="M2_REPO/regexp/regexp/1.3/regexp-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar" sourcepath="M2_REPO/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-action/1.0-alpha-6/plexus-action-1.0-alpha-6.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-action/1.0-alpha-6/plexus-action-1.0-alpha-6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/security/plexus-security-authorization-rbac-model/1.0-alpha-6-SNAPSHOT/plexus-security-authorization-rbac-model-1.0-alpha-6-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/2.0/commons-collections-2.0.jar">
+    <attributes>
+      <attribute value="jar:file:/E:/repository/commons-collections/commons-collections/2.0/commons-collections-2.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/oro/oro/2.0.6/oro-2.0.6.jar" sourcepath="M2_REPO/oro/oro/2.0.6/oro-2.0.6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/wagon/wagon-file/1.0-alpha-7/wagon-file-1.0-alpha-7.jar" sourcepath="M2_REPO/org/apache/maven/wagon/wagon-file/1.0-alpha-7/wagon-file-1.0-alpha-7-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/wagon/wagon-ssh-external/1.0-alpha-6/wagon-ssh-external-1.0-alpha-6.jar" sourcepath="M2_REPO/org/apache/maven/wagon/wagon-ssh-external/1.0-alpha-6/wagon-ssh-external-1.0-alpha-6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-6/wagon-http-lightweight-1.0-alpha-6.jar" sourcepath="M2_REPO/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-6/wagon-http-lightweight-1.0-alpha-6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-model/1.1-SNAPSHOT/continuum-model-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.3/commons-codec-1.3.jar" sourcepath="M2_REPO/commons-codec/commons-codec/1.3/commons-codec-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar" sourcepath="M2_REPO/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-plugin-descriptor/2.0.4/maven-plugin-descriptor-2.0.4.jar" sourcepath="M2_REPO/org/apache/maven/maven-plugin-descriptor/2.0.4/maven-plugin-descriptor-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-notification/1.0-alpha-5/plexus-notification-1.0-alpha-5.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-notification/1.0-alpha-5/plexus-notification-1.0-alpha-5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/maven/continuum/continuum-core/1.1-SNAPSHOT/continuum-core-1.1-SNAPSHOT.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/resource/connector/1.0/connector-1.0.jar"/>
+</classpath>
\ No newline at end of file

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/.classpath
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/.project
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/.project?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/.project (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/.project Tue Jan  2 23:45:01 2007
@@ -0,0 +1,23 @@
+<projectDescription>
+  <name>continuum-eclipse-plugin</name>
+  <comment>Eclipse Plugin for Managing Continuum</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+      <arguments/>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.ManifestBuilder</name>
+      <arguments/>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.SchemaBuilder</name>
+      <arguments/>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+    <nature>org.eclipse.pde.PluginNature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/.project
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs Tue Jan  2 23:45:01 2007
@@ -0,0 +1,12 @@
+#Sat Dec 02 18:58:39 NZDT 2006
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.compliance=5.0
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=5.0
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.source=5.0
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

Added: maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.ui.prefs
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.ui.prefs?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.ui.prefs (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.jdt.ui.prefs Tue Jan  2 23:45:01 2007
@@ -0,0 +1,3 @@
+#Wed May 03 06:51:04 NZST 2006
+eclipse.preferences.version=1
+internal.default.compliance=default

Added: maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.wst.validation.prefs
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.wst.validation.prefs?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.wst.validation.prefs (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/.settings/org.eclipse.wst.validation.prefs Tue Jan  2 23:45:01 2007
@@ -0,0 +1,6 @@
+#Thu May 04 20:28:34 NZST 2006
+DELEGATES_PREFERENCE=delegateValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator\=org.eclipse.wst.wsdl.validation.internal.eclipse.Validator;
+USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.html.internal.validation.HTMLValidator;org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator;org.eclipse.jst.jsp.core.internal.validation.JSPELValidator;org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;org.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator;
+USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.html.internal.validation.HTMLValidator;org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator;org.eclipse.jst.jsp.core.internal.validation.JSPELValidator;org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;org.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator;
+USER_PREFERENCE=overrideGlobalPreferencesfalse
+eclipse.preferences.version=1

Added: maven/continuum/sandbox/continuum-eclipse-plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/META-INF/MANIFEST.MF?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/META-INF/MANIFEST.MF (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/META-INF/MANIFEST.MF Tue Jan  2 23:45:01 2007
@@ -0,0 +1,97 @@
+Manifest-Version: 1.0
+Archiver-Version: Plexus Archiver
+Created-By: Apache Maven
+Built-By: Arnold
+Build-Jdk: 1.6.0-beta2
+Extension-Name: continuum-eclipse-plugin
+Specification-Title: Continuum Eclipse Plugin prototype
+Implementation-Title: continuum-eclipse-plugin
+Implementation-Version: 1.0-SNAPSHOT
+Bundle-Activator: org.apache.continuum.Activator
+Bundle-Version: 0.0.1
+Bundle-Vendor: Rahul Thakur
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.forms,
+ org.eclipse.core.resources;visibility:=reexport,
+ org.eclipse.emf.ecore;visibility:=reexport,
+ org.eclipse.emf.edit;visibility:=reexport,
+ org.eclipse.emf.ecore.xmi;visibility:=reexport,
+ org.eclipse.ui.ide;visibility:=reexport,
+ org.eclipse.emf.edit.ui,
+ org.eclipse.ui.views.properties.tabbed
+Bundle-Name: Continuum Eclipse Plugin
+Bundle-Localization: plugin
+Bundle-Description: An Eclipse Plugin to manage a remote Continuum instance.
+Bundle-SymbolicName: org.apache.continuum.eclipse.plugin; singleton:=true
+Bundle-ManifestVersion: 2
+Eclipse-LazyStart: true
+Bundle-ClassPath: lib/classworlds-1.1-alpha-2.jar,
+ lib/commons-cli-1.0.jar,
+ lib/commons-codec-1.3.jar,
+ lib/commons-collections-2.0.jar,
+ lib/commons-httpclient-2.0.2.jar,
+ lib/commons-logging-1.0.2.jar,
+ lib/commons-logging-api-1.0.4.jar,
+ lib/connector-1.0.jar,
+ lib/continuum-api-1.0.3.jar,
+ lib/continuum-core-1.0.3.jar,
+ lib/continuum-model-1.0.3.jar,
+ lib/continuum-notifier-api-1.0.3.jar,
+ lib/continuum-rpc-client-1.0.3.jar,
+ lib/continuum-store-1.0.3.jar,
+ lib/continuum-xmlrpc-1.0.3.jar,
+ lib/doxia-sink-api-1.0-alpha-7.jar,
+ lib/geronimo-spec-jta-1.0.1B-rc2.jar,
+ lib/jdbc-stdext-2.0.jar,
+ lib/jdo2-api-2.0.jar,
+ lib/jpox-1.1.0-20060413.jar,
+ lib/jsch-0.1.24.jar,
+ lib/junit-3.8.1.jar,
+ lib/log4j-1.2.8.jar,
+ lib/maven-artifact-2.0.4.jar,
+ lib/maven-artifact-manager-2.0.4.jar,
+ lib/maven-core-2.0.4.jar,
+ lib/maven-error-diagnostics-2.0.4.jar,
+ lib/maven-model-2.0.4.jar,
+ lib/maven-monitor-2.0.4.jar,
+ lib/maven-plugin-api-2.0.4.jar,
+ lib/maven-plugin-descriptor-2.0.4.jar,
+ lib/maven-plugin-parameter-documenter-2.0.4.jar,
+ lib/maven-plugin-registry-2.0.4.jar,
+ lib/maven-profile-2.0.4.jar,
+ lib/maven-project-2.0.4.jar,
+ lib/maven-reporting-api-2.0.4.jar,
+ lib/maven-repository-metadata-2.0.4.jar,
+ lib/maven-scm-api-1.0-beta-3.jar,
+ lib/maven-scm-manager-plexus-1.0-beta-3.jar,
+ lib/maven-scm-provider-svn-commons-1.0-beta-3.jar,
+ lib/maven-scm-provider-svnexe-1.0-beta-3.jar,
+ lib/maven-settings-2.0.4.jar,
+ lib/ognl-2.6.7.jar,
+ lib/oro-2.0.6.jar,
+ lib/plexus-action-1.0-alpha-6.jar,
+ lib/plexus-command-line-1.0-alpha-2.jar,
+ lib/plexus-container-default-1.0-alpha-9.jar,
+ lib/plexus-formica-1.0-beta-10.jar,
+ lib/plexus-i18n-1.0-beta-6.jar,
+ lib/plexus-interactivity-api-1.0-alpha-4.jar,
+ lib/plexus-jdo2-1.0-alpha-4.jar,
+ lib/plexus-mail-sender-api-1.0-alpha-3.jar,
+ lib/plexus-notification-1.0-alpha-5.jar,
+ lib/plexus-quartz-1.0-alpha-2.jar,
+ lib/plexus-security-api-1.0-alpha-3.jar,
+ lib/plexus-taskqueue-1.0-alpha-3.jar,
+ lib/plexus-utils-1.2.jar,
+ lib/plexus-velocity-1.1.2.jar,
+ lib/quartz-1.4.5.jar,
+ lib/regexp-1.3.jar,
+ lib/velocity-1.4.jar,
+ lib/velocity-dep-1.4.jar,
+ lib/wagon-file-1.0-alpha-7.jar,
+ lib/wagon-http-lightweight-1.0-alpha-6.jar,
+ lib/wagon-provider-api-1.0-alpha-6.jar,
+ lib/wagon-ssh-1.0-alpha-7.jar,
+ lib/wagon-ssh-external-1.0-alpha-6.jar,
+ lib/xmlrpc-2.0.jar,
+ .

Added: maven/continuum/sandbox/continuum-eclipse-plugin/README.txt
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/README.txt?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/README.txt (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/README.txt Tue Jan  2 23:45:01 2007
@@ -0,0 +1,32 @@
+
+0)  Overview
+------------
+
+This document briefly describes the notes to setup the plugin dev environment 
+for Continuum-Eclipse-Plugin project.
+
+1)  Setup
+---------
+
+1-1)  Run 'mvn eclipse:clean eclipse:eclipse osgi:osgi-bundle' on the checked 
+      out Continuum-Eclipse-Plugin project. 
+
+1-2)  Extract the 'continuum-eclipse-plugin-XXX.jar' created by the 
+      'osgi:osgi-bundle' goal to a tmp directory.
+
+1-3)  Manually copy the JARs that are extracted in the root folder to the 
+      '<continuum-eclipse-plugin-project-root>/lib' folder. 
+
+
+The required libs should now be available to Eclipse launcher. 
+
+
+TODO: 
+Hack the Eclipse plugin to be able to do the above steps automatically.
+
+
+NOTE: 
+Felix's Maven-OSGi plugin writes out 'Bundle-Classpath' header but this seems 
+to be different in Eclipse, it is spelt as 'Bundle-ClassPath' (note how 
+ClassPath is spelt)
+

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/README.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/build.properties
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/build.properties?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/build.properties (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/build.properties Tue Jan  2 23:45:01 2007
@@ -0,0 +1,74 @@
+source.. = src/
+output.. = target/classes/
+bin.includes = plugin.xml,\
+               META-INF/,\
+               .,\
+               icons/,\
+               lib/classworlds-1.1-alpha-2.jar,\
+               lib/commons-cli-1.0.jar,\
+               lib/commons-codec-1.3.jar,\
+               lib/commons-collections-2.0.jar,\
+               lib/commons-httpclient-2.0.2.jar,\
+               lib/commons-logging-1.0.2.jar,\
+               lib/commons-logging-api-1.0.4.jar,\
+               lib/connector-1.0.jar,\
+               lib/continuum-api-1.0.3.jar,\
+               lib/continuum-core-1.0.3.jar,\
+               lib/continuum-model-1.0.3.jar,\
+               lib/continuum-notifier-api-1.0.3.jar,\
+               lib/continuum-rpc-client-1.0.3.jar,\
+               lib/continuum-store-1.0.3.jar,\
+               lib/continuum-xmlrpc-1.0.3.jar,\
+               lib/doxia-sink-api-1.0-alpha-7.jar,\
+               lib/geronimo-spec-jta-1.0.1B-rc2.jar,\
+               lib/jdbc-stdext-2.0.jar,\
+               lib/jdo2-api-2.0.jar,\
+               lib/jpox-1.1.0-20060413.jar,\
+               lib/jsch-0.1.24.jar,\
+               lib/junit-3.8.1.jar,\
+               lib/log4j-1.2.8.jar,\
+               lib/maven-artifact-2.0.4.jar,\
+               lib/maven-artifact-manager-2.0.4.jar,\
+               lib/maven-core-2.0.4.jar,\
+               lib/maven-error-diagnostics-2.0.4.jar,\
+               lib/maven-model-2.0.4.jar,\
+               lib/maven-monitor-2.0.4.jar,\
+               lib/maven-plugin-api-2.0.4.jar,\
+               lib/maven-plugin-descriptor-2.0.4.jar,\
+               lib/maven-plugin-parameter-documenter-2.0.4.jar,\
+               lib/maven-plugin-registry-2.0.4.jar,\
+               lib/maven-profile-2.0.4.jar,\
+               lib/maven-project-2.0.4.jar,\
+               lib/maven-reporting-api-2.0.4.jar,\
+               lib/maven-repository-metadata-2.0.4.jar,\
+               lib/maven-scm-api-1.0-beta-3.jar,\
+               lib/maven-scm-manager-plexus-1.0-beta-3.jar,\
+               lib/maven-scm-provider-svn-commons-1.0-beta-3.jar,\
+               lib/maven-scm-provider-svnexe-1.0-beta-3.jar,\
+               lib/maven-settings-2.0.4.jar,\
+               lib/ognl-2.6.7.jar,\
+               lib/oro-2.0.6.jar,\
+               lib/plexus-action-1.0-alpha-6.jar,\
+               lib/plexus-command-line-1.0-alpha-2.jar,\
+               lib/plexus-container-default-1.0-alpha-9.jar,\
+               lib/plexus-formica-1.0-beta-10.jar,\
+               lib/plexus-i18n-1.0-beta-6.jar,\
+               lib/plexus-interactivity-api-1.0-alpha-4.jar,\
+               lib/plexus-jdo2-1.0-alpha-4.jar,\
+               lib/plexus-mail-sender-api-1.0-alpha-3.jar,\
+               lib/plexus-notification-1.0-alpha-5.jar,\
+               lib/plexus-quartz-1.0-alpha-2.jar,\
+               lib/plexus-security-api-1.0-alpha-3.jar,\
+               lib/plexus-taskqueue-1.0-alpha-3.jar,\
+               lib/plexus-utils-1.2.jar,\
+               lib/plexus-velocity-1.1.2.jar,\
+               lib/quartz-1.4.5.jar,\
+               lib/regexp-1.3.jar,\
+               lib/velocity-1.4.jar,\
+               lib/velocity-dep-1.4.jar,\
+               lib/wagon-file-1.0-alpha-7.jar,\
+               lib/wagon-http-lightweight-1.0-alpha-6.jar,\
+               lib/wagon-provider-api-1.0-alpha-6.jar,\
+               lib/wagon-ssh-1.0-alpha-7.jar,\
+               lib/wagon-ssh-external-1.0-alpha-6.jar,\
+               lib/xmlrpc-2.0.jar

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/build.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/build.properties
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/icons/sample.gif
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/icons/sample.gif?view=auto&rev=492067
==============================================================================
Binary file - no diff available.

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/icons/sample.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/continuum/sandbox/continuum-eclipse-plugin/plugin.properties
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/plugin.properties?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/plugin.properties (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/plugin.properties Tue Jan  2 23:45:01 2007
@@ -0,0 +1,6 @@
+managerProjectsView=Manage Continuum Projects
+manageProjectBuildsView=Manager Project Builds
+manageUsersView=Manage Users
+manageGroupsView=Manage Groups
+manageBuildSchedulesView=Manage Build Schedule
+NewWizard.name=Create New Connection
\ No newline at end of file

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/plugin.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/plugin.properties
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/plugin.xml
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/plugin.xml?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/plugin.xml (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/plugin.xml Tue Jan  2 23:45:01 2007
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+  <extension point="org.eclipse.ui.views">
+    <category name="Apache Continuum"
+      id="org.apache.continuum.eclipse.plugin">
+    </category>
+    <view name="Projects View" icon="icons/sample.gif"
+      category="org.apache.continuum.eclipse.plugin"
+      class="org.apache.continuum.ui.views.ProjectsView"
+      id="org.apache.continuum.ui.views.ProjectsView">
+    </view>
+  </extension>
+  <extension point="org.eclipse.ui.perspectiveExtensions">
+    <perspectiveExtension
+      targetID="org.eclipse.ui.resourcePerspective">
+      <view ratio="0.5" relative="org.eclipse.ui.views.TaskList"
+        relationship="right"
+        id="org.apache.continuum.ui.views.ProjectsView">
+      </view>
+    </perspectiveExtension>
+  </extension>
+  <!-- Connection Profile wizard -->
+  <extension point="org.eclipse.ui.newWizards">
+    <category id="org.apache.continuum.connection.profile.new"
+      name="Apache Continuum">
+    </category>
+    <wizard id="org.eclipse.ui.examples.readmetool.wizards.new.file"
+      name="%NewWizard.name"
+      class="org.apache.continuum.ui.wizard.CreateConnectionProfileWizard"
+      category="org.apache.continuum.connection.profile.new"
+      icon="icons/sample.gif">
+      <description>Create new connection to a Continuum instance</description>
+      <selection class="org.eclipse.core.resources.IResource" />
+    </wizard>
+  </extension>
+  
+  <!-- Extension for Tabbed Property View purposes -->
+  <extension point="org.eclipse.ui.views.properties.tabbed.propertyContributor">  		
+      <propertyContributor contributorId="org.apache.continuum.ui.views.ProjectsView">
+          <propertyCategory category="continuum" />
+      </propertyContributor>
+  </extension>
+  <!-- Extension for added Property tabs to our view -->
+  <extension point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
+      <propertyTabs contributorId="org.apache.continuum.ui.views.ProjectsView">
+          <!-- note the afterTab attr that controls the order of display of tabs -->
+          <propertyTab 
+              category="continuum"
+              id="continuum.project"
+              label="Project Info"
+              />
+          <propertyTab               
+              category="continuum"
+              id="continuum.project.builds"
+              label="Builds"
+              afterTab="continuum.project"
+              />              
+      </propertyTabs>      
+  </extension>
+  <!-- Extension to add Property Sections to a tab -->
+  <extension point="org.eclipse.ui.views.properties.tabbed.propertySections">
+      <propertySections contributorId="org.apache.continuum.ui.views.ProjectsView">
+          <propertySection 
+              class="org.apache.continuum.ui.views.ProjectInfoSection"
+              id="org.apache.continuum.ui.views.ProjectDetailsSection"
+              tab="continuum.project"              
+              >
+              <input type="org.apache.continuum.internal.model.ProjectAdapter" />
+          </propertySection>
+          <propertySection 
+              class="org.apache.continuum.ui.views.BuildDefinitionInfoSection"
+              id="org.apache.continuum.ui.views.BuildDetailsSection"
+              tab="continuum.project.builds"              
+              >              
+              <input type="org.apache.continuum.internal.model.ProjectAdapter" />    
+              <!-- Reuse the section in case a BuildDefinition was selected for view -->          
+              <input type="org.apache.continuum.internal.model.BuildDefinitionAdapter" />
+          </propertySection>      
+      </propertySections>
+  </extension>
+  
+</plugin>
+

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/plugin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/plugin.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/pom.xml?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/pom.xml (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/pom.xml Tue Jan  2 23:45:01 2007
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.codehaus.continuum</groupId>
+    <artifactId>continuum-eclipse-plugin</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+    <name>Continuum Eclipse Plugin</name>
+    <description>Eclipse Plugin for Managing Continuum</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven.continuum</groupId>
+            <artifactId>continuum-xmlrpc</artifactId>
+            <version>${continuum.version}</version>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.maven.continuum</groupId>
+            <artifactId>continuum-model</artifactId>
+            <version>${continuum.version}</version>
+        </dependency>       
+        <dependency>
+            <groupId>org.apache.maven.continuum</groupId>
+            <artifactId>continuum-rpc-client</artifactId>
+            <version>${continuum.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>1.3</version>
+        </dependency>
+    </dependencies>
+    <repositories>
+        <repository>
+            <id>codehaus</id>
+            <name>Codehaus maven repository</name>
+            <url>http://snapshots.repository.codehaus.org</url>
+        </repository>
+    </repositories>
+    <build>
+        <sourceDirectory>src</sourceDirectory>
+        <testSourceDirectory>test</testSourceDirectory>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>5.0</source>
+                    <target>5.0</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <projectnatures>
+                        <projectnature>
+                            org.eclipse.jdt.core.javanature
+                        </projectnature>
+                        <projectnature>
+                            org.eclipse.pde.PluginNature
+                        </projectnature>
+                    </projectnatures>
+                    <buildcommands>
+                        <buildcommand>
+                            org.eclipse.jdt.core.javabuilder
+                        </buildcommand>
+                        <buildcommand>
+                            org.eclipse.pde.ManifestBuilder
+                        </buildcommand>
+                        <buildcommand>
+                            org.eclipse.pde.SchemaBuilder
+                        </buildcommand>
+                    </buildcommands>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix.plugins</groupId>
+                <artifactId>maven-osgi-plugin</artifactId>
+                <extensions>true</extensions>
+                <!--version>0.8.0-SNAPSHOT</version-->
+                <configuration>
+                    <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+                    <osgiManifest>
+                        <bundleName>
+                            Continuum Eclipse Plugin
+                        </bundleName>
+                        <bundleSymbolicName>
+                            org.apache.continuum.eclipse.plugin
+                        </bundleSymbolicName>
+                        <bundleLocalization>plugin</bundleLocalization>
+                        <bundleDescription>
+                            An Eclipse Plugin to manage a remote
+                            Continuum instance.
+                        </bundleDescription>
+                        <bundleActivator>
+                            org.apache.continuum.plugin.Activator
+                        </bundleActivator>
+                        <requireBundle>
+                            org.eclipse.ui, org.eclipse.core.runtime,
+                            org.eclipse.ui.forms
+                        </requireBundle>
+                        <bundleVendor>Rahul Thakur</bundleVendor>
+                    </osgiManifest>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <properties>
+      <continuum.version>1.1-SNAPSHOT</continuum.version>
+    </properties>
+</project>
\ No newline at end of file

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/Activator.java
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/Activator.java?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/Activator.java (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/Activator.java Tue Jan  2 23:45:01 2007
@@ -0,0 +1,86 @@
+/**
+ *    Copyright 2006  <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.continuum;
+
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class Activator extends AbstractUIPlugin {
+
+    // The plug-in ID
+    public static final String PLUGIN_ID = "org.apache.continuum.plugin";
+
+    // The shared instance
+    private static Activator plugin;
+
+
+    /**
+     * The constructor
+     */
+    public Activator() {
+        plugin = this;
+    }
+
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+     */
+    @Override
+    public void start(BundleContext context) throws Exception {
+        super.start (context);
+    }
+
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+     */
+    @Override
+    public void stop(BundleContext context) throws Exception {
+        plugin = null;
+        super.stop (context);
+    }
+
+
+    /**
+     * Returns the shared instance
+     * 
+     * @return the shared instance
+     */
+    public static Activator getDefault() {
+        return plugin;
+    }
+
+
+    /**
+     * Returns an image descriptor for the image file at the given plug-in
+     * relative path
+     * 
+     * @param path
+     *            the path
+     * @return the image descriptor
+     */
+    public static ImageDescriptor getImageDescriptor(String path) {
+        return imageDescriptorFromPlugin (PLUGIN_ID, path);
+    }
+}

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/Activator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/Activator.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/ConnectionProfileManager.java
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/ConnectionProfileManager.java?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/ConnectionProfileManager.java (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/ConnectionProfileManager.java Tue Jan  2 23:45:01 2007
@@ -0,0 +1,272 @@
+/**
+ *    Copyright 2006  <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.continuum.internal;
+
+import java.io.BufferedWriter;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.io.OutputStreamWriter;
+import java.io.Writer;
+import java.util.ArrayList;
+import java.util.List;
+
+import javax.xml.parsers.DocumentBuilder;
+import javax.xml.parsers.DocumentBuilderFactory;
+import javax.xml.parsers.ParserConfigurationException;
+import javax.xml.transform.Transformer;
+import javax.xml.transform.TransformerConfigurationException;
+import javax.xml.transform.TransformerException;
+import javax.xml.transform.TransformerFactory;
+import javax.xml.transform.dom.DOMSource;
+import javax.xml.transform.stream.StreamResult;
+
+import org.apache.continuum.Activator;
+import org.apache.continuum.model.ConnectionProfile;
+import org.eclipse.core.runtime.Assert;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IPath;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.w3c.dom.DOMException;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.Node;
+import org.w3c.dom.NodeList;
+import org.xml.sax.InputSource;
+import org.xml.sax.SAXException;
+
+/**
+ * Continuum's Connection profile manager.
+ * <p>
+ * This should handle:<br>
+ * <ul>
+ * <li>Loading up already created Connection Profiles</li>
+ * <li>Create and save new/existing Connection Profiles</li>
+ * </ul>
+ * TODO: Add method to save a list of {@link {@link ConnectionProfile}}.
+ * 
+ * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ */
+public class ConnectionProfileManager {
+
+    private static final String ATTR_PASSWORD = "password";
+
+    private static final String ATTR_USERNAME = "username";
+
+    private static final String ATTR_URL = "url";
+
+    private static final String ATTR_NAME = "name";
+
+    private static final String ATTR_ID = "id";
+
+    private static final String ELT_PROFILE = "profile";
+
+    private static final String ELT_CONTINUUM_PROFILES = "continuum-profiles";
+
+    /**
+     * File name where Continuum Connection Profiles are stored.
+     */
+    private static final String DATA_PROFILES = "ContinuumProfiles.dat";
+
+    /**
+     * Path to location of Connection profiles.
+     */
+    private static IPath storageLocation = Activator.getDefault ().getStateLocation ().append (DATA_PROFILES);
+
+    /**
+     * XML Document builder to create new XML document or parse an existing one.
+     */
+    private static DocumentBuilder documentBuilder;
+
+    /**
+     * Factory that creates and returns an instance of a {@link DocumentBuilder}
+     * implementation.
+     */
+    private static DocumentBuilderFactory documentBuilderFactory;
+
+    private static Transformer transformer;
+
+    /**
+     * Factory to create an instance of XML Transformer
+     */
+    private static TransformerFactory transFactory;
+
+
+    /**
+     * Loads up all the Continuum Connection profiles from the specified file.
+     * 
+     * @return {@link List} of {@link ConnectionProfile} instances that were
+     *         parsed from the XML store.
+     */
+    public static List<ConnectionProfile> loadConnectionProfiles() throws CoreException {
+        Assert.isNotNull (storageLocation);
+        List<ConnectionProfile> list = new ArrayList<ConnectionProfile> ();
+        File file = storageLocation.toFile ();
+        try {
+            // return empty list if no file existed.
+            if (!file.exists ()) {
+                Activator.getDefault ().getLog ().log (new Status (IStatus.INFO, Activator.PLUGIN_ID, 0, "No Continuum Connection profiles were found to be loaded.", null));
+                return list;
+            }
+            InputStream is = new FileInputStream (file);
+            InputSource source = new InputSource (is);
+            Document document = getDocumentBuilder ().parse (source);
+
+            // obtain profiles from xml
+            NodeList nl = document.getElementsByTagName (ELT_PROFILE);
+            for (int i = 0; i < nl.getLength (); i++) {
+                Node node = nl.item (i);
+                if (!(node instanceof Element))
+                    continue;
+                // If appropriate element found, then create a ConnectionProfile
+                Element elt = (Element) node;
+                ConnectionProfile cp = new ConnectionProfile ();
+                cp.setId (elt.getAttribute (ATTR_ID));
+                cp.setLabel (elt.getAttribute (ATTR_NAME));
+                cp.setUsername (elt.getAttribute (ATTR_USERNAME));
+                cp.setPassword (elt.getAttribute (ATTR_PASSWORD));
+                cp.setConnectionUrl (elt.getAttribute (ATTR_URL));
+                list.add (cp);
+            }
+            Activator.getDefault ().getLog ().log (new Status (IStatus.INFO, Activator.PLUGIN_ID, 0, "Loaded '" + list.size () + "' Continuum Connection profiles.", null));
+        } catch (FileNotFoundException e) {
+            throw new CoreException (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Encounterd FileNotFoundException.", e));//$NON-NLS-1$
+        } catch (IOException e) {
+            throw new CoreException (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Encounterd IOException.", e));//$NON-NLS-1$
+        } catch (SAXException e) {
+            throw new CoreException (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Encounterd SAXException.", e));//$NON-NLS-1$
+        }
+        return list;
+    }
+
+
+    /**
+     * Serializes the Connection Profile to a XML-based persistence store.
+     * 
+     * @param cp
+     *            {@link {@link ConnectionProfile}} instance to serialize.
+     */
+    public static void saveConnectionProfile(ConnectionProfile cp) throws CoreException {
+        Writer writer = null;
+        try {
+            Assert.isNotNull (storageLocation);
+            Document document = null;
+            Element rootElt = null;
+            File file = storageLocation.toFile ();
+            if (!file.exists ()) {
+                file.createNewFile ();
+                document = getDocumentBuilder ().newDocument ();
+            } else {
+                document = getDocumentBuilder ().parse (file);
+                // Attempt to obtain the root element if the file is existing.
+                NodeList nl = document.getElementsByTagName (ELT_CONTINUUM_PROFILES);
+                for (int i = 0; i < nl.getLength (); i++) {
+                    Node node = nl.item (i);
+                    if (!(node instanceof Element))
+                        continue;
+                    // else, there should be only one Root element.
+                    rootElt = (Element) node;
+                    break;
+                }
+            }
+
+            // create root element if it wasn't found.
+            if (null == rootElt) {
+                rootElt = document.createElement (ELT_CONTINUUM_PROFILES);
+                document.appendChild (rootElt);
+            }
+
+            OutputStream out = new FileOutputStream (file);
+            OutputStreamWriter osWriter = new OutputStreamWriter (out, "UTF8");
+            writer = new BufferedWriter (osWriter);
+
+            // write out profiles here
+            Element eltProfile = document.createElement (ELT_PROFILE);
+            eltProfile.setAttribute (ATTR_ID, cp.getId ());
+            eltProfile.setAttribute (ATTR_NAME, cp.getLabel ());
+            eltProfile.setAttribute (ATTR_URL, cp.getConnectionUrl ());
+            eltProfile.setAttribute (ATTR_USERNAME, cp.getUsername ());
+            eltProfile.setAttribute (ATTR_PASSWORD, cp.getPassword ());
+
+            rootElt.appendChild (eltProfile);
+
+            DOMSource domSource = new DOMSource (document);
+            StreamResult result = new StreamResult (osWriter);
+            getTransformer ().transform (domSource, result);
+
+            Activator.getDefault ().getLog ().log (new Status (IStatus.INFO, Activator.PLUGIN_ID, 0, "Profile saved to : " + file.getAbsolutePath (), null));
+        } catch (DOMException e) {
+            throw new CoreException (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Encountered DOMException.", e));//$NON-NLS-1$
+        } catch (IOException e) {
+            throw new CoreException (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Encounterd IOException.", e));//$NON-NLS-1$
+        } catch (TransformerException e) {
+            throw new CoreException (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Encountered TransformerException.", e));//$NON-NLS-1$
+        } catch (SAXException e) {
+            throw new CoreException (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Encountered SAXException. Unable to parse profiles.", e));//$NON-NLS-1$
+        } finally {
+            if (null != writer)
+                try {
+                    writer.close ();
+                } catch (IOException e) {
+                    // swallow
+                }
+        }
+    }
+
+
+    /**
+     * Internal method to get a handle to an XML document builder.
+     * 
+     * @return
+     */
+    private static DocumentBuilder getDocumentBuilder() {
+        if (documentBuilder == null) {
+            documentBuilderFactory = DocumentBuilderFactory.newInstance ();
+            documentBuilderFactory.setNamespaceAware (true);
+            try {
+                documentBuilder = documentBuilderFactory.newDocumentBuilder ();
+            } catch (ParserConfigurationException e) {
+                e.printStackTrace ();
+                Activator.getDefault ().getLog ().log (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Unable to obtain DocumentBuilder from DocumentBuilderFactory instance ", e));
+            }
+        }
+        return documentBuilder;
+    }
+
+
+    /**
+     * Internal method to get a handle to an XML document transformer.
+     * 
+     * @return
+     */
+    private static Transformer getTransformer() {
+        if (transformer == null) {
+            transFactory = TransformerFactory.newInstance ();
+            try {
+                transformer = transFactory.newTransformer ();
+            } catch (TransformerConfigurationException e) {
+                Activator.getDefault ().getLog ().log (new Status (IStatus.ERROR, Activator.PLUGIN_ID, -1, "Unable to obtain Transformer from TransformerFactory instance ", e));
+            }
+        }
+        return transformer;
+    }
+
+}

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/ConnectionProfileManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/ConnectionProfileManager.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/BuildDefinitionAdapter.java
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/BuildDefinitionAdapter.java?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/BuildDefinitionAdapter.java (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/BuildDefinitionAdapter.java Tue Jan  2 23:45:01 2007
@@ -0,0 +1,119 @@
+/**
+ *    Copyright 2006  <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.continuum.internal.model;
+
+import org.apache.maven.continuum.model.project.BuildDefinition;
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.ui.views.properties.IPropertyDescriptor;
+import org.eclipse.ui.views.properties.IPropertySource;
+
+/**
+ * Adapter implementation that adapts the {@link BuildDefinition} instance and
+ * makes it viewable in Property View.
+ * 
+ * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ */
+public class BuildDefinitionAdapter implements IAdaptable {
+
+    /**
+     * Wrapped {@link BuildDefinition} instance.
+     */
+    private final BuildDefinition buildDefinition;
+
+    private BuildPropertySource propertySource;
+
+
+    public BuildDefinitionAdapter(final BuildDefinition bd) {
+        super ();
+        this.buildDefinition = bd;
+    }
+
+
+    /**
+     * Returns the wrapped instance of the {@link BuildDefinition}.
+     * 
+     * @return wrapped instance of the {@link BuildDefinition}.
+     * @deprecated <em>Experimental</em>
+     */
+    public BuildDefinition getBuildDefinition() {
+        return this.buildDefinition;
+    }
+
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)
+     */
+    public Object getAdapter(Class adapter) {
+        // Adapt only if it was an appropriate request
+        if (adapter == IPropertySource.class) {
+            System.out.println ("Matched adapter class for Build Definition Adapter!");
+            if (null == propertySource)
+                propertySource = new BuildPropertySource ();
+            return propertySource;
+        }
+        return null;
+    }
+
+    /**
+     * Associated Property Source that is returned by this Adapter.
+     * 
+     * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+     */
+    public class BuildPropertySource implements IPropertySource {
+
+        private IPropertyDescriptor [] propertyDescriptors;
+
+
+        public boolean isPropertySet(Object id) {
+            // TODO Auto-generated method stub
+            return false;
+        }
+
+
+        public Object getEditableValue() {
+            // TODO Auto-generated method stub
+            return null;
+        }
+
+
+        public IPropertyDescriptor [] getPropertyDescriptors() {
+            // TODO Implement
+            return propertyDescriptors;
+        }
+
+
+        public Object getPropertyValue(Object id) {
+            // TODO Auto-generated method stub
+            return null;
+        }
+
+
+        public void resetPropertyValue(Object id) {
+        // TODO Auto-generated method stub
+
+        }
+
+
+        public void setPropertyValue(Object id, Object value) {
+        // TODO Auto-generated method stub
+
+        }
+
+    }
+
+}

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/BuildDefinitionAdapter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/BuildDefinitionAdapter.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/ProjectAdapter.java
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/ProjectAdapter.java?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/ProjectAdapter.java (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/ProjectAdapter.java Tue Jan  2 23:45:01 2007
@@ -0,0 +1,131 @@
+/**
+ *    Copyright 2006  <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.continuum.internal.model;
+
+import org.apache.maven.continuum.model.project.Project;
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.ui.views.properties.IPropertyDescriptor;
+import org.eclipse.ui.views.properties.IPropertySource;
+
+/**
+ * Adapter implementation that adapts the {@link Project} instance and makes it
+ * viewable in Property View.
+ * 
+ * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ */
+public class ProjectAdapter implements IAdaptable {
+
+    /**
+     * Wrapped {@link Project} instance.
+     */
+    private final Project project;
+
+    private ProjectPropertySource propertySource;
+
+
+    public ProjectAdapter(final Project p) {
+        super ();
+        this.project = p;
+    }
+
+
+    /**
+     * Returns the wrapped instance of the {@link Project}.
+     * 
+     * @return wrapped instance of the {@link Project}.
+     * @deprecated <em>Experimental</em>
+     */
+    public Project getProject() {
+        return this.project;
+    }
+
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)
+     */
+    public Object getAdapter(Class adapter) {
+        // Adapt only if it was an appropriate request
+        if (adapter == IPropertySource.class) {
+            System.out.println ("Matched adapter class for Project Adapter!");
+            if (null == propertySource)
+                propertySource = new ProjectPropertySource ();
+            return propertySource;
+        }
+        return null;
+    }
+
+    /**
+     * Associate Property Source that is returned by this Adapter.
+     * 
+     * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+     */
+    public class ProjectPropertySource implements IPropertySource {
+
+        private IPropertyDescriptor [] propertyDescriptors;
+
+
+        public boolean isPropertySet(Object id) {
+            // TODO Auto-generated method stub
+            return false;
+        }
+
+
+        public Object getEditableValue() {
+            // TODO Auto-generated method stub
+            return null;
+        }
+
+
+        public IPropertyDescriptor [] getPropertyDescriptors() {
+            // if (null == this.propertyDescriptors) {
+            // // set up descriptors
+            // PropertyDescriptor nameDesc = new PropertyDescriptor
+            // ("continuum.project.name", "Projects");
+            // nameDesc.setCategory ("Projects");
+            // PropertyDescriptor buildDesc = new PropertyDescriptor
+            // ("continuum.project.builddefinition.name", "Builds");
+            // buildDesc.setCategory ("Builds");
+            //
+            // propertyDescriptors = new IPropertyDescriptor[] { nameDesc,
+            // buildDesc};
+            //
+            // }
+            return propertyDescriptors;
+        }
+
+
+        public Object getPropertyValue(Object id) {
+            // TODO Auto-generated method stub
+            return null;
+        }
+
+
+        public void resetPropertyValue(Object id) {
+        // TODO Auto-generated method stub
+
+        }
+
+
+        public void setPropertyValue(Object id, Object value) {
+        // TODO Auto-generated method stub
+
+        }
+
+    }
+
+}

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/ProjectAdapter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/internal/model/ProjectAdapter.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/ConnectionProfile.java
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/ConnectionProfile.java?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/ConnectionProfile.java (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/ConnectionProfile.java Tue Jan  2 23:45:01 2007
@@ -0,0 +1,142 @@
+/**
+ *    Copyright 2006  <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.continuum.model;
+
+/**
+ * Model that captures user preferences to set up a connection profile to a
+ * remote Continuum instance.
+ * <p>
+ * TODO: Override <code>equals()</code> method to allow for checking of
+ * duplicates based on profile name.
+ * 
+ * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ */
+public class ConnectionProfile {
+
+    /**
+     * Profile Identifier.
+     * <p>
+     * TODO: We should make this a surrogate key.
+     */
+    private String id;
+
+    /**
+     * Display label and name of the profile.
+     */
+    private String label;
+
+    /**
+     * Connection string to use to connection remote Continuum instance.
+     */
+    private String connectionUrl;
+
+    /**
+     * Username to user to connect to Continuum instance.
+     */
+    private String username;
+
+    /**
+     * Password to use in conjunction with {@link #username} to connect to
+     * Continuum instance.
+     */
+    private String password;
+
+
+    /**
+     * @return the connectionUrl
+     */
+    public String getConnectionUrl() {
+        return connectionUrl;
+    }
+
+
+    /**
+     * @param connectionUrl
+     *            the connectionUrl to set
+     */
+    public void setConnectionUrl(String connectionUrl) {
+        this.connectionUrl = connectionUrl;
+    }
+
+
+    /**
+     * @return the id
+     */
+    public String getId() {
+        return id;
+    }
+
+
+    /**
+     * @param id
+     *            the id to set
+     */
+    public void setId(String id) {
+        this.id = id;
+    }
+
+
+    /**
+     * @return the label
+     */
+    public String getLabel() {
+        return label;
+    }
+
+
+    /**
+     * @param label
+     *            the label to set
+     */
+    public void setLabel(String label) {
+        this.label = label;
+    }
+
+
+    /**
+     * @return the password
+     */
+    public String getPassword() {
+        return password;
+    }
+
+
+    /**
+     * @param password
+     *            the password to set
+     */
+    public void setPassword(String password) {
+        this.password = password;
+    }
+
+
+    /**
+     * @return the username
+     */
+    public String getUsername() {
+        return username;
+    }
+
+
+    /**
+     * @param username
+     *            the username to set
+     */
+    public void setUsername(String username) {
+        this.username = username;
+    }
+
+}

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/ConnectionProfile.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/model/ConnectionProfile.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractDialog.java
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractDialog.java?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractDialog.java (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractDialog.java Tue Jan  2 23:45:01 2007
@@ -0,0 +1,219 @@
+/**
+ *    Copyright 2006  <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.continuum.ui.views;
+
+import java.lang.reflect.Method;
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.StringTokenizer;
+
+import org.codehaus.plexus.util.StringUtils;
+import org.eclipse.jface.dialogs.Dialog;
+import org.eclipse.jface.window.IShellProvider;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.layout.GridData;
+import org.eclipse.swt.layout.GridLayout;
+import org.eclipse.swt.widgets.Button;
+import org.eclipse.swt.widgets.Combo;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.Control;
+import org.eclipse.swt.widgets.Group;
+import org.eclipse.swt.widgets.Label;
+import org.eclipse.swt.widgets.Shell;
+import org.eclipse.swt.widgets.Text;
+
+/**
+ * Common base class for specific dialog extensions.
+ * 
+ * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ */
+public abstract class AbstractDialog extends Dialog {
+
+    /**
+     * @param parentShell
+     */
+    public AbstractDialog(IShellProvider parentShell) {
+        super (parentShell);
+        // TODO Auto-generated constructor stub
+    }
+
+
+    /**
+     * @param parentShell
+     */
+    public AbstractDialog(Shell parentShell) {
+        super (parentShell);
+        // TODO Auto-generated constructor stub
+    }
+
+
+    /**
+     * @see org.eclipse.jface.dialogs.Dialog#createDialogArea(org.eclipse.swt.widgets.Composite)
+     */
+    @Override
+    protected Control createDialogArea(Composite parent) {
+        // TODO Auto-generated method stub
+        return super.createDialogArea (parent);
+    }
+
+
+    // ------------------------------------------------------------------------
+    // Helper methods to add and layout controls on the dialog
+    // ------------------------------------------------------------------------
+
+    protected Group createGroup(Composite parent, String text, int numColumns) {
+        Group composite = new Group (parent, SWT.NONE | SWT.V_SCROLL);
+        composite.setText (text);
+        GridLayout layout = new GridLayout ();
+        layout.numColumns = numColumns;
+        layout.makeColumnsEqualWidth = false;
+        composite.setLayout (layout);
+        GridData data = new GridData (GridData.FILL_BOTH);
+        composite.setLayoutData (data);
+        return composite;
+    }
+
+
+    protected Label createLabel(Composite parent, String text) {
+        Label label = new Label (parent, SWT.NONE);
+        label.setText (text);
+        GridData data = new GridData ();
+        data.horizontalAlignment = GridData.FILL;
+        label.setLayoutData (data);
+        return label;
+    }
+
+
+    protected Text createTextField(Composite parent) {
+        Text text = new Text (parent, SWT.SINGLE | SWT.BORDER);
+        GridData data = new GridData ();
+        data.horizontalAlignment = GridData.FILL;
+        data.grabExcessHorizontalSpace = true;
+        data.verticalAlignment = GridData.CENTER;
+        data.grabExcessVerticalSpace = false;
+        data.widthHint = 250;
+        text.setLayoutData (data);
+        return text;
+    }
+
+
+    /**
+     * @deprecated Use {@link #createButton(Composite,String,int)} instead
+     */
+    protected Button createCheckBox(Composite group, String label) {
+        return createButton (group, label, SWT.PUSH | SWT.LEFT);
+    }
+
+
+    /**
+     * Creates a Button with specified label and display style.
+     * 
+     * @param group
+     * @param label
+     * @param style
+     * @return
+     */
+    protected Button createButton(Composite group, String label, int style) {
+        Button button = new Button (group, style);
+        button.setText (label);
+        GridData data = new GridData ();
+        button.setLayoutData (data);
+        return button;
+    }
+
+
+    protected Combo createCombo(Composite parent, String [] items) {
+        Combo combo = new Combo (parent, SWT.DROP_DOWN | SWT.READ_ONLY);
+        combo.setLayoutData (new GridData (GridData.FILL_HORIZONTAL));
+        combo.setFont (parent.getFont ());
+        combo.setItems (items);
+        combo.select (0);
+        return combo;
+    }
+
+
+    // ------------------------------------------------------------------------
+    // Service methods to take model object instances and introspect methods
+    // and properties from them.
+    // ------------------------------------------------------------------------
+
+    protected ArrayList getDefaultValues(Object obj) {
+        ArrayList ret = new ArrayList ();
+        Class childClassImpl = obj.getClass ();
+        Method [] methods = childClassImpl.getMethods ();
+        for (int i = 0; i < methods.length; i++) {
+            if (methods[i].getName ().startsWith ("set")) {
+                Class setType = methods[i].getParameterTypes ()[0];
+                if (!setType.equals (Class.class)) {
+                    ret.add (new DefaultValue (methods[i]));
+                }
+            }
+        }
+        return ret;
+    }
+
+
+    protected void setDefaultValues(ArrayList defaultValues, Object obj) {
+        for (Iterator i = defaultValues.iterator (); i.hasNext ();) {
+            DefaultValue defaultValue = (DefaultValue) i.next ();
+            try {
+                defaultValue.method.invoke (obj, new Object[] { defaultValue.value});
+            } catch (Exception e) {
+                e.printStackTrace ();
+            }
+        }
+    }
+
+    /**
+     * Simple POJO that holds the labels, values and widget hints to display on
+     * the Dialog.
+     * 
+     * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+     */
+    protected class DefaultValue {
+
+        protected Method method;
+
+        protected String label;
+
+        protected Object value;
+
+        protected Object widget;
+
+
+        protected DefaultValue(Method method) {
+            this.method = method;
+            label = method.getName ().substring (3) + ":";//$NON-NLS-1$
+            String deHumped = StringUtils.addAndDeHump (label);
+            StringTokenizer tk = new StringTokenizer (deHumped, "-");
+            StringBuffer sb = new StringBuffer ();
+            while (tk.hasMoreTokens ()) {
+                if (sb.length () > 0)
+                    sb.append (' ');
+                sb.append (StringUtils.capitalise (tk.nextToken ()));
+            }
+            // label = StringUtils.capitalise (deHumped.replace ("-", " "));
+            label = sb.toString ();
+        }
+
+
+        public String toString() {
+            return method.toString ();
+        }
+    }
+
+}

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractDialog.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractDialog.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractEditDialog.java
URL: http://svn.apache.org/viewvc/maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractEditDialog.java?view=auto&rev=492067
==============================================================================
--- maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractEditDialog.java (added)
+++ maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractEditDialog.java Tue Jan  2 23:45:01 2007
@@ -0,0 +1,46 @@
+/**
+ *    Copyright 2006  <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.continuum.ui.views;
+
+import org.eclipse.jface.window.IShellProvider;
+import org.eclipse.swt.widgets.Shell;
+
+/**
+ * Common base class to aid update/edit of existing model entities.
+ * 
+ * @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
+ */
+public abstract class AbstractEditDialog extends AbstractDialog {
+
+    /**
+     * @param parentShell
+     */
+    public AbstractEditDialog(IShellProvider parentShell) {
+        super (parentShell);
+        // TODO Auto-generated constructor stub
+    }
+
+
+    /**
+     * @param parentShell
+     */
+    public AbstractEditDialog(Shell parentShell) {
+        super (parentShell);
+        // TODO Auto-generated constructor stub
+    }
+
+}

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractEditDialog.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/sandbox/continuum-eclipse-plugin/src/org/apache/continuum/ui/views/AbstractEditDialog.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"