JBoss Tools SVN: r23437 - workspace/dgolovin/experimental-build/bootstrap-build/tests.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-15 15:49:30 -0400 (Thu, 15 Jul 2010)
New Revision: 23437
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
Log:
fix xml errors in bootstrap pom
Modified: workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15 19:45:24 UTC (rev 23436)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15 19:49:30 UTC (rev 23437)
@@ -16,20 +16,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
- <configuration>
- <goals>install</goals>
- </configuration>
</plugin>
- </plugins>
- <executions>
+ <executions>
<execution>
<id>suite2</id>
<goals>
<goal>scm:bootstrap</goal>
</goals>
+ <configuration>
+ <goals>install</goals>
+ </configuration>
</execution>
</executions>
+ </plugins>
</build>
-
-
</project>
\ No newline at end of file
15 years, 9 months
JBoss Tools SVN: r23434 - in workspace/dgolovin/experimental-build/bootstrap-build: tests and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-15 15:30:23 -0400 (Thu, 15 Jul 2010)
New Revision: 23434
Added:
workspace/dgolovin/experimental-build/bootstrap-build/build.xml
workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml
workspace/dgolovin/experimental-build/bootstrap-build/tests/
workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
Removed:
workspace/dgolovin/experimental-build/bootstrap-build/tests.xml
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
Log:
fix xml errors in bootstrap pom
Added: workspace/dgolovin/experimental-build/bootstrap-build/build.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/build.xml (rev 0)
+++ workspace/dgolovin/experimental-build/bootstrap-build/build.xml 2010-07-15 19:30:23 UTC (rev 23434)
@@ -0,0 +1,13 @@
+<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
Property changes on: workspace/dgolovin/experimental-build/bootstrap-build/build.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml (rev 0)
+++ workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml 2010-07-15 19:30:23 UTC (rev 23434)
@@ -0,0 +1,27 @@
+<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/jmx</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/trunk/jmx</developerConnection>
+ <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
Property changes on: workspace/dgolovin/experimental-build/bootstrap-build/jmx.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:28:48 UTC (rev 23433)
+++ workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:30:23 UTC (rev 23434)
@@ -13,7 +13,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>tests.pom</module>
+ <module>tests</module>
</modules>
</profile>
Copied: workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml (from rev 23429, workspace/dgolovin/experimental-build/bootstrap-build/tests.xml)
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml (rev 0)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15 19:30:23 UTC (rev 23434)
@@ -0,0 +1,26 @@
+<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>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <scm>
+ <connection>scm:svn:https://anonsvn.jboss.org/repos/jbosstools/trunk/tests</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/trunk/tests</developerConnection>
+ <url>https://anonsvn.jboss.org/repos/jbosstools</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
Property changes on: workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: workspace/dgolovin/experimental-build/bootstrap-build/tests.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests.xml 2010-07-15 19:28:48 UTC (rev 23433)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests.xml 2010-07-15 19:30:23 UTC (rev 23434)
@@ -1,26 +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>tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <scm>
- <connection>scm:svn:https://anonsvn.jboss.org/repos/jbosstools/trunk/tests</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/trunk/tests</developerConnection>
- <url>https://anonsvn.jboss.org/repos/jbosstools</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
15 years, 9 months
JBoss Tools SVN: r23433 - workspace/dgolovin/experimental-build/bootstrap-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-15 15:28:48 -0400 (Thu, 15 Jul 2010)
New Revision: 23433
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
Log:
fix xml errors in bootstrap pom
Modified: workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:26:35 UTC (rev 23432)
+++ workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:28:48 UTC (rev 23433)
@@ -13,7 +13,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>tests</module>
+ <module>tests.pom</module>
</modules>
</profile>
15 years, 9 months
JBoss Tools SVN: r23432 - workspace/dgolovin/experimental-build/bootstrap-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-15 15:26:35 -0400 (Thu, 15 Jul 2010)
New Revision: 23432
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
Log:
errors fixed in bootstrap pom
Modified: workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:24:59 UTC (rev 23431)
+++ workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:26:35 UTC (rev 23432)
@@ -1,10 +1,12 @@
<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.bootstrapt</groupId>
+ <groupId>org.jboss.build.bootstrap</groupId>
<artifactId>bootstrap-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
<profiles>
+
<profile>
<id>tests</id>
<activation>
15 years, 9 months
JBoss Tools SVN: r23429 - in workspace/dgolovin/experimental-build: bootstrap-build and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-15 15:16:11 -0400 (Thu, 15 Jul 2010)
New Revision: 23429
Added:
workspace/dgolovin/experimental-build/bootstrap-build/
workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
workspace/dgolovin/experimental-build/bootstrap-build/tests.xml
workspace/dgolovin/experimental-build/bootstrap-pom.xml
Log:
experimental build
Added: workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/pom.xml (rev 0)
+++ workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:16:11 UTC (rev 23429)
@@ -0,0 +1,30 @@
+<packaging>jar</packaging>
+ <version>1.0-SNAPSHOT</version>
+ <name>SCM Sample Project</name>
+ <url>http://somecompany.com</url>
+ <profiles>
+
+ <profile>
+ <id>tests</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>tests</module>
+ </modules>
+ </profile>
+
+ <!--profile>
+ <id>jmx</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/build/libs</module>
+ <module>${workspace.root.path}/tests</module>
+ <module>${workspace.root.path}/jmx</module>
+ </modules>
+ </profile-->
+
+</profiles>
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: workspace/dgolovin/experimental-build/bootstrap-build/tests.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests.xml (rev 0)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests.xml 2010-07-15 19:16:11 UTC (rev 23429)
@@ -0,0 +1,26 @@
+<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>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <scm>
+ <connection>scm:svn:https://anonsvn.jboss.org/repos/jbosstools/trunk/tests</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/trunk/tests</developerConnection>
+ <url>https://anonsvn.jboss.org/repos/jbosstools</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
Property changes on: workspace/dgolovin/experimental-build/bootstrap-build/tests.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: workspace/dgolovin/experimental-build/bootstrap-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-pom.xml (rev 0)
+++ workspace/dgolovin/experimental-build/bootstrap-pom.xml 2010-07-15 19:16:11 UTC (rev 23429)
@@ -0,0 +1,27 @@
+<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/workspace/dgolovin/exp...</connection>
+ <developerConnection>https://svn.jboss.org/repos/jbosstools/workspace/dgolovin/experimental-bu...</developerConnection>
+ <url>https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/experimenta...</url>
+ <scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <version>1.3</version>
+ <configuration>
+ <goals>scm:bootstrap</goals>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/experimental-build/bootstrap-pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 9 months