Author: laylaoesper
Date: 2010-08-05 10:13:27 -0700 (Thu, 05 Aug 2010)
New Revision: 21219

Added:
   csplugins/trunk/soc/layla/SemanticSummary/jars/WordCloud.jar
Removed:
   csplugins/trunk/soc/layla/SemanticSummary/jars/SemanticSummary.jar
Modified:
   csplugins/trunk/soc/layla/SemanticSummary/build.xml
Log:
Change build.xml to list WordCloud.  Also, changed the name of the jar.

Modified: csplugins/trunk/soc/layla/SemanticSummary/build.xml
===================================================================
--- csplugins/trunk/soc/layla/SemanticSummary/build.xml 2010-08-05 16:49:42 UTC 
(rev 21218)
+++ csplugins/trunk/soc/layla/SemanticSummary/build.xml 2010-08-05 17:13:27 UTC 
(rev 21219)
@@ -92,8 +92,8 @@
            <target name="clean"
                description="Deletes all build files and starts fresh">
                <delete dir="${build.dir}"/>
-               <delete file="${basedir}/SemanticSummary.jar"/>
-               <delete file="${jars.dir}/SemanticSummary.jar"/>
+               <delete file="${basedir}/WordCloud.jar"/>
+               <delete file="${jars.dir}/WordCloud.jar"/>
            </target>
 
            <!-- ==================== Compile Target 
============================= -->
@@ -121,14 +121,14 @@
 
            <!-- ==================== Jar Target 
================================= -->
            <target name="jar" depends="compile"
-                   description="Creates Plugin Jar: SemanticSummary.jar">
+                   description="Creates Plugin Jar: WordCloud.jar">
               <unzip dest="${build.dir}/classes">
                 <fileset dir="${lib.dir}">
                   <include name="*.jar"/>
                 </fileset>
               </unzip>
                <copy file="${basedir}/plugin.props" 
todir="${build.dir}/classes/cytoscape/csplugins/semanticsummary" />
-               <jar destfile="${jars.dir}/SemanticSummary.jar"
+               <jar destfile="${jars.dir}/WordCloud.jar"
                     basedir="${build.dir}/classes">
                        <manifest>
                                <attribute name="Cytoscape-Plugin" 
@@ -150,7 +150,7 @@
 
                <!-- ==================== Source Release 
============================= -->
                <target name="source_release" depends="jar">
-                       <property name="src_release.dir" 
value="${src_release_root.dir}/SemanticSummaryPlugin_v${pluginVersion}"/>
+                       <property name="src_release.dir" 
value="${src_release_root.dir}/WordCloudPlugin_v${pluginVersion}"/>
                        <mkdir dir="${src_release_root.dir}"/>
                        <mkdir dir="${src_release.dir}"/>
                        <mkdir dir="${src_release.dir}/src"/>
@@ -162,17 +162,17 @@
                        <copy file="plugin.props" todir="${src_release.dir}"/>
                        <copy file="doc/LICENSE.TXT" 
todir="${src_release.dir}"/>
                        <copy file="doc/README.TXT" todir="${src_release.dir}"/>
-                       <tar 
destfile="SemanticSummaryPlugin_v${pluginVersion}${pluginReleaseSuffix}_src.tar.gz"
 basedir="${src_release_root.dir}" compression="gzip" longfile="gnu"/>
-                       <zip 
destfile="SemanticSummaryPlugin_v${pluginVersion}${pluginReleaseSuffix}_src.zip"
 basedir="${src_release_root.dir}"/>
+                       <tar 
destfile="WordCloudPlugin_v${pluginVersion}${pluginReleaseSuffix}_src.tar.gz" 
basedir="${src_release_root.dir}" compression="gzip" longfile="gnu"/>
+                       <zip 
destfile="WordCloudPlugin_v${pluginVersion}${pluginReleaseSuffix}_src.zip" 
basedir="${src_release_root.dir}"/>
                </target>
        
                <!-- ==================== Binary Release 
============================= -->
                <target name="binary_release" depends="jar" description="Make a 
binary-release">
                        <mkdir dir="${binary_release.dir}"/>
-                       <copy file="${jars.dir}/SemanticSummary.jar" 
todir="${binary_release.dir}" /> 
+                       <copy file="${jars.dir}/WordCloud.jar" 
todir="${binary_release.dir}" /> 
                        <copy file="doc/LICENSE.txt" 
todir="${binary_release.dir}" /> 
                        <copy file="doc/README.TXT" 
todir="${binary_release.dir}" /> 
-                       <zip 
destfile="SemanticSummaryPlugin_v${pluginVersion}${pluginReleaseSuffix}.zip" 
basedir="${binary_release.dir}" /> 
+                       <zip 
destfile="WordCloudPlugin_v${pluginVersion}${pluginReleaseSuffix}.zip" 
basedir="${binary_release.dir}" /> 
                        </target>
                        
        </project>

Deleted: csplugins/trunk/soc/layla/SemanticSummary/jars/SemanticSummary.jar
===================================================================
(Binary files differ)

Copied: csplugins/trunk/soc/layla/SemanticSummary/jars/WordCloud.jar (from rev 
21218, csplugins/trunk/soc/layla/SemanticSummary/jars/SemanticSummary.jar)
===================================================================
(Binary files differ)

-- 
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.

Reply via email to