JBoss Tools SVN: r23692 - workspace/dgolovin/jmx.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 20:34:55 -0400 (Thu, 22 Jul 2010)
New Revision: 23692
Modified:
workspace/dgolovin/jmx/pom.xml
Log:
Modified: workspace/dgolovin/jmx/pom.xml
===================================================================
--- workspace/dgolovin/jmx/pom.xml 2010-07-23 00:26:39 UTC (rev 23691)
+++ workspace/dgolovin/jmx/pom.xml 2010-07-23 00:34:55 UTC (rev 23692)
@@ -14,6 +14,7 @@
<properties>
<parentCheckoutDir>..</parentCheckoutDir>
</properties>
+
<packaging>pom</packaging>
<modules>
<module>features</module>
15 years, 9 months
JBoss Tools SVN: r23691 - workspace/dgolovin/build/bootstrap/jmx.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 20:26:39 -0400 (Thu, 22 Jul 2010)
New Revision: 23691
Modified:
workspace/dgolovin/build/bootstrap/jmx/pom.xml
Log:
Modified: workspace/dgolovin/build/bootstrap/jmx/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-22 23:55:22 UTC (rev 23690)
+++ workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-23 00:26:39 UTC (rev 23691)
@@ -20,7 +20,8 @@
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<configuration>
- <checkoutDirectory>${parentCheckoutDir}/${project.artifactId}</checkoutDirectory>
+ <!--checkoutDirectory>${parentCheckoutDir}/${project.artifactId}</checkoutDirectory-->
+ <workingDirectory>${parentCheckoutDir}/${project.artifactId}</workingDirectory>
<goals>install</goals>
<profiles>helios-no-target</profiles>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
15 years, 9 months
JBoss Tools SVN: r23690 - in workspace/dgolovin: build/bootstrap and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 19:55:22 -0400 (Thu, 22 Jul 2010)
New Revision: 23690
Added:
workspace/dgolovin/build/bootstrap/build/
workspace/dgolovin/build/bootstrap/build/pom.xml
workspace/dgolovin/build/component-parent-pom.xml
Removed:
workspace/dgolovin/build/component/common.xml
workspace/dgolovin/build/component/jmx.xml
workspace/dgolovin/build/component/seam.xml
workspace/dgolovin/build/component/tests.xml
Modified:
workspace/dgolovin/build/bootstrap/jmx/pom.xml
workspace/dgolovin/build/bootstrap/pom.xml
workspace/dgolovin/jmx/pom.xml
Log:
Added: workspace/dgolovin/build/bootstrap/build/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/build/pom.xml (rev 0)
+++ workspace/dgolovin/build/bootstrap/build/pom.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -0,0 +1,33 @@
+<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.bootstrap</groupId>
+ <artifactId>bootstrap-build</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <properties>
+ <workspace>.</workspace>
+ </properties>
+ <profiles>
+ <profile>
+ <id>tests</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace}/tests</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>jmx</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace}/jmx</module>
+ </modules>
+ </profile>
+
+ </profiles>
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/build/bootstrap/build/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: workspace/dgolovin/build/bootstrap/jmx/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-22 23:47:43 UTC (rev 23689)
+++ workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -1,16 +1,15 @@
<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.tools.build.bootstrap</groupId>
+ <groupId>org.jboss.build.component</groupId>
<artifactId>jmx</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <parent>
- <relativePath>../../component/generic.xml</relativePath>
- <groupId>org.jboss.tools.build.component</groupId>
- <artifactId>generic</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
+ <scm>
+ <connection>scm:svn:https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/jmx</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/workspace/dgolovin/jmx</developerConnection>
+ <url>https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/jmx</url>
+ </scm>
<properties>
<parentCheckoutDir>${basedir}/../../..</parentCheckoutDir>
</properties>
@@ -24,6 +23,7 @@
<checkoutDirectory>${parentCheckoutDir}/${project.artifactId}</checkoutDirectory>
<goals>install</goals>
<profiles>helios-no-target</profiles>
+ <skipCheckoutIfExists>true</skipCheckoutIfExists>
</configuration>
<executions>
<execution>
Modified: workspace/dgolovin/build/bootstrap/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/pom.xml 2010-07-22 23:47:43 UTC (rev 23689)
+++ workspace/dgolovin/build/bootstrap/pom.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -5,17 +5,15 @@
<artifactId>bootstrap-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <properties>
- <workspace>.</workspace>
- </properties>
<profiles>
+
<profile>
<id>tests</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace}/tests</module>
+ <module>tests</module>
</modules>
</profile>
@@ -25,7 +23,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace}/jmx</module>
+ <module>jmx</module>
</modules>
</profile>
Deleted: workspace/dgolovin/build/component/common.xml
===================================================================
--- workspace/dgolovin/build/component/common.xml 2010-07-22 23:47:43 UTC (rev 23689)
+++ workspace/dgolovin/build/component/common.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -1,12 +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>common</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <modules>
- <module>../../tests</module>
- <module>../../common</module>
- </modules>
-</project>
\ No newline at end of file
Deleted: workspace/dgolovin/build/component/jmx.xml
===================================================================
--- workspace/dgolovin/build/component/jmx.xml 2010-07-22 23:47:43 UTC (rev 23689)
+++ workspace/dgolovin/build/component/jmx.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -1,25 +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.tools.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</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/workspace/dgolovin</developerConnection>
- <url>https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-plugin</artifactId>
- <version>1.3</version>
- <configuration>
- <checkoutDirectory>${basedir}/../${project.artifactId}</checkoutDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
\ No newline at end of file
Deleted: workspace/dgolovin/build/component/seam.xml
===================================================================
--- workspace/dgolovin/build/component/seam.xml 2010-07-22 23:47:43 UTC (rev 23689)
+++ workspace/dgolovin/build/component/seam.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -1,20 +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</groupId>
- <artifactId>tools</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <modules>
- <module>../../tests</module>
- <module>../../jmx</module>
- <module>../../archives</module>
- <module>../../as</module>
- <module>../../common</module>
- <module>../../jst</module>
- <module>../../xulrunner</module>
- <module>../../vpe</module>
- <module>../../jsf</module>
- <module>../../seam</module>
- </modules>
-</project>
\ No newline at end of file
Deleted: workspace/dgolovin/build/component/tests.xml
===================================================================
--- workspace/dgolovin/build/component/tests.xml 2010-07-22 23:47:43 UTC (rev 23689)
+++ workspace/dgolovin/build/component/tests.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -1,25 +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/workspace/dgolovin/tests</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/workspace/dgolovin/tests</developerConnection>
- <url>https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/tests</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-plugin</artifactId>
- <version>1.3</version>
- <configuration>
- <checkoutDirectory>${basedir}/../${project.artifactId}</checkoutDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
\ No newline at end of file
Added: workspace/dgolovin/build/component-parent-pom.xml
===================================================================
Property changes on: workspace/dgolovin/build/component-parent-pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: workspace/dgolovin/jmx/pom.xml
===================================================================
--- workspace/dgolovin/jmx/pom.xml 2010-07-22 23:47:43 UTC (rev 23689)
+++ workspace/dgolovin/jmx/pom.xml 2010-07-22 23:55:22 UTC (rev 23690)
@@ -6,11 +6,14 @@
<version>0.0.1-SNAPSHOT</version>
<name>jmx.all</name>
<parent>
- <relativePath>../build/component/generic.xml</relativePath>
- <groupId>org.jboss.tools.build.component</groupId>
- <artifactId>generic</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../build/bootstrap/jmx/pom.xml</relativePath>
+ <groupId>org.jboss.build.component</groupId>
+ <artifactId>jmx</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
+ <properties>
+ <parentCheckoutDir>..</parentCheckoutDir>
+ </properties>
<packaging>pom</packaging>
<modules>
<module>features</module>
@@ -19,4 +22,4 @@
<module>site</module>
</modules>
</project>
-
+
15 years, 9 months
JBoss Tools SVN: r23689 - workspace/dgolovin/build/component.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 19:47:43 -0400 (Thu, 22 Jul 2010)
New Revision: 23689
Modified:
workspace/dgolovin/build/component/generic.xml
Log:
Modified: workspace/dgolovin/build/component/generic.xml
===================================================================
--- workspace/dgolovin/build/component/generic.xml 2010-07-22 23:46:52 UTC (rev 23688)
+++ workspace/dgolovin/build/component/generic.xml 2010-07-22 23:47:43 UTC (rev 23689)
@@ -19,8 +19,7 @@
<configuration>
<checkoutDirectory>${basedir}/../${project.artifactId}</checkoutDirectory>
</configuration>
- </plugin>
- <executions>
+ <executions>
<execution>
<id>suite2</id>
<phase>update</phase>
@@ -28,7 +27,8 @@
<goal>update</goal>
</goals>
</execution>
- </executions>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>
\ No newline at end of file
15 years, 9 months
JBoss Tools SVN: r23688 - workspace/dgolovin/build/component.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 19:46:52 -0400 (Thu, 22 Jul 2010)
New Revision: 23688
Modified:
workspace/dgolovin/build/component/generic.xml
Log:
Modified: workspace/dgolovin/build/component/generic.xml
===================================================================
--- workspace/dgolovin/build/component/generic.xml 2010-07-22 23:42:46 UTC (rev 23687)
+++ workspace/dgolovin/build/component/generic.xml 2010-07-22 23:46:52 UTC (rev 23688)
@@ -20,6 +20,15 @@
<checkoutDirectory>${basedir}/../${project.artifactId}</checkoutDirectory>
</configuration>
</plugin>
+ <executions>
+ <execution>
+ <id>suite2</id>
+ <phase>update</phase>
+ <goals>
+ <goal>update</goal>
+ </goals>
+ </execution>
+ </executions>
</plugins>
</build>
</project>
\ No newline at end of file
15 years, 9 months
JBoss Tools SVN: r23687 - workspace/dgolovin/build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 19:42:46 -0400 (Thu, 22 Jul 2010)
New Revision: 23687
Modified:
workspace/dgolovin/build/pom.xml
Log:
Modified: workspace/dgolovin/build/pom.xml
===================================================================
--- workspace/dgolovin/build/pom.xml 2010-07-22 23:41:45 UTC (rev 23686)
+++ workspace/dgolovin/build/pom.xml 2010-07-22 23:42:46 UTC (rev 23687)
@@ -21,6 +21,7 @@
<version>1.3</version>
<configuration>
<workingDirectory>${basedir}/..</workingDirectory>
+ <includes>*/**</includes>
</configuration>
</plugin>
</plugins>
15 years, 9 months
JBoss Tools SVN: r23686 - workspace/dgolovin/build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 19:41:45 -0400 (Thu, 22 Jul 2010)
New Revision: 23686
Modified:
workspace/dgolovin/build/pom.xml
Log:
Modified: workspace/dgolovin/build/pom.xml
===================================================================
--- workspace/dgolovin/build/pom.xml 2010-07-22 23:39:58 UTC (rev 23685)
+++ workspace/dgolovin/build/pom.xml 2010-07-22 23:41:45 UTC (rev 23686)
@@ -20,7 +20,7 @@
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<configuration>
- <checkoutDirectory>${basedir}/..</checkoutDirectory>
+ <workingDirectory>${basedir}/..</workingDirectory>
</configuration>
</plugin>
</plugins>
15 years, 9 months
JBoss Tools SVN: r23684 - workspace/dgolovin/jmx.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 17:08:37 -0400 (Thu, 22 Jul 2010)
New Revision: 23684
Modified:
workspace/dgolovin/jmx/pom.xml
Log:
Modified: workspace/dgolovin/jmx/pom.xml
===================================================================
--- workspace/dgolovin/jmx/pom.xml 2010-07-22 21:06:23 UTC (rev 23683)
+++ workspace/dgolovin/jmx/pom.xml 2010-07-22 21:08:37 UTC (rev 23684)
@@ -7,7 +7,7 @@
<name>jmx.all</name>
<parent>
<relativePath>../build/component/generic.xml</relativePath>
- <groupId>org.jboss.build.component</groupId>
+ <groupId>org.jboss.tools.build.component</groupId>
<artifactId>generic</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
15 years, 9 months
JBoss Tools SVN: r23683 - workspace/dgolovin/build/bootstrap/jmx.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-22 17:06:23 -0400 (Thu, 22 Jul 2010)
New Revision: 23683
Modified:
workspace/dgolovin/build/bootstrap/jmx/pom.xml
Log:
Modified: workspace/dgolovin/build/bootstrap/jmx/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-22 21:03:39 UTC (rev 23682)
+++ workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-22 21:06:23 UTC (rev 23683)
@@ -8,7 +8,7 @@
<parent>
<relativePath>../../component/generic.xml</relativePath>
<groupId>org.jboss.tools.build.component</groupId>
- <artifactId>jmx</artifactId>
+ <artifactId>generic</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<properties>
15 years, 9 months