[jbosstools-commits] JBoss Tools SVN: r43808 - trunk/build/component.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 18 17:33:20 EDT 2012


Author: nickboldt
Date: 2012-09-18 17:33:20 -0400 (Tue, 18 Sep 2012)
New Revision: 43808

Removed:
   trunk/build/component/.classpath
   trunk/build/component/.project
   trunk/build/component/README.txt
   trunk/build/component/all.xml
   trunk/build/component/drools.xml
   trunk/build/component/drools.xml.README.txt
Log:
remove deprecated build/component/ folder

Deleted: trunk/build/component/.classpath
===================================================================
--- trunk/build/component/.classpath	2012-09-18 21:26:37 UTC (rev 43807)
+++ trunk/build/component/.classpath	2012-09-18 21:33:20 UTC (rev 43808)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>

Deleted: trunk/build/component/.project
===================================================================
--- trunk/build/component/.project	2012-09-18 21:26:37 UTC (rev 43807)
+++ trunk/build/component/.project	2012-09-18 21:33:20 UTC (rev 43808)
@@ -1,17 +0,0 @@
-<?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>

Deleted: trunk/build/component/README.txt
===================================================================
--- trunk/build/component/README.txt	2012-09-18 21:26:37 UTC (rev 43807)
+++ trunk/build/component/README.txt	2012-09-18 21:33:20 UTC (rev 43808)
@@ -1,11 +0,0 @@
-The poms in this folder are deprecated. See ../../build/pom.xml and use -P${component.name} or -P${component.name}-bootstrap instead.
-
-For example:
-
-	mvn3 clean install -f build/pom.xml -Pjmx-bootstrap
-
-See also:
-
-	https://www.jboss.org/tools/docs/building (redirects to http://community.jboss.org/wiki/HowtoBuildJBossToolswithMaven3)
-	https://www.jboss.org/tools/docs/testing
-

Deleted: trunk/build/component/all.xml
===================================================================
--- trunk/build/component/all.xml	2012-09-18 21:26:37 UTC (rev 43807)
+++ trunk/build/component/all.xml	2012-09-18 21:33:20 UTC (rev 43808)
@@ -1,71 +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>jbosstools</artifactId>
-	<version>0.0.1-SNAPSHOT</version>
-	<packaging>pom</packaging>
-	<modules>
-		<module>../parent</module>
-		<module>../libs</module>
-
-		<!-- this order is important! make sure you've run genpom.xml first! -->
-		<!-- dgolovin's order -->
-		<module>../../tests</module>
-		<module>../../freemarker</module>
-		<module>../../jmx</module>
-		<module>../../archives</module>
-		<module>../../as</module>
-		<module>../../common</module>
-		<module>../../jst</module>
-		<!-- Built as external Hudson job, http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/xulrunner-1.9.2/, 
-			so not needed here <module>xulrunner</module> -->
-		<module>../../vpe</module>
-		<module>../../jsf</module>
-
-		<module>../../hibernatetools</module>
-		<module>../../portlet</module>
-		<module>../../workingset</module>
-
-		<module>../../struts</module>
-
-		<module>../../profiler</module>
-		<module>../../smooks</module>
-		<module>../../cdi</module>
-		<module>../../birt</module>
-		<module>../../bpel</module>
-		<module>../../esb</module>
-		<module>../../seam</module>
-		<module>../../examples</module>
-		<module>../../maven</module>
-		<module>../../ws</module>
-		<module>../../modeshape</module>
-		<module>../../flow</module>
-		<module>../../jbpm</module>
-		<module>../../gwt</module>
-		<module>../../deltacloud</module>
-		<!-- NOTE: To build drools, must first bootstrap with ant script: cd drools; 
-			ant -q -->
-		<!-- IF YOU REMOVE A MODULE, be sure to also remove it from site/site.xml 
-			and build/aggregate/site/site.xml or the build will break! -->
-		<!-- module>drools</module -->
-		<module>../../runtime</module>
-		<module>../../usage</module>
-		<module>../../site</module>
-	</modules>
-	<profiles>
-		<profile>
-			<id>emma-coverage</id>
-			<activation>
-				<property>
-					<name>coverage</name>
-				</property>
-			</activation>
-			<modules>
-				<module>build/reports/emma-coverage</module>
-			</modules>
-		</profile>
-	</profiles>
-</project>
-	

Deleted: trunk/build/component/drools.xml
===================================================================
--- trunk/build/component/drools.xml	2012-09-18 21:26:37 UTC (rev 43807)
+++ trunk/build/component/drools.xml	2012-09-18 21:33:20 UTC (rev 43808)
@@ -1,18 +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>../parent</module>
-                <module>../libs</module>
-
-		<module>../../tests</module>
-		<module>../../common</module>
-		<module>../../jst</module>
-		<module>../../flow</module>
-                <module>../../drools</module>
-        </modules>
-</project>

Deleted: trunk/build/component/drools.xml.README.txt
===================================================================
--- trunk/build/component/drools.xml.README.txt	2012-09-18 21:26:37 UTC (rev 43807)
+++ trunk/build/component/drools.xml.README.txt	2012-09-18 21:33:20 UTC (rev 43808)
@@ -1,9 +0,0 @@
-To build drools, you first need to run the build.xml script:
-
-$ cd ../../drools; ant
-
-Then run maven:
-
-$ cd ../build/component; mvn clean install -f drools.xml
-
-



More information about the jbosstools-commits mailing list