From: Benjamin B. <bg...@us...> - 2005-06-29 11:24:11
|
Update of /cvsroot/sblim/ecute In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8766 Modified Files: build.xml Log Message: ECUTE 2.1 beta 1f: full CMPI provider generation support for RSA Index: build.xml =================================================================== RCS file: /cvsroot/sblim/ecute/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- build.xml 12 May 2005 15:09:48 -0000 1.6 +++ build.xml 29 Jun 2005 11:24:02 -0000 1.7 @@ -4,7 +4,7 @@ <!-- If any from the following paths are not present Ecute will be constructed without Rose plugins--> - <property name="jacobPath" location="D:\jacob\jacob_1.8\jacob.jar"/> + <property name="jacobPath" location="C:\bender\ecute\ecute libraries\jacob_1.8\jacob.jar"/> <property name="RoseFrameworks" location="C:\Program Files\Rational\Rose\framework\frameworks"/> <!-- End of personalized configuration --> @@ -23,7 +23,7 @@ </not> </condition> <property name="output.Bin" location="bin"/> - <property name="output.Distribution" location="d:/ecute/distribution"/> + <property name="output.Distribution" location="c:/ecute/distribution"/> <property environment="env"/> <property name="output.install.linux" location="${env.baseRPM}/opt/ecute"/> @@ -96,6 +96,9 @@ <include name="plugin.xml"/> </fileset> </copy> + <copy todir="${output.Distribution}/eclipse/plugins/com.ibm.ecute_1.0.0/CMPITemplates"> + <fileset dir="Plugin/CMPITemplates"/> + </copy> <copy todir="${output.Distribution}/eclipse/plugins/com.ibm.ecute_1.0.0/icons/wizards"> <fileset dir="icons/wizards"/> </copy> |