mcconnell 02/02/06 02:23:11
Modified: apps/enterprise/orb build.xml build.properties
Log:
minor updates
Revision Changes Path
1.6 +5 -4 jakarta-avalon-cornerstone/apps/enterprise/orb/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/enterprise/orb/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 6 Feb 2002 09:42:46 -0000 1.5
+++ build.xml 6 Feb 2002 10:23:11 -0000 1.6
@@ -78,10 +78,12 @@
</target>
<target name="orb.build.context" depends="orb.context">
- <uptodate property="orb.uptodate" targetfile="${dist}/${orb.manger.jar}">
- <srcfiles dir="${build}/orb/src"/>
+ <uptodate property="orb.uptodate"
targetfile="${dist}/${orb.manager.jar}">
<srcfiles dir="${src}/java">
- <include name="org/apache/orb/**"/>
+ <include name="org/apache/orb/**/*.*"/>
+ </srcfiles>
+ <srcfiles dir="${build}/orb/src">
+ <include name="org/apache/orb/**/*.*"/>
</srcfiles>
</uptodate>
</target>
@@ -118,7 +120,6 @@
<target name="install.context">
<available file="${install.path}" type="dir"
property="install.path.present"/>
- <echo message="install.path.present"/>
</target>
<target name="install" depends="install.context,build"
if="install.path.present">
1.2 +1 -1
jakarta-avalon-cornerstone/apps/enterprise/orb/build.properties
Index: build.properties
===================================================================
RCS file:
/home/cvs/jakarta-avalon-cornerstone/apps/enterprise/orb/build.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.properties 2 Feb 2002 18:40:21 -0000 1.1
+++ build.properties 6 Feb 2002 10:23:11 -0000 1.2
@@ -5,6 +5,6 @@
# to related cornerstone resource
#
-orb.path=../orb/lib
+orb.path=F:/dev/common/lib
orb.jar=openorb-1.2.2.jar
idl.jar=openorb_tools-1.2.2.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>