[jbosstools-commits] JBoss Tools SVN: r23673 - in workspace/dgolovin/build/bootstrap: build and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 22 15:01:39 EDT 2010
Author: dgolovin
Date: 2010-07-22 15:01:38 -0400 (Thu, 22 Jul 2010)
New Revision: 23673
Added:
workspace/dgolovin/build/bootstrap/build/
workspace/dgolovin/build/bootstrap/build/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 19:01:38 UTC (rev 23673)
@@ -0,0 +1,30 @@
+<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>
+ <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>../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
More information about the jbosstools-commits
mailing list