[Bedework-commit] bwxml r14 - trunk
svnadmin at bedework.org
svnadmin at bedework.org
Mon Mar 7 15:33:31 EST 2011
Author: douglm
Date: 2011-03-07 15:33:30 -0500 (Mon, 07 Mar 2011)
New Revision: 14
Modified:
trunk/build.xml
Log:
Add more dependency checking to schema rebuild. Maybe we won't need "clean" so often.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2011-03-02 20:27:13 UTC (rev 13)
+++ trunk/build.xml 2011-03-07 20:33:30 UTC (rev 14)
@@ -76,6 +76,10 @@
<property name="wsdl.deploy.dir"
location="${org.bedework.appserver.dir}/${org.bedework.server.resource.root.dir}${org.bedework.app.exsynchwcb.wsdl,deploy.dir}" />
<echo message="*****deploy to ${wsdl.deploy.dir}"/>
+
+ <!-- Filesets used for dependencies -->
+ <fileset id="org.bedework.schemas.files"
+ dir="${org.bedework.schemas.base}" />
</target>
<target name="deploy-init" depends="init">
@@ -100,6 +104,7 @@
module-base="${org.bedework.exsynchws.base}/gensrc"
jar-file="${exsynchws.jar}"
bindingsdir="${org.bedework.exsynchws.base}/wsdlbindings"
+ dependencies="org.bedework.schemas.files"
/>
<!-- Timezones - XML data -->
@@ -107,6 +112,7 @@
module-base="${org.bedework.tzsvc.base}/gensrc"
jar-file="${tzsvc.jar}"
bindingsdir="${project.home}/xjcbindings"
+ dependencies="org.bedework.schemas.files"
/>
<build-jar-stats />
More information about the Bedework-commit
mailing list