[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Thu Jun 10 23:32:09 UTC 2004
gss
Thu Jun 10 19:32:09 EDT 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers
In directory pub.open-bio.org:/tmp/cvs-serv19182/ref-impl/example-providers
Modified Files:
build.xml
Log Message:
Build and deploy process mostly worked out
moby-live/S-MOBY/ref-impl/example-providers build.xml,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/build.xml 2004/03/12 17:48:35 1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/build.xml 2004/06/10 23:32:09 1.2
@@ -1,2 +1,39 @@
-<project name="example-providers" basedir=".">
+<project name="example-providers" basedir="." default="all">
+
+ <!-- Build all the example providers -->
+ <target name="all">
+ <ant dir="acmepubs.com"/>
+ <ant dir="go.org"/>
+ <ant dir="megapubs.com"/>
+ <ant dir="pubs.org"/>
+ <ant dir="sgd.org"/>
+ </target>
+
+ <!-- Clean all the example providers -->
+ <target name="clean">
+ <ant dir="acmepubs.com" target="clean"/>
+ <ant dir="go.org" target="clean"/>
+ <ant dir="megapubs.com" target="clean"/>
+ <ant dir="pubs.org" target="clean"/>
+ <ant dir="sgd.org" target="clean"/>
+ </target>
+
+ <!-- Deploy all the example providers to Tomcat -->
+ <target name="deploy-to-tomcat">
+ <ant dir="acmepubs.com" target="deploy-to-tomcat"/>
+ <ant dir="go.org" target="deploy-to-tomcat"/>
+ <ant dir="megapubs.com" target="deploy-to-tomcat"/>
+ <ant dir="pubs.org" target="deploy-to-tomcat"/>
+ <ant dir="sgd.org" target="deploy-to-tomcat"/>
+ </target>
+
+ <!-- Un-deploy all the example providers from Tomcat -->
+ <target name="undeploy-from-tomcat">
+ <ant dir="acmepubs.com" target="undeploy-from-tomcat"/>
+ <ant dir="go.org" target="undeploy-from-tomcat"/>
+ <ant dir="megapubs.com" target="undeploy-from-tomcat"/>
+ <ant dir="pubs.org" target="undeploy-from-tomcat"/>
+ <ant dir="sgd.org" target="undeploy-from-tomcat"/>
+ </target>
+
</project>
More information about the MOBY-guts
mailing list