[jbosstools-commits] JBoss Tools SVN: r44154 - trunk/build/target-platform.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Sat Sep 29 04:53:56 EDT 2012
Author: nickboldt
Date: 2012-09-29 04:53:56 -0400 (Sat, 29 Sep 2012)
New Revision: 44154
Modified:
trunk/build/target-platform/pom.xml
Log:
validate both multiple.target and jbds.target as they're no longer identical
Modified: trunk/build/target-platform/pom.xml
===================================================================
--- trunk/build/target-platform/pom.xml 2012-09-29 08:53:49 UTC (rev 44153)
+++ trunk/build/target-platform/pom.xml 2012-09-29 08:53:56 UTC (rev 44154)
@@ -46,10 +46,9 @@
<configuration>
<targetFiles>
<param>multiple.target</param>
+ <param>jbds.target</param>
<!-- DO NOT VALIDATE unified.target until multiple.target is built and published, or it will fail to resolve deps -->
<!-- <param>unified.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