Author: jgao
Date: 2010-12-09 14:37:05 -0800 (Thu, 09 Dec 2010)
New Revision: 23155

Modified:
   csplugins/trunk/soc/jgao/IDMapping/build.xml
   csplugins/trunk/soc/jgao/IDMapping/resources/plugin.props
Log:
CyThesaurus: version 1.20

Modified: csplugins/trunk/soc/jgao/IDMapping/build.xml
===================================================================
--- csplugins/trunk/soc/jgao/IDMapping/build.xml        2010-12-09 22:19:56 UTC 
(rev 23154)
+++ csplugins/trunk/soc/jgao/IDMapping/build.xml        2010-12-09 22:37:05 UTC 
(rev 23155)
@@ -50,7 +50,7 @@
        </fail> 
     <mkdir dir="${build}"/>
     <mkdir dir="${build.classes}"/>
-    <javac srcdir="${src}" destdir="${build.classes}">
+    <javac target="1.5" srcdir="${src}" destdir="${build.classes}">
       <classpath refid="classpath"/>
     </javac>
   </target>

Modified: csplugins/trunk/soc/jgao/IDMapping/resources/plugin.props
===================================================================
--- csplugins/trunk/soc/jgao/IDMapping/resources/plugin.props   2010-12-09 
22:19:56 UTC (rev 23154)
+++ csplugins/trunk/soc/jgao/IDMapping/resources/plugin.props   2010-12-09 
22:37:05 UTC (rev 23155)
@@ -16,7 +16,7 @@
 pluginVersion=1.20
 
 # Compatible Cytoscape version. If there are more than one version, seperate 
by ",".
-cytoscapeVersion=2.7
+cytoscapeVersion=2.8
 
 # Category, use one of the categories listed on the 
http://cytoscape.org/plugins2.php site
 pluginCategory=Network and Attribute I/O

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