Author: dgolovin
Date: 2010-07-15 20:30:03 -0400 (Thu, 15 Jul 2010)
New Revision: 23471
Modified:
workspace/dgolovin/build/bootstrap/jmx/pom.xml
workspace/dgolovin/build/bootstrap/tests/pom.xml
Log:
update path to root dir
Modified: workspace/dgolovin/build/bootstrap/jmx/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-16 00:26:02 UTC (rev 23470)
+++ workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-16 00:30:03 UTC (rev 23471)
@@ -17,7 +17,7 @@
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<configuration>
- <checkoutDirectory>${basedir}/../../jmx</checkoutDirectory>
+ <checkoutDirectory>${basedir}/../../../jmx</checkoutDirectory>
<goals>install</goals>
<profiles>helios-no-target</profiles>
</configuration>
Modified: workspace/dgolovin/build/bootstrap/tests/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/tests/pom.xml 2010-07-16 00:26:02 UTC (rev 23470)
+++ workspace/dgolovin/build/bootstrap/tests/pom.xml 2010-07-16 00:30:03 UTC (rev 23471)
@@ -17,7 +17,7 @@
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<configuration>
- <checkoutDirectory>${basedir}/../../tests</checkoutDirectory>
+ <checkoutDirectory>${basedir}/../../../tests</checkoutDirectory>
<goals>install</goals>
<profiles>helios-no-target</profiles>
</configuration>
Show replies by date