Author: mes
Date: 2010-11-01 11:28:07 -0700 (Mon, 01 Nov 2010)
New Revision: 22677
Modified:
core3/taglets/trunk/pom.xml
Log:
added a profile to add tools.jar to the dependencies
Modified: core3/taglets/trunk/pom.xml
===================================================================
--- core3/taglets/trunk/pom.xml 2010-11-01 18:08:27 UTC (rev 22676)
+++ core3/taglets/trunk/pom.xml 2010-11-01 18:28:07 UTC (rev 22677)
@@ -172,4 +172,25 @@
</pluginRepository>
</pluginRepositories>
+ <profiles>
+ <profile>
+ <id>default-tools.jar</id>
+ <activation>
+ <property>
+ <name>java.vendor</name>
+ <value>Sun Microsystems Inc.</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.4.2</version>
+ <scope>system</scope>
+
<systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
</project>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.