Author: jleroux
Date: Sat Feb 1 12:44:23 2014
New Revision: 1563406
URL:
http://svn.apache.org/r1563406Log:
Put a warning about the version automatically downloaded by Ivy for activemq, postgres and mySQL jdbc drivers
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1563406&r1=1563405&r2=1563406&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Feb 1 12:44:23 2014
@@ -1155,16 +1155,22 @@ under the License.
<ivy:cleancache/>
</target>
- <target name="download-activemq" description="Download activemq for DCC (Distributed Cache Clearing)">
+ <target name="download-activemq" description="Download activemq for DCC (Distributed Cache Clearing">
<ivy:retrieve pattern="framework/base/lib/[artifact]-[revision].[ext]" conf="activemq"/>
+ <echo> </echo>
+ <echo>======================================================</echo>
+ <echo>Please check that this version is appropriate for you!</echo>
</target>
<target name="download-cobertura" description="Download cobertura related files">
<ivy:retrieve pattern="framework/base/lib/[artifact]-[revision].[ext]" conf="cobertura"/>
</target>
- <target name="download-PG-JDBC" description="Download postgres jdbc driver">
+ <target name="download-PG-JDBC" description="Download postgres jdbc driver">
<ivy:retrieve pattern="framework/entity/lib/jdbc/[artifact]-[revision].[ext]" conf="postgres"/>
+ <echo> </echo>
+ <echo>======================================================</echo>
+ <echo>Please check that this version is appropriate for you!</echo>
</target>
<target name="download-sonar-ant-task" description="Download sonar related files">
@@ -1173,6 +1179,9 @@ under the License.
<target name="download-mySQL-JDBC" description="Download mySQL jdbc driver">
<ivy:retrieve pattern="framework/entity/lib/jdbc/[artifact]-[revision].[ext]" conf="mysql"/>
+ <echo> </echo>
+ <echo>======================================================</echo>
+ <echo>Please check that this version is appropriate for you!</echo>
</target>
<!-- ================================================================== -->