Author: stevel
Date: Tue Aug  8 08:17:31 2006
New Revision: 429684

URL: http://svn.apache.org/viewvc?rev=429684&view=rev
Log:
and I dont need to load build.properties, as common/build.xml now does it

Modified:
    ant/sandbox/antlibs/http/trunk/build.xml

Modified: ant/sandbox/antlibs/http/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/build.xml?rev=429684&r1=429683&r2=429684&view=diff
==============================================================================
--- ant/sandbox/antlibs/http/trunk/build.xml (original)
+++ ant/sandbox/antlibs/http/trunk/build.xml Tue Aug  8 08:17:31 2006
@@ -18,9 +18,5 @@
 under the License.
 -->
 <project default="dist" name="http">
-
-  <!-- easy way to override properties -->
-  <property file="build.properties"/>
-
   <import file="common/build.xml"/>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to