Author: clopes
Date: 2011-10-12 09:07:37 -0700 (Wed, 12 Oct 2011)
New Revision: 27143
Modified:
cytoscapeweb/branches/compound/build.xml
cytoscapeweb/branches/compound/default.properties
Log:
Ant: fixed compile task
Modified: cytoscapeweb/branches/compound/build.xml
===================================================================
--- cytoscapeweb/branches/compound/build.xml 2011-10-12 15:40:39 UTC (rev
27142)
+++ cytoscapeweb/branches/compound/build.xml 2011-10-12 16:07:37 UTC (rev
27143)
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<project name="Cytoscape Web" basedir="." default="info">
+<project name="Cytoscape Web - Compound Nodes" basedir="." default="info">
<taskdef resource="flexTasks.tasks"
classpath="${basedir}/lib-dev/flexTasks.jar"/>
<!--
@@ -22,15 +22,15 @@
<target name="build" depends="compile, archive">
</target>
-
+
<target name="archive" depends="copy resources to bin, js minify">
- <delete dir="${build.dir}" />
- <mkdir dir="${build.dir}"/>
+ <delete dir="${build.dir}" />
+ <mkdir dir="${build.dir}"/>
<zip destfile="${build.dir}/cytoscapeweb_v${build.version}.zip">
- <zipfileset dir="${basedir}" includes="LICENSE.txt README.txt"/>
- <zipfileset dir="${flex.bin.dir}" prefix="swf"
includes="CytoscapeWeb.swf playerProductInstall.swf"/>
- <zipfileset dir="${flex.bin.dir}/js" prefix="js/src"
includes="json2.js AC_OETags.js cytoscapeweb.js"/>
- <zipfileset dir="${flex.bin.dir}/js" prefix="js/min"
includes="json2.min.js AC_OETags.min.js cytoscapeweb.min.js"/>
+ <zipfileset dir="${basedir}" includes="LICENSE.txt README.txt"/>
+ <zipfileset dir="${flex.bin.dir}" prefix="swf"
includes="CytoscapeWeb.swf playerProductInstall.swf"/>
+ <zipfileset dir="${flex.bin.dir}/js" prefix="js/src"
includes="json2.js AC_OETags.js cytoscapeweb.js"/>
+ <zipfileset dir="${flex.bin.dir}/js" prefix="js/min"
includes="json2.min.js AC_OETags.min.js cytoscapeweb.min.js"/>
</zip>
</target>
@@ -46,6 +46,7 @@
<include name="AlivePDF.swc"/>
<include name="flare.swc"/>
<include name="PureMVC_AS3_2_0_4.swc"/>
+ <include name="as3commons-collections-1.0.0.swc"/>
</compiler.include-libraries>
</mxmlc>
</target>
Modified: cytoscapeweb/branches/compound/default.properties
===================================================================
--- cytoscapeweb/branches/compound/default.properties 2011-10-12 15:40:39 UTC
(rev 27142)
+++ cytoscapeweb/branches/compound/default.properties 2011-10-12 16:07:37 UTC
(rev 27143)
@@ -1,3 +1,3 @@
-build.version=0.7.2
+build.version=0.8
FLEX_HOME=/Applications/Adobe Flex Builder 3 Plug-in/sdks/3.2.0/
\ No newline at end of file
--
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.