awips2/rpms/awips2.qpid/0.18/SOURCES/build.patch
Bryan Kowal 45dd0b02ff Issue - initial commit for build of Qpid 0.18 rpms
-created a qpid service script

Change-Id: I380333efad2954e7a9b6d1b27dc8a497cf38acf3

Former-commit-id: ec584b4d4b [formerly ff34587e94] [formerly 54697ff658 [formerly ee5806c98eb57680403e4f7768f92af1faa75de4]]
Former-commit-id: 54697ff658
Former-commit-id: 0cf405d8d9
2013-01-28 11:21:24 -06:00

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>