[hibernate-commits] Hibernate SVN: r16245 - validator/tags/3.1.0.GA.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Mar 31 17:28:23 EDT 2009


Author: jcosta at redhat.com
Date: 2009-03-31 17:28:23 -0400 (Tue, 31 Mar 2009)
New Revision: 16245

Modified:
   validator/tags/3.1.0.GA/build.xml
Log:
HV-136 - The environment was using the tag, and the commit went to the wrong place. Reverting it on tag

Modified: validator/tags/3.1.0.GA/build.xml
===================================================================
--- validator/tags/3.1.0.GA/build.xml	2009-03-31 18:17:43 UTC (rev 16244)
+++ validator/tags/3.1.0.GA/build.xml	2009-03-31 21:28:23 UTC (rev 16245)
@@ -120,7 +120,7 @@
 		<ant inheritall="false" dir="${basedir}/../entitymanager" target="jar"/>
 	</target -->
 
-    <target name="get.deps.core" depends="init" description="retrieve the core dependencies" unless="disable.ivy">
+    <target name="get.deps.core" depends="init" description="retrieve the core dependencies">
         <ivy:resolve conf="default" />
         <ivy:retrieve pattern="${ivy.dep.dir}/core/[artifact].[ext]" conf="default" />
     </target>
@@ -150,7 +150,7 @@
 		</copy>
 	</target>
 
-    <target name="get.deps.test" depends="init" description="retrieve the test dependencies" unless="disable.ivy">
+    <target name="get.deps.test" depends="init" description="retrieve the test dependencies">
         <ivy:resolve conf="test" />
         <ivy:retrieve pattern="${ivy.dep.dir}/test/[artifact].[ext]" conf="test" />
     </target>




More information about the hibernate-commits mailing list