Author: mes
Date: 2010-07-28 17:28:14 -0700 (Wed, 28 Jul 2010)
New Revision: 21073
Modified:
coreplugins/trunk/BioMartClient/build.xml
Log:
fixed the build file which wasn't doing anything useful
Modified: coreplugins/trunk/BioMartClient/build.xml
===================================================================
--- coreplugins/trunk/BioMartClient/build.xml 2010-07-29 00:21:03 UTC (rev
21072)
+++ coreplugins/trunk/BioMartClient/build.xml 2010-07-29 00:28:14 UTC (rev
21073)
@@ -46,12 +46,13 @@
<property name="biomartClient.tests.dir"
value="${biomartClient.root.dir}/tests" />
<property name="biomartClient.classes.dir"
value="${biomartClient.root.dir}/classes" />
<property name="biomartClient.testclasses.dir"
value="${biomartClient.root.dir}/testClasses" />
+ <property name="javadoc.dir"
value="${biomartClient.root.dir}/API" />
<property name="biomartClient.javadoc.dir"
value="${javadoc.dir}/biomartClient" />
<property name="biomartClient.resources.dir"
value="${biomartClient.root.dir}/resources" />
<property name="biomartClient.manifest.dir"
value="${biomartClient.root.dir}/manifest" />
- <property name="biomartClient.packages" value="biomartClient.*"
/>
+ <property name="biomartClient.packages" value="*" />
<!-- Subdirectory for test reports -->
- <property name="biomartClient.tests.reports.dir"
value="${biomartClient.root.dir}/reports/tests" />
+ <property name="biomartClient.tests.reports.dir"
value="${biomartClient.root.dir}/reports" />
<!-- Define the condition for compilation -->
<property name="cytoscape.jar"
value="${cytoscape.dir}/cytoscape.jar" />
@@ -94,7 +95,10 @@
<delete dir="${biomartClient.classes.dir}" />
<delete dir="${biomartClient.testclasses.dir}" />
<delete dir="${biomartClient.tests.reports.dir}" />
+ <delete dir="${junit.report.dir}" />
+ <delete dir="${javadoc.dir}" />
<delete file="biomartClient.jar" />
+ <delete file="biomartClientTests.jar" />
<delete file="${biomartClient.lib.dir}/biomartClient.jar" />
</target>
@@ -165,7 +169,7 @@
<!--
=================================================================== -->
<!-- Build all jars
-->
<!--
=================================================================== -->
- <target name="all" depends="biomartClient" />
+ <target name="all" depends="biomartClient, runtests, docs" />
<!--
=================================================================== -->
<!-- Run the Plugin
-->
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.