Author: dgolovin
Date: 2010-07-15 18:48:08 -0400 (Thu, 15 Jul 2010)
New Revision: 23458
Added:
workspace/dgolovin/experimental-build/bootstrap-build/jmx/
workspace/dgolovin/experimental-build/bootstrap-build/jmx/jmx.xml
Removed:
workspace/dgolovin/experimental-build/bootstrap-build/build.xml
workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml
Log:
jmx bootstrap test
Deleted: workspace/dgolovin/experimental-build/bootstrap-build/build.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/build.xml 2010-07-15 22:37:56
UTC (rev 23457)
+++ workspace/dgolovin/experimental-build/bootstrap-build/build.xml 2010-07-15 22:48:08
UTC (rev 23458)
@@ -1,13 +0,0 @@
-<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.build.component</groupId>
- <artifactId>jmx</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <modules>
- <module>../../build/libs</module>
- <module>../../tests</module>
- <module>../../jmx</module>
- </modules>
-</project>
\ No newline at end of file
Copied: workspace/dgolovin/experimental-build/bootstrap-build/jmx/jmx.xml (from rev 23434,
workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml)
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/jmx/jmx.xml
(rev 0)
+++ workspace/dgolovin/experimental-build/bootstrap-build/jmx/jmx.xml 2010-07-15 22:48:08
UTC (rev 23458)
@@ -0,0 +1,36 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.build.component</groupId>
+ <artifactId>jmx</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <scm>
+ <
connection>scm:svn:https://anonsvn.jboss.org/repos/jbosstools/workspac...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/wor...
+ <
url>https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/jmx&...
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <version>1.3</version>
+ <configuration>
+ <checkoutDirectory>${basedir}/../../jmx</checkoutDirectory>
+ <goals>install</goals>
+ <profiles>helios-no-target</profiles>
+ </configuration>
+ <executions>
+ <execution>
+ <id>suite2</id>
+ <phase>install</phase>
+ <goals>
+ <goal>bootstrap</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/experimental-build/bootstrap-build/jmx/jmx.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml 2010-07-15 22:37:56 UTC
(rev 23457)
+++ workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml 2010-07-15 22:48:08 UTC
(rev 23458)
@@ -1,27 +0,0 @@
-<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.build.component</groupId>
- <artifactId>jmx</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <scm>
-
<
connection>scm:svn:https://anonsvn.jboss.org/repos/jbosstools/trunk/jm...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/tru...
- <
url>https://anonsvn.jboss.org/repos/jbosstools/trunk/jmx</url>
- <scm>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-plugin</artifactId>
- <version>1.3</version>
- <configuration>
- <goals>install</goals>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
\ No newline at end of file