From: <jbo...@li...> - 2006-05-26 14:40:43
|
Author: kev...@jb... Date: 2006-05-26 10:40:34 -0400 (Fri, 26 May 2006) New Revision: 4440 Modified: labs/jbosstm/trunk/ArjunaJTS/build.xml Log: Added JacORB to install Modified: labs/jbosstm/trunk/ArjunaJTS/build.xml =================================================================== --- labs/jbosstm/trunk/ArjunaJTS/build.xml 2006-05-26 14:39:43 UTC (rev 4439) +++ labs/jbosstm/trunk/ArjunaJTS/build.xml 2006-05-26 14:40:34 UTC (rev 4440) @@ -228,6 +228,7 @@ depends="com.hp.mw.ts.product.install, com.hp.mwlabs.ts.product.htdocs.install, com.hp.mwlabs.ts.product.docs.install, + com.hp.mwlabs.ts.product.jacorb.install, com.hp.mwlabs.ts.product.trailmap.install"/> <target name="com.hp.mwlabs.ts.product.htdocs.install" depends="com.hp.mw.ts.product.htdocs" if="com.hp.mwlabs.ts.build.jts"> @@ -328,6 +329,16 @@ </copy> </target> + <target name="com.hp.mwlabs.ts.product.jacorb.install"> + <echo message="Installing JacORB"/> + + <mkdir dir="${com.hp.mwlabs.installationdirectory}/jacorb"/> + + <copy todir="${com.hp.mwlabs.installationdirectory}/jacorb"> + <fileset dir="jacorb"/> + </copy> + </target> + <target name="com.hp.mw.ts.product.clean" depends="com.hp.mwlabs.ts.product.orbportability.clean, com.hp.mwlabs.ts.product.jts.clean, |