Changeset 4079
- Timestamp:
- Jan 14, 2008, 1:51:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5-stable/build.xml
r4048 r4079 756 756 <target 757 757 name="examples.webservices" 758 depends="examples.webservices.compile,webservices.jar "758 depends="examples.webservices.compile,webservices.jar,webservices.wsdl" 759 759 description="Put together the webservices examples in the examples/webservices directory" 760 760 > … … 862 862 <target 863 863 name="web.compile" 864 depends="web.init,core.compile "864 depends="web.init,core.compile,coreplugins.compile" 865 865 description="Compile the web client application" 866 866 > … … 944 944 <target 945 945 name="webservices.init" 946 depends="core.init,coreplugins.init "946 depends="core.init,coreplugins.init,web.init" 947 947 > 948 948 <property name="webservices.src" location="${src}/webservices" … … 1002 1002 name="webservices.server.compile" 1003 1003 description="Compile the server part of webservices" 1004 depends="webservices.init,core.compile,coreplugins.compile "1004 depends="webservices.init,core.compile,coreplugins.compile,web.compile" 1005 1005 > 1006 1006 <mkdir dir="${webservices.build}/server" />
Note: See TracChangeset
for help on using the changeset viewer.