Author: nickboldt
Date: 2012-05-08 02:38:21 -0400 (Tue, 08 May 2012)
New Revision: 40837
Added:
trunk/build/pom-disabled-components.xml.DEPRECATED
Log:
deprecate old pom-disabled-components.xml
Added: trunk/build/pom-disabled-components.xml.DEPRECATED
===================================================================
--- trunk/build/pom-disabled-components.xml.DEPRECATED (rev 0)
+++ trunk/build/pom-disabled-components.xml.DEPRECATED 2012-05-08 06:38:21 UTC (rev
40837)
@@ -0,0 +1,38 @@
+<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</groupId>
+ <artifactId>org.jboss.tools.build</artifactId>
+ <name>org.jboss.tools.build</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <profiles>
+
+ <profile>
+ <id>libs</id>
+ <activation>
+ <property>
+ <name>coverage</name>
+ </property>
+ </activation>
+ <modules>
+ <module>libs</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>site</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>../site</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
+