Author: jm
Date: 2011-06-24 08:06:52 -0700 (Fri, 24 Jun 2011)
New Revision: 25914

Added:
   csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/
   csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/
   csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/plugin.props
   csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/
   
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/arrow_collapsed.gif
   
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/arrow_expanded.gif
   
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/icon_note_large.gif
   
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo.png
   
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo1.png
   
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo2.png
Removed:
   csplugins/trunk/mskcc/gbader/mcode/resources/plugin.props
   
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/arrow_collapsed.gif
   
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/arrow_expanded.gif
   
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/icon_note_large.gif
   csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo.png
   csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo1.png
   csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo2.png
Modified:
   csplugins/trunk/mskcc/gbader/mcode/build.xml
Log:
Fixed packaging issues with MCODE

Modified: csplugins/trunk/mskcc/gbader/mcode/build.xml
===================================================================
--- csplugins/trunk/mskcc/gbader/mcode/build.xml        2011-06-24 04:41:28 UTC 
(rev 25913)
+++ csplugins/trunk/mskcc/gbader/mcode/build.xml        2011-06-24 15:06:52 UTC 
(rev 25914)
@@ -56,7 +56,9 @@
 
        <!--  Create PlugIn Jar File -->
        <target name="jar" depends="compile" description="Creates PlugIn Jar 
File.">
-               <copy file="${resources.dir}/plugin.props" 
todir="${build.classes}/csplugins/mcode" />
+               <copy todir="${build.classes}">
+                 <fileset dir="${resources.dir}" />
+               </copy>
                <jar destfile="${build.dir}/${plugin.name}.jar">
                        <fileset dir="${build.classes}" />
                        <manifest>

Copied: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/plugin.props (from 
rev 25901, csplugins/trunk/mskcc/gbader/mcode/resources/plugin.props)
===================================================================
--- csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/plugin.props   
                        (rev 0)
+++ csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/plugin.props   
2011-06-24 15:06:52 UTC (rev 25914)
@@ -0,0 +1,25 @@
+# This props file would be filled out and included in the plugin jar file.  
This props file will be used 
+# to put information into the Plugin Manager about the plugin 
+
+# -- The following properties are REQUIRED -- #
+
+# The plugin name that will be displayed to users
+pluginName=MCODE
+
+# Description used to give users information about the plugin such as what it 
does.  
+# Html tags are encouraged for formatting purposes.
+pluginDescription=MCODE finds clusters (highly interconnected regions) in a 
network. Clusters mean different things in different types of networks. For 
instance, clusters in a protein-protein interaction network are often protein 
complexes and parts of pathways, while clusters in a protein similarity network 
represent protein families.
+
+# Plugin version number, this must be two numbers separated by a decimlal.  
Ex. 0.2, 14.03
+pluginVersion=1.32
+
+# Compatible Cytoscape version
+cytoscapeVersion=2.6,2.7,2.8
+
+# Category, use one of the categories listed on the website or create your own
+pluginCategory=Analysis
+
+
+# List of authors.  Note each author and institution pair are separated by a : 
(colon)
+# each additional author institution pair must be separated from other pairs 
bye a ; (semicolon)
+pluginAuthorsIntsitutions=Gary Bader, Vuk Pavlovic:University of Toronto

Copied: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/arrow_collapsed.gif
 (from rev 25894, 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/arrow_collapsed.gif)
===================================================================
(Binary files differ)


Property changes on: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/arrow_collapsed.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Copied: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/arrow_expanded.gif
 (from rev 25894, 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/arrow_expanded.gif)
===================================================================
(Binary files differ)


Property changes on: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/arrow_expanded.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Copied: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/icon_note_large.gif
 (from rev 25894, 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/icon_note_large.gif)
===================================================================
(Binary files differ)


Property changes on: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/icon_note_large.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Copied: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo.png 
(from rev 25894, 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo.png)
===================================================================
(Binary files differ)


Property changes on: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Copied: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo1.png
 (from rev 25894, 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo1.png)
===================================================================
(Binary files differ)


Property changes on: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo1.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Copied: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo2.png
 (from rev 25894, 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo2.png)
===================================================================
(Binary files differ)


Property changes on: 
csplugins/trunk/mskcc/gbader/mcode/resources/csplugins/mcode/resources/logo2.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: csplugins/trunk/mskcc/gbader/mcode/resources/plugin.props
===================================================================
--- csplugins/trunk/mskcc/gbader/mcode/resources/plugin.props   2011-06-24 
04:41:28 UTC (rev 25913)
+++ csplugins/trunk/mskcc/gbader/mcode/resources/plugin.props   2011-06-24 
15:06:52 UTC (rev 25914)
@@ -1,25 +0,0 @@
-# This props file would be filled out and included in the plugin jar file.  
This props file will be used 
-# to put information into the Plugin Manager about the plugin 
-
-# -- The following properties are REQUIRED -- #
-
-# The plugin name that will be displayed to users
-pluginName=MCODE
-
-# Description used to give users information about the plugin such as what it 
does.  
-# Html tags are encouraged for formatting purposes.
-pluginDescription=MCODE finds clusters (highly interconnected regions) in a 
network. Clusters mean different things in different types of networks. For 
instance, clusters in a protein-protein interaction network are often protein 
complexes and parts of pathways, while clusters in a protein similarity network 
represent protein families.
-
-# Plugin version number, this must be two numbers separated by a decimlal.  
Ex. 0.2, 14.03
-pluginVersion=1.32
-
-# Compatible Cytoscape version
-cytoscapeVersion=2.6,2.7,2.8
-
-# Category, use one of the categories listed on the website or create your own
-pluginCategory=Analysis
-
-
-# List of authors.  Note each author and institution pair are separated by a : 
(colon)
-# each additional author institution pair must be separated from other pairs 
bye a ; (semicolon)
-pluginAuthorsIntsitutions=Gary Bader, Vuk Pavlovic:University of Toronto

Deleted: 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/arrow_collapsed.gif
===================================================================
(Binary files differ)

Deleted: 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/arrow_expanded.gif
===================================================================
(Binary files differ)

Deleted: 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/icon_note_large.gif
===================================================================
(Binary files differ)

Deleted: 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo.png
===================================================================
(Binary files differ)

Deleted: 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo1.png
===================================================================
(Binary files differ)

Deleted: 
csplugins/trunk/mskcc/gbader/mcode/src/csplugins/mcode/resources/logo2.png
===================================================================
(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