[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Mon Sep 12 02:45:47 UTC 2005
senger
Sun Sep 11 22:45:46 EDT 2005
Update of /home/repository/moby/moby-live/Java
In directory pub.open-bio.org:/tmp/cvs-serv6918
Modified Files:
build.xml
Log Message:
moby-live/Java build.xml,1.29,1.30
===================================================================
RCS file: /home/repository/moby/moby-live/Java/build.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- /home/repository/moby/moby-live/Java/build.xml 2005/09/04 13:45:36 1.29
+++ /home/repository/moby/moby-live/Java/build.xml 2005/09/12 02:45:46 1.30
@@ -1316,6 +1316,36 @@
<target name="klean" depends="samples-clean,moses-clean,clean">
</target>
+ <!-- ================================================================== -->
+ <!-- -->
+ <!-- Dashboard... -->
+ <!-- -->
+ <!-- ================================================================== -->
+
+ <!--
+ Work in progress...
+ -->
+
+ <path id="dashboard.build.classpath">
+ <path refid="build.classpath"/>
+ <fileset dir="${build.lib}">
+ <include name="dashboard.jar"/>
+ </fileset>
+ </path>
+
+ <target name="dashboard" depends="compile">
+ <jar destfile="${build.lib}/dashboard.jar">
+ <manifest>
+ <attribute name="Built-By" value="${user.name}"/>
+ </manifest>
+ <metainf dir="${src.config}/plugins/" includes="services/*"/>
+ </jar>
+
+ <java classname="org.biomoby.service.dashboard.Dashboard" taskname="Dashboard"
+ classpathref="dashboard.build.classpath" fork="true" failonerror="true">
+ </java>
+
+ </target>
</project>
More information about the MOBY-guts
mailing list