Author: mcreech
Date: 2009-07-08 11:48:05 -0700 (Wed, 08 Jul 2009)
New Revision: 17276
Modified:
csplugins/trunk/agilent/creech/HyperEdgeEditor/jarlib/lsiutils.jar
csplugins/trunk/agilent/creech/HyperEdgeEditor/plugin.props
csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html
Log:
version 2.66
Modified: csplugins/trunk/agilent/creech/HyperEdgeEditor/jarlib/lsiutils.jar
===================================================================
(Binary files differ)
Modified: csplugins/trunk/agilent/creech/HyperEdgeEditor/plugin.props
===================================================================
--- csplugins/trunk/agilent/creech/HyperEdgeEditor/plugin.props 2009-07-08
15:08:42 UTC (rev 17275)
+++ csplugins/trunk/agilent/creech/HyperEdgeEditor/plugin.props 2009-07-08
18:48:05 UTC (rev 17276)
@@ -15,10 +15,10 @@
# Plugin version number, this must be two numbers separated by a
# decimal. Ex. 0.2, 14.03
-pluginVersion=2.65
+pluginVersion=2.66
# Compatible Cytoscape version
-cytoscapeVersion=2.6.2
+cytoscapeVersion=2.6.2,2.6.3
# Category, use one of the categories listed on the website or create your own
pluginCategory=Functional Enrichment
@@ -37,4 +37,4 @@
pluginAuthorsIntsitutions=Allan Kuchinsky and Aditya Vailaya:Agilent
Labs;Michael Creech:Blue Oak Software
# Date this plugin/plugin version was released
-releaseDate=April 08, 2009
\ No newline at end of file
+releaseDate=July 01, 2009
\ No newline at end of file
Modified: csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html
===================================================================
--- csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html
2009-07-08 15:08:42 UTC (rev 17275)
+++ csplugins/trunk/agilent/creech/HyperEdgeEditor/release-notes.html
2009-07-08 18:48:05 UTC (rev 17276)
@@ -1,11 +1,18 @@
<HTML>
<HEAD>
-<TITLE>HyperEdgeEditor Release Notes (version 2.65)</TITLE>
+<TITLE>HyperEdgeEditor Release Notes (version 2.66)</TITLE>
</HEAD>
<BODY>
<H1>HyperEdgeEditor Release Notes (version 2.65)</H1>
<OL>
+<LI>No source code changes--just changes to packaging so HEE will show up
under the Cytoscape 2.6.3 plugin manager.</LI>
+</OL>
+
+<H1>Prior Notes</H1>
+
+<H2>HyperEdgeEditor Release Notes (version 2.65)</H2>
+<OL>
<li>Fixed bug where itemDropped() would allow dropping of a palette entry
on a NetworkView that wasn't the current network view.</li>
<li><p></p>Minor change to use arrowShapeToArrow() method from the
@@ -15,8 +22,6 @@
<li><p></p>Updated to use HyperEdge (v2.62).</li>
</OL>
-<H1>Prior Notes</H1>
-
<H2>HyperEdgeEditor Release Notes (version 2.64)</H2>
<OL>
<LI>Changed to use CyLogger in HEUtils and remove use of
System.out.println.</LI>
@@ -322,7 +327,7 @@
<HR>
-<SMALL><EM>This page was last updated: 02/06/09</EM></SMALL>
+<SMALL><EM>This page was last updated: 07/08/09</EM></SMALL>
</BODY>
</HTML>
\ No newline at end of file
Modified:
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
===================================================================
---
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
2009-07-08 15:08:42 UTC (rev 17275)
+++
csplugins/trunk/agilent/creech/HyperEdgeEditor/src/cytoscape/hyperedge/editor/HyperEdgeEditorPlugin.java
2009-07-08 18:48:05 UTC (rev 17276)
@@ -6,7 +6,7 @@
* Description:
* Author: Michael L. Creech
* Created: Mon Jul 24 06:36:19 2006
-* Modified: Wed Jan 28 09:38:54 2009 (Michael L. Creech)
cre...@w235krbza760
+* Modified: Wed Jul 08 08:24:35 2009 (Michael L. Creech)
cre...@w235krbza760
* Language: Java
* Package:
* Status: Experimental (Do Not Distribute)
@@ -17,6 +17,8 @@
*
* Revisions:
*
+* Wed Jul 08 08:24:22 2009 (Michael L. Creech) cre...@w235krbza760
+* Changed to version 2.66.
* Fri Jan 23 10:35:10 2009 (Michael L. Creech) cre...@w235krbza760
* Changed to version 2.65.
* Thu Sep 25 09:52:17 2008 (Michael L. Creech) cre...@w235krbza760
@@ -116,7 +118,7 @@
*
*/
public class HyperEdgeEditorPlugin extends CytoscapePlugin {
- private static final Double VERSION = 2.65;
+ private static final Double VERSION = 2.66;
public HyperEdgeEditorPlugin() {
initializeHyperEdgeEditor();
Modified: csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html
===================================================================
--- csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html
2009-07-08 15:08:42 UTC (rev 17275)
+++ csplugins/trunk/agilent/creech/HyperEdgeEditor/version-history.html
2009-07-08 18:48:05 UTC (rev 17276)
@@ -6,6 +6,10 @@
<UL>
+<LI><STRONG>HyperEdgeEditor, Version 2.66 (07/08/09)</STRONG>
+<OL>
+<LI>No source code changes--just changes to packaging so HEE will show up
under the Cytoscape 2.6.3 plugin manager.</LI>
+</OL>
<LI><STRONG>HyperEdgeEditor, Version 2.65 (04/08/09)</STRONG>
<OL>
<li>Fixed bug where itemDropped() would allow dropping of a palette entry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---