[MOBY-guts] biomoby commit
Dmitry Repchevski
drepchevski at dev.open-bio.org
Wed Sep 9 21:35:21 UTC 2009
drepchevski
Wed Sep 9 17:35:21 EDT 2009
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv5972
Modified Files:
inbMoby.xml
Log Message:
minor modifications... still has issues
moby-live/Java/xmls inbMoby.xml,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/inbMoby.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/xmls/inbMoby.xml 2009/09/09 19:48:00 1.1
+++ /home/repository/moby/moby-live/Java/xmls/inbMoby.xml 2009/09/09 21:35:21 1.2
@@ -33,7 +33,7 @@
<!-- ================================================================== -->
<!-- Build INB MobyCentral -->
<!-- ================================================================== -->
-<target name="build-central" depends="inb-central-compile"
+<target name="build-central" depends="build-core, inb-central-compile"
description="Build MobyCentral">
<property name="released.date" value="${TODAY_SHORT}"/>
<jar destfile="${build.lib}/${inb.central.jar}">
@@ -85,13 +85,14 @@
<javac
srcdir="${src.main}"
destdir="${build.inb.central}"
+ classpath="${build.lib}/${inb.core.jar}"
verbose="${compile.verbose}"
debug="${compile.debug}"
debuglevel="lines,vars,source"
deprecation="${compile.deprecation}"
optimize="${compile.optimize}"
includes="org/inb/biomoby/central/*,org/inb/biomoby/central/factory/jaxb/*,org/inb/biomoby/central/factory/jaxb/registry/*"
- excludes="">
+ excludes="org/inb/biomoby/shared/*">
<classpath refid="build.classpath"/>
<classpath refid="dependency.classpath"/>
<compilerarg value="${xlint.param}"/>
More information about the MOBY-guts
mailing list