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/02/07 05:13:33 UTC

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

Author: bbuffone
Date: Tue Feb  6 21:13:32 2007
New Revision: 504436

URL: http://svn.apache.org/viewvc?view=rev&rev=504436
Log:
added notice.txt to the top level again.

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=504436&r1=504435&r2=504436
==============================================================================
--- incubator/xap/trunk/buildsystem/build-manufacturing.xml (original)
+++ incubator/xap/trunk/buildsystem/build-manufacturing.xml Tue Feb  6 21:13:32 2007
@@ -186,6 +186,7 @@
              -->
     	    <zipfileset dir="${staging.location}" includes="LICENSE.txt"/>    	        	    
     	    <zipfileset dir="${staging.location}" includes="README.txt"/>    	        	    
+    	    <zipfileset dir="${staging.location}" includes="NOTICE.txt"/>    	        	    
     	</zip> 
     	    	   	
     </target>
@@ -228,6 +229,7 @@
 		    -->
 		    <tarfileset dir="${staging.location}" includes="LICENSE.txt"/>    	        	    
 		    <tarfileset dir="${staging.location}" includes="README.txt"/>    	        	    
+		    <tarfileset dir="${staging.location}" includes="NOTICE.txt"/>    	        	    
 		</tar> 				
 	</target>