Author: pwang
Date: 2008-09-09 11:31:12 -0700 (Tue, 09 Sep 2008)
New Revision: 14862
Modified:
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterSettings.java
Log:
Add support for Export_for_cellcircuits_website
Modified:
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterSettings.java
===================================================================
---
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterSettings.java
2008-09-09 18:30:24 UTC (rev 14861)
+++
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterSettings.java
2008-09-09 18:31:12 UTC (rev 14862)
@@ -7,6 +7,7 @@
{
public static final byte DESTINATION_DIRECTORY = 0;
public static final byte DESTINATION_ZIP_ARCHIVE = 1;
+ public static final byte DESTINATION_ZIP_ARCHIVE_4CELLCIRCUITS = 2;
public static final byte SORT_IMAGES_ALPHABETICALLY = 0;
public static final byte SORT_IMAGES_BY_VISUAL_STYLE = 1;
public static final byte SORT_IMAGES_AS_IS = 2;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---