[jbosstools-commits] JBoss Tools SVN: r42558 - trunk/build/target-platform.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 12 19:49:37 EDT 2012
Author: nickboldt
Date: 2012-07-12 19:49:37 -0400 (Thu, 12 Jul 2012)
New Revision: 42558
Modified:
trunk/build/target-platform/pom.xml
Log:
DO NOT VALIDATE jbds.target since it's the same as multiple.target now (redundant step)
Modified: trunk/build/target-platform/pom.xml
===================================================================
--- trunk/build/target-platform/pom.xml 2012-07-12 23:49:27 UTC (rev 42557)
+++ trunk/build/target-platform/pom.xml 2012-07-12 23:49:37 UTC (rev 42558)
@@ -42,7 +42,9 @@
<!-- DO NOT VALIDATE unified.target because this cannot be validated until multiple.target is built and published
<param>unified.target</param>
-->
- <param>jbds.target</param>
+ <!-- DO NOT VALIDATE jbds.target since it's the same as multiple.target now (redundant step)
+ <param>jbds.target</param
+ -->
</targetFiles>
<failOnError>true</failOnError>
</configuration>
More information about the jbosstools-commits
mailing list