[MOBY-guts] biomoby commit

Martin Senger senger at dev.open-bio.org
Thu Feb 28 05:21:48 UTC 2008


senger
Thu Feb 28 00:21:48 EST 2008
Update of /home/repository/moby/moby-live/Java
In directory dev.open-bio.org:/tmp/cvs-serv20124

Modified Files:
	build.xml 
Log Message:
* the jMoby XML message parser can accept now more specialized types of members than the ones its parent was registered with
* added junit tests for the parser

moby-live/Java build.xml,1.68,1.69
===================================================================
RCS file: /home/repository/moby/moby-live/Java/build.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- /home/repository/moby/moby-live/Java/build.xml	2008/02/20 08:05:40	1.68
+++ /home/repository/moby/moby-live/Java/build.xml	2008/02/28 05:21:48	1.69
@@ -47,6 +47,7 @@
   <property name="src.support"   location="${src.root}/support"/>
   <property name="src.config"    location="${src.root}/config"/>
   <property name="src.templates" location="${src.config}/templates"/>
+  <property name="src.test"      location="${src.root}/test/java"/>
 
   <!-- Properties for the documentation and distribution -->
   <property name="docs.dir"      location="${project.home}/docs"/>
@@ -57,7 +58,7 @@
   <!-- The directory containing third-party libraries
        (those that are not in a Maven repository) -->
   <property name="lib.dir" location="${project.home}/lib"/>
-
+  
   <!-- A directories containing generated code -->
   <property name="dir.generated" location="${project.home}/generated"/>
     
@@ -70,6 +71,7 @@
   <property name="build.webapps"   location="${build.dir}/webapps/jmoby"/>
   <property name="build.run"       location="${build.dir}/run"/>
   <property name="build.others"    location="${build.dir}/others"/>
+  <property name="build.test"      location="${build.dir}/test"/>
   
   <!-- log4j properties -->
   <property name="log4j.configuration"  location="${build.classes}/log4j.properties"/>
@@ -175,6 +177,7 @@
     <mkdir dir="${build.servlets}"/>
     <mkdir dir="${build.run}"/>
     <mkdir dir="${build.others}"/>
+    <mkdir dir="${build.test}"/>
     
     <!-- Create .cvsignore files -->
     <!-- [TBD: How can I do this by traversing directory tree automatically?] -->




More information about the MOBY-guts mailing list