You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2007/01/30 20:46:51 UTC

svn commit: r501555 - /incubator/xap/trunk/buildsystem/build-manufacturing.xml

Author: bbuffone
Date: Tue Jan 30 12:46:50 2007
New Revision: 501555

URL: http://svn.apache.org/viewvc?view=rev&rev=501555
Log:
remover jsdocs and jsunit from the distro.

Modified:
    incubator/xap/trunk/buildsystem/build-manufacturing.xml

Modified: incubator/xap/trunk/buildsystem/build-manufacturing.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/build-manufacturing.xml?view=diff&rev=501555&r1=501554&r2=501555
==============================================================================
--- incubator/xap/trunk/buildsystem/build-manufacturing.xml (original)
+++ incubator/xap/trunk/buildsystem/build-manufacturing.xml Tue Jan 30 12:46:50 2007
@@ -168,7 +168,7 @@
     	        Add all the source.
     	    -->
     	    <zipfileset dir="${staging.location}" prefix="source/" 
-    	                includes="**" excludes=".dist/**"/> 
+    	        includes="**" excludes=".dist/**,buildsystem/JSDoc-1.9.9.2/**,unittests/jsunit/**"/> 
     	                   	        	    
     	    <!--
     	        Add the samples.
@@ -209,7 +209,7 @@
 		        Add all the source.
 		    -->
 		    <tarfileset dir="${staging.location}" prefix="source/" 
-		                includes="**" excludes=".dist/**"/>
+		        includes="**" excludes=".dist/**,buildsystem/JSDoc-1.9.9.2/**,unittests/jsunit/**"/>
 		    
 		    <!--
 		        Add the samples.
@@ -236,8 +236,8 @@
         <delete dir="${staging.dist.location}"/>
 
     	<antcall target="-copy-xap"/>
-    	
-        <antcall target="-tests">
+    	        
+		<antcall target="-tests">
             <param name="testPage" value="XapUnitTestSuite.html"/>
         </antcall>