[jbosstools-commits] JBoss Tools SVN: r23051 - in trunk/build: component and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 25 14:18:21 EDT 2010


Author: dgolovin
Date: 2010-06-25 14:18:21 -0400 (Fri, 25 Jun 2010)
New Revision: 23051

Added:
   trunk/build/component/
   trunk/build/component/.classpath
   trunk/build/component/.project
   trunk/build/component/common.xml
   trunk/build/component/jmx.xml
   trunk/build/component/seam.xml
   trunk/build/component/src/
   trunk/build/component/tests.xml
Log:
aggreagtor projects to build single component withdependencies


Added: trunk/build/component/.classpath
===================================================================
--- trunk/build/component/.classpath	                        (rev 0)
+++ trunk/build/component/.classpath	2010-06-25 18:18:21 UTC (rev 23051)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: trunk/build/component/.project
===================================================================
--- trunk/build/component/.project	                        (rev 0)
+++ trunk/build/component/.project	2010-06-25 18:18:21 UTC (rev 23051)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>component</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: trunk/build/component/common.xml
===================================================================
--- trunk/build/component/common.xml	                        (rev 0)
+++ trunk/build/component/common.xml	2010-06-25 18:18:21 UTC (rev 23051)
@@ -0,0 +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.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

Added: trunk/build/component/jmx.xml
===================================================================
--- trunk/build/component/jmx.xml	                        (rev 0)
+++ trunk/build/component/jmx.xml	2010-06-25 18:18:21 UTC (rev 23051)
@@ -0,0 +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</groupId>
+	<artifactId>tools</artifactId>
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>../../tests</module>
+		<module>../../jmx</module>
+	</modules>
+</project>
\ No newline at end of file

Added: trunk/build/component/seam.xml
===================================================================
--- trunk/build/component/seam.xml	                        (rev 0)
+++ trunk/build/component/seam.xml	2010-06-25 18:18:21 UTC (rev 23051)
@@ -0,0 +1,20 @@
+<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

Added: trunk/build/component/tests.xml
===================================================================
--- trunk/build/component/tests.xml	                        (rev 0)
+++ trunk/build/component/tests.xml	2010-06-25 18:18:21 UTC (rev 23051)
@@ -0,0 +1,11 @@
+<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>
+	</modules>
+</project>
\ No newline at end of file



More information about the jbosstools-commits mailing list