Added a collaboration-kit integration module which just depends on all collab modules. release55-QBE200609040000-BLD200609052200
authorpnejedly@netbeans.org
Fri, 16 Sep 2005 12:39:45 +0000
changeset 17251fd116c5483c
parent 1724 8da0924a1ce4
child 1726 76927f15c879
Added a collaboration-kit integration module which just depends on all collab modules.
collab/build.xml
     1.1 --- a/collab/build.xml	Mon Sep 12 19:54:00 2005 +0000
     1.2 +++ b/collab/build.xml	Fri Sep 16 12:39:45 2005 +0000
     1.3 @@ -29,6 +29,7 @@
     1.4  		<ant dir="filesharing" target="netbeans"/>      
     1.5  		<ant dir="moxc" target="netbeans"/>	
     1.6  		<ant dir="output" target="netbeans"/>	
     1.7 +		<ant dir="kit" target="netbeans"/>	
     1.8  	</target>
     1.9  
    1.10  	<target name="nbm">
    1.11 @@ -44,6 +45,7 @@
    1.12  		<ant dir="filesharing" target="nbm"/>      
    1.13  		<ant dir="moxc" target="nbm"/>	
    1.14  		<ant dir="output" target="nbm"/>
    1.15 +		<ant dir="kit" target="nbm"/>
    1.16  	</target>
    1.17  
    1.18  	<target name="clean">
    1.19 @@ -59,6 +61,7 @@
    1.20  		<ant dir="filesharing" target="clean"/>      
    1.21  		<ant dir="moxc" target="clean"/>	
    1.22  		<ant dir="output" target="clean"/>
    1.23 +		<ant dir="kit" target="clean"/>
    1.24  	</target>
    1.25  
    1.26              <!-- LFI #3336 for JSO 0.12.x: -->