Author: nickboldt
Date: 2010-10-25 13:24:16 -0400 (Mon, 25 Oct 2010)
New Revision: 26040
Modified:
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml
Log:
comment out the delete/get step to update the jar every time, per Max's say-so
(JBDS-1343)
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml 2010-10-25 17:21:48 UTC
(rev 26039)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml 2010-10-25 17:24:16 UTC
(rev 26040)
@@ -21,10 +21,13 @@
<phase>validate</phase>
<configuration>
<tasks>
+ <!-- JBDS-1343 uncomment this to pull a fresh copy of the jar from this or
another location as needed -->
+ <!--
<delete file="modeshape-client.jar" quiet="true" />
<get
src="http://jawa05.englab.brq.redhat.com/candidate/SOA-5.1-ER3/JBDS/...
dest="modeshape-client.jar" usetimestamp="true" />
+ -->
</tasks>
</configuration>
<goals>