Author: pwang
Date: 2011-11-16 10:53:15 -0800 (Wed, 16 Nov 2011)
New Revision: 27496

Modified:
   new_cytoscape_website/plugin_website/plugins3/generate_plugin_xml.pl
Log:
change DB name and output file name

Modified: new_cytoscape_website/plugin_website/plugins3/generate_plugin_xml.pl
===================================================================
--- new_cytoscape_website/plugin_website/plugins3/generate_plugin_xml.pl        
2011-11-16 18:50:27 UTC (rev 27495)
+++ new_cytoscape_website/plugin_website/plugins3/generate_plugin_xml.pl        
2011-11-16 18:53:15 UTC (rev 27496)
@@ -13,7 +13,7 @@
 
 # constants
 use constant CYTOSCAPE_URL => "http://cytoscape.org";;
-use constant DATABASE_NAME => "cyplugindb";
+use constant DATABASE_NAME => "cyplugindb3";
 use constant PLUGIN_DL_SCRIPT => "pluginjardownload.php";
 
 
@@ -48,7 +48,7 @@
 usage("ERROR: Missing required parameter:") if (!$BaseUrl || !$XmlFileLoc || 
!$UserName || !$PassWord);
 
 $Host = 'localhost' if (!$Host);
-my $XmlFile = $XmlFileLoc . "/plugins.xml";
+my $XmlFile = $XmlFileLoc . "/plugins3.xml";
 
 dbConnect();
 

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