summaryrefslogtreecommitdiff
path: root/java/client/example/source-jar.xml
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-06-06 15:25:02 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-06-06 15:25:02 +0000
commit665aee0f58c38d847703adaf2b8195bb82a4f3e7 (patch)
tree31572f58cfdba813a7ddbae77e4a95f20ee21621 /java/client/example/source-jar.xml
parent4b5036f7fffd9ab9001d63203ee4951be4f0d8e3 (diff)
downloadqpid-python-665aee0f58c38d847703adaf2b8195bb82a4f3e7.tar.gz
Updated examples to build source jar. Also put the java14 retrotranslated module back in now that the strange repeating build problem is solved.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example/source-jar.xml')
-rw-r--r--java/client/example/source-jar.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/client/example/source-jar.xml b/java/client/example/source-jar.xml
new file mode 100644
index 0000000000..f2aa6d6e6c
--- /dev/null
+++ b/java/client/example/source-jar.xml
@@ -0,0 +1,17 @@
+<!-- This is an assembly descriptor that produces a jar file that contains all the
+ dependencies, fully expanded into a single jar, required to run the tests of
+ a maven project.
+ -->
+<assembly>
+ <id>source</id>
+ <formats>
+ <format>jar</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>src/main/java</directory>
+ <outputDirectory></outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>