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 mt...@apache.org on 2007/01/27 20:48:41 UTC

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

Author: mturyn
Date: Sat Jan 27 12:48:41 2007
New Revision: 500614

URL: http://svn.apache.org/viewvc?view=rev&rev=500614
Log:
removed the docs from the zip section (not just the tar section)
updated the build system to reference LICENSE instead of NOTICE

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=500614&r1=500613&r2=500614
==============================================================================
--- incubator/xap/trunk/buildsystem/build-manufacturing.xml (original)
+++ incubator/xap/trunk/buildsystem/build-manufacturing.xml Sat Jan 27 12:48:41 2007
@@ -162,13 +162,15 @@
     	    <!--
     	        Add the documentation.
     	    -->
-    	    <zipfileset dir="${staging.dist.docs.location}/output" prefix="docs/" 
+    	    <!--
+	    ** Removed for now, placing incomplete documentation **
+	    <zipfileset dir="${staging.dist.docs.location}/output" prefix="docs/" 
     	        includes="**"/>    	        	    
-
+	    -->
             <!--
                 Include readme and notice in the distro file.
              -->
-    	    <zipfileset dir="${staging.location}" includes="NOTICE.txt"/>    	        	    
+    	    <zipfileset dir="${staging.location}" includes="LICENSE.txt"/>    	        	    
     	    <zipfileset dir="${staging.location}" includes="README.txt"/>    	        	    
     	</zip> 
     	    	   	
@@ -212,7 +214,7 @@
 		    <!--
 		        Include readme and notice in the distro file.
 		    -->
-		    <tarfileset dir="${staging.location}" includes="NOTICE.txt"/>    	        	    
+		    <tarfileset dir="${staging.location}" includes="LICENSE.txt"/>    	        	    
 		    <tarfileset dir="${staging.location}" includes="README.txt"/>    	        	    
 		</tar> 				
 	</target>