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/21 15:01:20 UTC

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

Author: bbuffone
Date: Sun Jan 21 07:01:20 2007
New Revision: 498342

URL: http://svn.apache.org/viewvc?view=rev&rev=498342
Log:
removed the build-manufacturing file from being imported. 
It added a svn requirement that was not required.

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

Modified: incubator/xap/trunk/buildsystem/build.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/build.xml?view=diff&rev=498342&r1=498341&r2=498342
==============================================================================
--- incubator/xap/trunk/buildsystem/build.xml (original)
+++ incubator/xap/trunk/buildsystem/build.xml Sun Jan 21 07:01:20 2007
@@ -24,7 +24,6 @@
     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 	<import file="${unittests.location}/jsunit/build.xml" />
 	<import file="${unittests.location}/jsunit-server-properties.xml" />
-	<import file="build-manufacturing.xml" />
 	
     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
     <!-- Overrides of ./jsunit/build.xml                                   -->