From: Sanjay Dalal Date: Mon, 9 Mar 2009 23:09:35 +0000 (+0000) Subject: copy helloworld to main trunk X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=1b7d9b9bba2dd6fcd6944898beb948ba597c3d2c;p=tmp%2Fjakarta-migration.git copy helloworld to main trunk --- diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.classpath b/HelloWorld/HelloWorldClient/.classpath similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.classpath rename to HelloWorld/HelloWorldClient/.classpath diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.project b/HelloWorld/HelloWorldClient/.project similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.project rename to HelloWorld/HelloWorldClient/.project diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs b/HelloWorld/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs rename to HelloWorld/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs b/HelloWorld/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs rename to HelloWorld/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nb-configuration.xml b/HelloWorld/HelloWorldClient/nb-configuration.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nb-configuration.xml rename to HelloWorld/HelloWorldClient/nb-configuration.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nbactions.xml b/HelloWorld/HelloWorldClient/nbactions.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nbactions.xml rename to HelloWorld/HelloWorldClient/nbactions.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/pom.xml b/HelloWorld/HelloWorldClient/pom.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/pom.xml rename to HelloWorld/HelloWorldClient/pom.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java b/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java rename to HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java b/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java rename to HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java b/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java rename to HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java b/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java rename to HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java b/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java rename to HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java b/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java rename to HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/resources/log4j.xml b/HelloWorld/HelloWorldClient/src/test/resources/log4j.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/resources/log4j.xml rename to HelloWorld/HelloWorldClient/src/test/resources/log4j.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/temp-testng-customsuite.xml b/HelloWorld/HelloWorldClient/temp-testng-customsuite.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/temp-testng-customsuite.xml rename to HelloWorld/HelloWorldClient/temp-testng-customsuite.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.classpath b/HelloWorld/HelloWorldJaxb/.classpath similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.classpath rename to HelloWorld/HelloWorldJaxb/.classpath diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.project b/HelloWorld/HelloWorldJaxb/.project similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.project rename to HelloWorld/HelloWorldJaxb/.project diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs b/HelloWorld/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs rename to HelloWorld/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs b/HelloWorld/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs rename to HelloWorld/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/nb-configuration.xml b/HelloWorld/HelloWorldJaxb/nb-configuration.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/nb-configuration.xml rename to HelloWorld/HelloWorldJaxb/nb-configuration.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/pom.xml b/HelloWorld/HelloWorldJaxb/pom.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/pom.xml rename to HelloWorld/HelloWorldJaxb/pom.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd b/HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd rename to HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/README.txt b/HelloWorld/HelloWorldService/README.txt similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/README.txt rename to HelloWorld/HelloWorldService/README.txt diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/build.properties b/HelloWorld/HelloWorldService/build.properties similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/build.properties rename to HelloWorld/HelloWorldService/build.properties diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nb-configuration.xml b/HelloWorld/HelloWorldService/nb-configuration.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nb-configuration.xml rename to HelloWorld/HelloWorldService/nb-configuration.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nbactions.xml b/HelloWorld/HelloWorldService/nbactions.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nbactions.xml rename to HelloWorld/HelloWorldService/nbactions.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/pom.xml b/HelloWorld/HelloWorldService/pom.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/pom.xml rename to HelloWorld/HelloWorldService/pom.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java b/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java rename to HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java b/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java rename to HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java b/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java rename to HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/webapp/WEB-INF/web.xml b/HelloWorld/HelloWorldService/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/webapp/WEB-INF/web.xml rename to HelloWorld/HelloWorldService/src/main/webapp/WEB-INF/web.xml diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierServiceRawXmlTest.java b/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierServiceRawXmlTest.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierServiceRawXmlTest.java rename to HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierServiceRawXmlTest.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonServiceRawXmlTest.java b/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonServiceRawXmlTest.java similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonServiceRawXmlTest.java rename to HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonServiceRawXmlTest.java diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/helloworld.war b/HelloWorld/helloworld.war similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/helloworld.war rename to HelloWorld/helloworld.war diff --git a/sandbox/sanjay/prototypes/restws/HelloWorld/pom.xml b/HelloWorld/pom.xml similarity index 100% rename from sandbox/sanjay/prototypes/restws/HelloWorld/pom.xml rename to HelloWorld/pom.xml