Author: pwang
Date: 2008-09-11 12:25:04 -0700 (Thu, 11 Sep 2008)
New Revision: 14887
Modified:
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/build.xml
Log:
Put plugin.prop in the right directory
Modified: csplugins/trunk/ucsd/pwang/SessionForWebPlugin/build.xml
===================================================================
--- csplugins/trunk/ucsd/pwang/SessionForWebPlugin/build.xml 2008-09-11
19:08:23 UTC (rev 14886)
+++ csplugins/trunk/ucsd/pwang/SessionForWebPlugin/build.xml 2008-09-11
19:25:04 UTC (rev 14887)
@@ -81,7 +81,7 @@
<target name="jar"
depends="compile,manifest"
description="package all class files into a jar">
- <copy file="${resources.dir}/plugin.props" todir="${build.dir}"/>
+ <copy file="${resources.dir}/plugin.props"
todir="${build.dir}/SessionForWebPlugin"/>
<copy file="${resources.dir}/SessionForWeb.png"
todir="${build.dir}/SessionForWebPlugin"/>
<copy file="${resources.dir}/StatusMsgs.properties" todir="${build.dir}"/>
<jar jarfile="${project.jar}"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---