[Jboss-cvs] JBoss Messaging SVN: r1030 - trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 1 14:27:16 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-08-01 14:27:15 -0400 (Tue, 01 Aug 2006)
New Revision: 1030

Modified:
   trunk/build-messaging.xml
Log:
temporary fix for the attpemt of deleting inexistent svn/thirdparty/libraries.ent

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2006-08-01 18:19:30 UTC (rev 1029)
+++ trunk/build-messaging.xml	2006-08-01 18:27:15 UTC (rev 1030)
@@ -693,7 +693,7 @@
       <ant dir="./docs/examples/ejb3mdb" antfile="build.xml" inheritAll="false" target="clean"/>
       <ant dir="./docs/examples/secure-socket" antfile="build.xml" inheritAll="false" target="clean"/>
       <ant dir="./tests" antfile="build.xml" inheritAll="false" target="clean"/>
-      <ant dir="./perf" antfile="build.xml" inheritAll="false" target="clean"/>
+      <!-- <ant dir="./perf" antfile="build.xml" inheritAll="false" target="clean"/> -->
    </target>
 
    <!-- ======================================================================================== -->
@@ -716,4 +716,4 @@
       </sequential>
    </macrodef>
 
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list