Author: Christian Lopes
Date: 2010-01-29 14:33:00 -0800 (Fri, 29 Jan 2010)
New Revision: 19075
Modified:
cytoscapeweb/trunk/cytoscapeweb/build.xml
Log:
Changed the js minify Ant task, so it can be invoked by Eclipse builders
without errors.
Modified: cytoscapeweb/trunk/cytoscapeweb/build.xml
===================================================================
--- cytoscapeweb/trunk/cytoscapeweb/build.xml 2010-01-29 22:27:23 UTC (rev
19074)
+++ cytoscapeweb/trunk/cytoscapeweb/build.xml 2010-01-29 22:33:00 UTC (rev
19075)
@@ -52,7 +52,7 @@
<arg path="${basedir}/${dev.lib.dir}/yuicompressor-2.4.2.jar"/>
<srcfile/>
<arg line="-o"/>
- <mapper type="glob" from="*.js" to="${flex.bin.dir}/js/*.min.js"/>
+ <mapper type="glob" from="*.js"
to="${basedir}/${flex.bin.dir}/js/*.min.js"/>
<targetfile/>
</apply>
</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.