Author: mickael_istria
Date: 2012-06-28 08:00:50 -0400 (Thu, 28 Jun 2012)
New Revision: 42275
Modified:
trunk/build/parent/pom.xml
Log:
JBIDE-11714:
Temporary error message when relying on requirements.properties
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-06-28 09:40:08 UTC (rev 42274)
+++ trunk/build/parent/pom.xml 2012-06-28 12:00:50 UTC (rev 42275)
@@ -314,7 +314,9 @@
</goals>
<configuration>
<tasks>
- <taskdef resource="net/sf/antcontrib/antcontrib.properties" />
+ <!-- JBIDE-11714: remove this execution -->
+ <fail message="requirements.properties not supported any more. If you
read this, please comment JBIDE-11714"/>
+ <!-- taskdef resource="net/sf/antcontrib/antcontrib.properties"
/>
<if>
<and>
<available file="${requirements.root}" type="dir" />
@@ -332,7 +334,7 @@
<else>
<echo>No requrements.properties file</echo>
</else>
- </if>
+ </if-->
</tasks>
</configuration>
</execution>
Show replies by date