[jbosstools-commits] JBoss Tools SVN: r23361 - workspace/dgolovin/experimental-build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jul 9 15:37:15 EDT 2010


Author: dgolovin
Date: 2010-07-09 15:37:15 -0400 (Fri, 09 Jul 2010)
New Revision: 23361

Modified:
   workspace/dgolovin/experimental-build/pom.xml
Log:
profile added to enable emma jar installation in repo

Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml	2010-07-09 19:30:59 UTC (rev 23360)
+++ workspace/dgolovin/experimental-build/pom.xml	2010-07-09 19:37:15 UTC (rev 23361)
@@ -1,12 +1,6 @@
 <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>
-	<parent>
-		<relativePath>../parent-pom.xml</relativePath>
-		<groupId>org.jboss.tools</groupId>
-		<artifactId>org.jboss.tools.parent.pom</artifactId>
-		<version>0.0.1-SNAPSHOT</version>
-	</parent>
+<modelVersion>4.0.0</modelVersion>
 <groupId>org.jboss</groupId>
 <artifactId>jbosstools</artifactId>
 <version>0.0.1-SNAPSHOT</version>
@@ -16,6 +10,16 @@
 </properties>
 <profiles>
 	
+	
+	<profile>
+		<id>libs</id>
+		<activation>
+			<activeByDefault>true</activeByDefault>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/build/libs</module>
+		</modules>
+	</profile>
 
 	<profile>
 		<id>jbosstools-site</id>



More information about the jbosstools-commits mailing list