[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Thu Jun 10 23:15:37 UTC 2004
gss
Thu Jun 10 19:15:37 EDT 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-clients
In directory pub.open-bio.org:/tmp/cvs-serv18384/ref-impl/example-clients
Modified Files:
build.xml
Log Message:
Build and deploy process mostly worked out
moby-live/S-MOBY/ref-impl/example-clients build.xml,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-clients/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-clients/build.xml 2004/03/12 17:48:35 1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-clients/build.xml 2004/06/10 23:15:37 1.2
@@ -1,2 +1,11 @@
-<project name="example-clients" basedir=".">
+<project name="example-clients" default="all" basedir=".">
+
+ <target name="all">
+ <ant dir="SimpleEngager"/>
+ </target>
+
+ <target name="clean">
+ <ant dir="SimpleEngager" target="clean"/>
+ </target>
+
</project>
More information about the MOBY-guts
mailing list