Author: mes Date: 2012-05-08 14:09:19 -0700 (Tue, 08 May 2012) New Revision: 29157
Modified: core3/impl/trunk/help-impl/build.xml Log: added information to build about additional libraries needed Modified: core3/impl/trunk/help-impl/build.xml =================================================================== --- core3/impl/trunk/help-impl/build.xml 2012-05-08 20:44:24 UTC (rev 29156) +++ core3/impl/trunk/help-impl/build.xml 2012-05-08 21:09:19 UTC (rev 29157) @@ -1,6 +1,19 @@ <?xml version="1.0"?> <project name="Cytoscape" default="usage" xmlns:artifact="antlib:org.apache.maven.artifact.ant"> +<!-- ===================================================================================== + +NOTE! + +For this project to build, you need to install two additional ant libraries in your +$ANT_HOME/lib directory. They are the maven ant tasks and ant-contrib tasks. The are +available here: + + http://maven.apache.org/ant-tasks/index.html + http://ant-contrib.sourceforge.net/ + +======================================================================================= --> + <taskdef resource="net/sf/antcontrib/antcontrib.properties"/> <artifact:pom id="mypom" file="pom.xml" /> @@ -232,6 +245,7 @@ <delete file="manual.fo"/> <delete file="manual_pdf.xml"/> + <delete dir="xsl/${docbook-xsl}"/> </target> -- 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.
