-created a qpid service script Change-Id: I380333efad2954e7a9b6d1b27dc8a497cf38acf3 Former-commit-id:ec584b4d4b
[formerlyff34587e94
] [formerly54697ff658
[formerly ee5806c98eb57680403e4f7768f92af1faa75de4]] Former-commit-id:54697ff658
Former-commit-id:0cf405d8d9
13 lines
429 B
Diff
13 lines
429 B
Diff
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
|
|
index a41cff4..06e8c8a 100644
|
|
--- a/qpid/java/build.xml
|
|
+++ b/qpid/java/build.xml
|
|
@@ -161,7 +161,7 @@
|
|
<touch file="${qpid.jar}"/>
|
|
</target>
|
|
|
|
- <target name="build" depends="retrieve-dependencies" description="build the project">
|
|
+ <target name="build" description="build the project">
|
|
<iterate target="build"/>
|
|
<antcall target="manifest"/>
|
|
</target>
|