Needs the xmlbeans library, add it to common buildscript. BLD200508291800
authorpnejedly@netbeans.org
Mon, 29 Aug 2005 14:21:48 +0000
changeset 1715576558205df1
parent 1714 0d10eeb9a282
child 1716 a7d156482e8d
Needs the xmlbeans library, add it to common buildscript.
collab/build.xml
     1.1 --- a/collab/build.xml	Tue Aug 23 14:41:06 2005 +0000
     1.2 +++ b/collab/build.xml	Mon Aug 29 14:21:48 2005 +0000
     1.3 @@ -17,6 +17,7 @@
     1.4  	<!-- Primary targets -->
     1.5  
     1.6  	<target name="netbeans">
     1.7 +                <ant dir="../libs/xmlbeans" target="netbeans"/>
     1.8  		<ant dir="core" target="netbeans"/>
     1.9  		<ant dir="ui" target="netbeans"/>
    1.10  		<ant dir="im" target="netbeans"/>     
    1.11 @@ -31,6 +32,7 @@
    1.12  	</target>
    1.13  
    1.14  	<target name="nbm">
    1.15 +                <ant dir="../libs/xmlbeans" target="nbm"/>
    1.16  		<ant dir="core" target="nbm"/>
    1.17  		<ant dir="ui" target="nbm"/>
    1.18  		<ant dir="im" target="nbm"/>     
    1.19 @@ -45,6 +47,7 @@
    1.20  	</target>
    1.21  
    1.22  	<target name="clean">
    1.23 +                <ant dir="../libs/xmlbeans" target="clean"/>
    1.24  		<ant dir="core" target="clean"/>
    1.25  		<ant dir="ui" target="clean"/>
    1.26  		<ant dir="im" target="clean"/>