[jbpm-commits] JBoss JBPM SVN: r2345 - jbpm4/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 09:51:40 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-24 09:51:40 -0400 (Wed, 24 Sep 2008)
New Revision: 2345

Added:
   jbpm4/trunk/profiles.xml.example
Modified:
   jbpm4/trunk/.project
Log:
Add profiles.examples

Modified: jbpm4/trunk/.project
===================================================================
--- jbpm4/trunk/.project	2008-09-24 13:46:02 UTC (rev 2344)
+++ jbpm4/trunk/.project	2008-09-24 13:51:40 UTC (rev 2345)
@@ -6,18 +6,12 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 	</natures>
 </projectDescription>

Added: jbpm4/trunk/profiles.xml.example
===================================================================
--- jbpm4/trunk/profiles.xml.example	                        (rev 0)
+++ jbpm4/trunk/profiles.xml.example	2008-09-24 13:51:40 UTC (rev 2345)
@@ -0,0 +1,21 @@
+<profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
+  <profiles>
+    
+    <!-- This profile can also be defined in ~/.m2/settings.xml -->   
+    <profile>
+      <id>jboss-home-profile</id>
+      <activation>
+        <property>
+          <name>user.name</name>
+        </property>
+      </activation>
+      <properties>
+        <jboss422.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
+        <jboss423.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_3_GA/build/output/jboss-4.2.3.GA</jboss423.home>
+        <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_CR2/build/output/jboss-5.0.0.CR2</jboss500.home>
+      </properties>
+    </profile>
+    
+  </profiles>
+</profilesXml>




More information about the jbpm-commits mailing list