[wsas-java-dev] svn commit r1906 - in trunk/wsas/java: . modules/admin modules/integration

svn at wso2.org svn at wso2.org
Thu Apr 19 09:22:57 PDT 2007


Author: chamil
Date: Thu Apr 19 09:22:29 2007
New Revision: 1906

Modified:
   trunk/wsas/java/modules/admin/pom.xml
   trunk/wsas/java/modules/integration/pom.xml
   trunk/wsas/java/pom.xml
Log:
Added a profile for Mac OS X for the tools.jar.

Modified: trunk/wsas/java/modules/admin/pom.xml
==============================================================================
--- trunk/wsas/java/modules/admin/pom.xml	(original)
+++ trunk/wsas/java/modules/admin/pom.xml	Thu Apr 19 09:22:29 2007
@@ -35,7 +35,7 @@
             <artifactId>tools</artifactId>
             <version>${java.version}</version>
             <scope>system</scope>
-            <systemPath>${java.home}/../lib/tools.jar</systemPath>
+            <systemPath>${toolsjar}</systemPath>
         </dependency>
 
         <dependency>

Modified: trunk/wsas/java/modules/integration/pom.xml
==============================================================================
--- trunk/wsas/java/modules/integration/pom.xml	(original)
+++ trunk/wsas/java/modules/integration/pom.xml	Thu Apr 19 09:22:29 2007
@@ -91,7 +91,8 @@
             <artifactId>tools</artifactId>
             <version>${java.version}</version>
             <scope>system</scope>
-            <systemPath>${java.home}/../lib/tools.jar</systemPath>
+            <!--<systemPath>${java.home}/../lib/tools.jar</systemPath>-->
+	    <systemPath>${toolsjar}</systemPath>
         </dependency>
 
     </dependencies>

Modified: trunk/wsas/java/pom.xml
==============================================================================
--- trunk/wsas/java/pom.xml	(original)
+++ trunk/wsas/java/pom.xml	Thu Apr 19 09:22:29 2007
@@ -1236,7 +1236,17 @@
                 </plugins>
             </build>
         </profile>
-
+	<profile>
+		<id>macProfile</id>
+		<properties>
+			<toolsjar>${java.home}/../Classes/classes.jar</toolsjar>
+		</properties>
+        	<activation>
+        		<os>
+         			<family>mac</family>
+         		</os>
+        	</activation>
+	</profile>
     </profiles>
 
 
@@ -1360,7 +1370,7 @@
 
         <slf4j.version>1.0.1</slf4j.version>
         <spring.version>1.2.8</spring.version>
-
+	<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
         <mx4j.version>3.0.1</mx4j.version>
 
     </properties>




More information about the Wsas-java-dev mailing list