Author: geirm
Date: Tue Nov 28 19:30:36 2006
New Revision: 480372
URL: http://svn.apache.org/viewvc?view=rev&rev=480372
Log:
working to clean up build so one coherent for jdktools
Modified:
harmony/enhanced/jdktools/trunk/make/properties.xml
harmony/enhanced/jdktools/trunk/modules/jpda/build.xml
Modified: harmony/enhanced/jdktools/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/make/properties.xml?view=diff&rev=480372&r1=480371&r2=480372
==============================================================================
--- harmony/enhanced/jdktools/trunk/make/properties.xml (original)
+++ harmony/enhanced/jdktools/trunk/make/properties.xml Tue Nov 28 19:30:36 2006
@@ -265,7 +265,7 @@
<attribute name="target" />
<sequential>
<subant target="@{target}">
- <dirset dir="modules" includes="${build.module}" />
+ <dirset dir="modules" includes="${build.module}" excludes="jpda"/>
</subant>
</sequential>
</macrodef>
Modified: harmony/enhanced/jdktools/trunk/modules/jpda/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/build.xml?view=diff&rev=480372&r1=480371&r2=480372
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/build.xml (original)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/build.xml Tue Nov 28 19:30:36 2006
@@ -17,7 +17,7 @@
-->
<project name="JPDA Build" default="build" basedir=".">
- <description>Build for LUNI component</description>
+ <description>Build for JPDA component</description>
<!-- import common properties -->
<property name="hy.hdk" location="${basedir}/../../deploy" />
|