From 014aaa2dfb8447ea5b0d6b8cca270d65793ddfa6 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 24 Nov 2009 00:06:31 +0000 Subject: [PATCH] CSPACE-610: Adding a sample for the Vocabulary service's Java client API. --- services/vocabulary/sample/sample/.classpath | 125 +++++++++++++++++-- services/vocabulary/sample/sample/.project | 42 +++---- services/vocabulary/sample/sample/pom.xml | 22 ++++ 3 files changed, 154 insertions(+), 35 deletions(-) diff --git a/services/vocabulary/sample/sample/.classpath b/services/vocabulary/sample/sample/.classpath index 425cd1620..a323ddbdc 100644 --- a/services/vocabulary/sample/sample/.classpath +++ b/services/vocabulary/sample/sample/.classpath @@ -1,10 +1,117 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/services/vocabulary/sample/sample/.project b/services/vocabulary/sample/sample/.project index da9d6526e..6e3522275 100644 --- a/services/vocabulary/sample/sample/.project +++ b/services/vocabulary/sample/sample/.project @@ -1,27 +1,17 @@ - - org.collectionspace.services.vocabulary.client.sample - - - org.collectionspace.services.client - org.collectionspace.services.vocabulary.client - org.collectionspace.services.vocabulary.jaxb - org.collectionspace.services.common - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - + org.collectionspace.services.vocabulary.client.sample + + + + + org.eclipse.jdt.core.javabuilder + + + org.maven.ide.eclipse.maven2Builder + + + + org.maven.ide.eclipse.maven2Nature + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/services/vocabulary/sample/sample/pom.xml b/services/vocabulary/sample/sample/pom.xml index 47c331e0e..38eb42abe 100644 --- a/services/vocabulary/sample/sample/pom.xml +++ b/services/vocabulary/sample/sample/pom.xml @@ -76,6 +76,28 @@ vocabulary-client-sample + + org.apache.maven.plugins + maven-assembly-plugin + + + + attached + + package + + + jar-with-dependencies + + + + org.collectionspace.services.vocabulary.client.sample.Sample + + + + + + org.apache.maven.plugins maven-compiler-plugin -- 2.47.3