Author: nickboldt
Date: 2010-04-27 12:35:38 -0400 (Tue, 27 Apr 2010)
New Revision: 21757
Modified:
trunk/genpom.xml
trunk/parent-pom.xml
Log:
update from modular_build branch
Modified: trunk/genpom.xml
===================================================================
--- trunk/genpom.xml 2010-04-27 16:31:18 UTC (rev 21756)
+++ trunk/genpom.xml 2010-04-27 16:35:38 UTC (rev 21757)
@@ -5,7 +5,7 @@
<property name="COMPONENT" value="trunk" />
<property name="pomVersion" value="0.0.1-SNAPSHOT" />
<property name="dirsToExclude"
- value="**/*.sdk.*, **/doc*, **/releng/**, **/download.jboss.org,
**/sampleprojects/**, **/util/**, **/test, **/builders, **/contrib, **/releng/**, ."
+ value="**/*.sdk.*, **/doc*, **/releng/**, **/build/**,
**/download.jboss.org, **/sampleprojects/**, **/util/**, **/test, **/builders/**,
**/contrib, **/releng/**, ."
/>
<property name="overwrite.existing.pom.xml" value="false" />
<!-- Configuration Ends -->
@@ -454,7 +454,7 @@
<!-- summary -->
<length string="${modulecountstring}" property="modulecount"
/>
<length string="${aggregatorcountstring}"
property="aggregatorcount" />
- <echo level="info">Modules: ${modulecount} Aggregations:
${aggregatorcount}</echo>
+ <echo level="info">${WORKINGDIR}/${COMPONENT} :: Modules:
${modulecount}, Aggregations: ${aggregatorcount}</echo>
</target>
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-04-27 16:31:18 UTC (rev 21756)
+++ trunk/parent-pom.xml 2010-04-27 16:35:38 UTC (rev 21757)
@@ -10,7 +10,7 @@
<properties>
<tychoVersion>0.9.0-SNAPSHOT</tychoVersion>
<!-- <tychoVersion>0.8.0</tychoVersion> -->
- <scmBranch>modular_build</scmBranch>
+ <scmBranch>trunk</scmBranch>
</properties>
<build>
@@ -120,9 +120,9 @@
</build>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/branches/...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/${scmBranch}
</connection>
- <
developerConnection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/...
+ <
developerConnection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/...
</developerConnection>
<
url>http://anonsvn.jboss.org/repos/jbosstools/branches/${scmBranch}
</url>