Author: jm
Date: 2010-09-16 08:50:48 -0700 (Thu, 16 Sep 2010)
New Revision: 21891
Modified:
cytoscape3/trunk/pom.xml
cytoscape3/trunk/provision/pom.xml
Log:
Added PSI-MI bundle and dependencies to provision/pom.xml
Added bootloader delegation flags for Sun packages so that JAXB works under OSGi
Modified: cytoscape3/trunk/pom.xml
===================================================================
--- cytoscape3/trunk/pom.xml 2010-09-16 15:49:28 UTC (rev 21890)
+++ cytoscape3/trunk/pom.xml 2010-09-16 15:50:48 UTC (rev 21891)
@@ -213,6 +213,7 @@
<param>--noDownloadFeedback</param>
<param>--vmOptions=-Xss10M
-Xmx512M -Dawt.useSystemAAFontSettings=lcd -Dapple.laf.useScreenMenuBar=false
-Dapple.awt.fileDialogForDirectories=true -Dapple.awt.graphics.UseQuartz=true
-Dcom.apple.mrj.application.apple.menu.about.name=Cytoscape3
-Dorg.ops4j.pax.logging.DefaultServiceLog.level=NONE
-Dbundles.configuration.location=../configurations</param>
<param>--repositories=+http://scm.ops4j.org/repos/ops4j/projects/pax/runner-repository/</param>
+
<param>--bootDelegation=sun.*,com.sun.*</param>
<param>scan-pom:file:provision/config-pom....@2</param>
<param>scan-pom:file:provision/logging-pom....@3</param>
</provision>
Modified: cytoscape3/trunk/provision/pom.xml
===================================================================
--- cytoscape3/trunk/provision/pom.xml 2010-09-16 15:49:28 UTC (rev 21890)
+++ cytoscape3/trunk/provision/pom.xml 2010-09-16 15:50:48 UTC (rev 21891)
@@ -308,6 +308,47 @@
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>1.0.0</version>
</dependency>
+
+ <!-- PSI-MI -->
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>psi-mi-impl</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
+ <!-- JAXB bundles and their dependencies -->
+ <!-- Required by PSI-MI bundle -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>com.springsource.javax.xml.bind</artifactId>
+ <version>2.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml</groupId>
+
<artifactId>com.springsource.com.sun.xml.bind</artifactId>
+ <version>2.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml</groupId>
+
<artifactId>com.springsource.com.sun.xml.fastinfoset</artifactId>
+ <version>1.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.stream</groupId>
+
<artifactId>com.springsource.javax.xml.stream</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+
<artifactId>com.springsource.javax.activation</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jvnet.staxex</groupId>
+
<artifactId>com.springsource.org.jvnet.staxex</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+
<!-- If you want to run your plugin, add dependencies below -->
--
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.