[Mulgara-svn] r298 - trunk

pag at mulgara.org pag at mulgara.org
Tue Jul 10 04:30:44 UTC 2007


Author: pag
Date: 2007-07-09 23:30:44 -0500 (Mon, 09 Jul 2007)
New Revision: 298

Modified:
   trunk/build.xml
Log:
Added dependency for dist-website, and description for ideSupport

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2007-07-10 04:29:59 UTC (rev 297)
+++ trunk/build.xml	2007-07-10 04:30:44 UTC (rev 298)
@@ -349,7 +349,7 @@
   <!-- =================================================================== -->
   <!-- Creates the distribution of documentation files                     -->
   <!-- =================================================================== -->
-  <target name="dist-website" depends="javadoc-dist, webpage-includes"
+  <target name="dist-website" depends="javadoc, javadoc-dist, webpage-includes"
     description="Creates the distribution of documentation files">
 
     <mkdir dir="${dist.docs.dir}"/>
@@ -1974,7 +1974,8 @@
     description="Runs all jxunit based testing">
   </target>
 
-<target name="ideSupport" depends="dist,demo-mp3-jar,descriptor-wsdl-client.jar">
+  <target name="ideSupport" depends="dist,demo-mp3-jar,descriptor-wsdl-client.jar"
+    description="Builds necessary libraries for using the Eclipse IDE.">
 
      <jar jarfile="${dist.dir}/ideSupport.jar">
       <zipfileset dir="${obj.dir}/jar/itql/classes" includes="org/mulgara/itql/**"/>




More information about the Mulgara-svn mailing list