Author: nickboldt
Date: 2010-05-17 15:19:48 -0400 (Mon, 17 May 2010)
New Revision: 22131
Modified:
trunk/build/build.xml
trunk/genpom.xml
Log:
tweak
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-05-17 19:17:01 UTC (rev 22130)
+++ trunk/build/build.xml 2010-05-17 19:19:48 UTC (rev 22131)
@@ -18,7 +18,7 @@
/>
<!-- svn root, including trunk or branch path -->
- <property name="svn.root"
value="http://anonsvn.jboss.org/repos/jbosstools" />
+ <property name="svn.root"
value="http://anonsvn.jboss.org/repos/jbosstools/trunk" />
<!-- if true, use -Dmaven.repo.local=${COMMON_TOOLS}/m2-repository; if false, use
default ~/.m2/repository; or set another path if preferred -->
<property name="maven.repo.local" value="true" />
Modified: trunk/genpom.xml
===================================================================
--- trunk/genpom.xml 2010-05-17 19:17:01 UTC (rev 22130)
+++ trunk/genpom.xml 2010-05-17 19:19:48 UTC (rev 22131)
@@ -20,6 +20,7 @@
Run As > Ant Build
To run this script via commandline:
+ cd /path/to/checked/out/source/tree; \
ant -f genpom.xml -q
or, to build a specific module IFF no poms already exist: