]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
copy helloworld to main trunk
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 9 Mar 2009 23:09:35 +0000 (23:09 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 9 Mar 2009 23:09:35 +0000 (23:09 +0000)
commit1b7d9b9bba2dd6fcd6944898beb948ba597c3d2c
treea63daa53dda7e1db99f2437daefbdc5c2075dd50
parentf7e044632224266be86648ec5059d5881ba7dc63
copy helloworld to main trunk
35 files changed:
HelloWorld/HelloWorldClient/.classpath [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.classpath with 100% similarity]
HelloWorld/HelloWorldClient/.project [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.project with 100% similarity]
HelloWorld/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs with 100% similarity]
HelloWorld/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs with 100% similarity]
HelloWorld/HelloWorldClient/nb-configuration.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nb-configuration.xml with 100% similarity]
HelloWorld/HelloWorldClient/nbactions.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nbactions.xml with 100% similarity]
HelloWorld/HelloWorldClient/pom.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/pom.xml with 100% similarity]
HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java with 100% similarity]
HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java with 100% similarity]
HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java with 100% similarity]
HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java with 100% similarity]
HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java with 100% similarity]
HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java with 100% similarity]
HelloWorld/HelloWorldClient/src/test/resources/log4j.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/resources/log4j.xml with 100% similarity]
HelloWorld/HelloWorldClient/temp-testng-customsuite.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/temp-testng-customsuite.xml with 100% similarity]
HelloWorld/HelloWorldJaxb/.classpath [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.classpath with 100% similarity]
HelloWorld/HelloWorldJaxb/.project [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.project with 100% similarity]
HelloWorld/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs with 100% similarity]
HelloWorld/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs with 100% similarity]
HelloWorld/HelloWorldJaxb/nb-configuration.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/nb-configuration.xml with 100% similarity]
HelloWorld/HelloWorldJaxb/pom.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/pom.xml with 100% similarity]
HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd with 100% similarity]
HelloWorld/HelloWorldService/README.txt [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/README.txt with 100% similarity]
HelloWorld/HelloWorldService/build.properties [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/build.properties with 100% similarity]
HelloWorld/HelloWorldService/nb-configuration.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nb-configuration.xml with 100% similarity]
HelloWorld/HelloWorldService/nbactions.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nbactions.xml with 100% similarity]
HelloWorld/HelloWorldService/pom.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/pom.xml with 100% similarity]
HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java with 100% similarity]
HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java with 100% similarity]
HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java with 100% similarity]
HelloWorld/HelloWorldService/src/main/webapp/WEB-INF/web.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/webapp/WEB-INF/web.xml with 100% similarity]
HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierServiceRawXmlTest.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierServiceRawXmlTest.java with 100% similarity]
HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonServiceRawXmlTest.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonServiceRawXmlTest.java with 100% similarity]
HelloWorld/helloworld.war [moved from sandbox/sanjay/prototypes/restws/HelloWorld/helloworld.war with 100% similarity]
HelloWorld/pom.xml [moved from sandbox/sanjay/prototypes/restws/HelloWorld/pom.xml with 100% similarity]