[MOBY-guts] biomoby commit

Gary Schiltz gss at pub.open-bio.org
Thu Mar 16 23:19:44 UTC 2006


gss
Thu Mar 16 18:19:44 EST 2006
Update of /home/repository/moby/s-moby/ref-impl/semanticmoby.org/build
In directory pub.open-bio.org:/tmp/cvs-serv8658/build

Modified Files:
	build.xml 
Log Message:
Moved smoby.example.properties from WebRoot/WEB-INF to resources

s-moby/ref-impl/semanticmoby.org/build build.xml,1.14,1.15
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/build/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/build/build.xml	2006/02/15 06:58:03	1.14
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/build/build.xml	2006/03/16 23:19:44	1.15
@@ -68,23 +68,8 @@
         </javac>
     </target>
 
-    <!-- The smoby.properties file is not managed by CVS, but must exist
-         in the WEB-INF directory (the developer should use a copy of the
-         file smoby.example.properties). Check that it exists, and if it
-         doesn't, then print a message and fail -->
-    <target name="check-moby-props-file">
-        <available file="${webinf-dir}/smoby.properties"
-                   property="smoby-props-file-present"/>
-        <fail unless="smoby-props-file-present">
-            The file smoby.properties is missing from the WebRoot/WEB-INF
-            directory. The file smoby.example.properties should be copied
-            to smoby.properties, which should then be modified to include
-            appropriate values for database connections, etc.
-        </fail>
-    </target>
-
     <!-- Package the compiled source files into the main jar file -->
-    <target name="war" depends="check-moby-props-file, compile">
+    <target name="war" depends="compile">
         <ant dir="../core"
              antfile="../core/build/build.xml"
              target="javadoc"
@@ -113,7 +98,7 @@
     </target>
 
     <!-- Package the compiled source files into the main jar file -->
-    <target name="dev-war" depends="check-moby-props-file, compile">
+    <target name="dev-war" depends="compile">
         <delete file="${war-file-path}"/>
         <war destfile="${war-file-path}" webxml="${web-xml-file}">
             <fileset dir="${htdocs-dir}">




More information about the MOBY-guts mailing list