Author: slotia
Date: 2009-08-13 06:19:37 -0700 (Thu, 13 Aug 2009)
New Revision: 17811
Added:
cytoscape3/trunk/configurations/
cytoscape3/trunk/configurations/services/
cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties
Modified:
cytoscape3/trunk/pom.xml
cytoscape3/trunk/provision/pom.xml
Log:
Added confman and related files
Added: cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties
===================================================================
--- cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties
(rev 0)
+++ cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties
2009-08-13 13:19:37 UTC (rev 17811)
@@ -0,0 +1 @@
+log4j.rootLogger=ALL, osgi:OrgCytoscapeLogSwingAdvancedAppender,
osgi:OrgCytoscapeLogSwingSimpleAppender,
osgi:OrgCytoscapeLogSwingStatusBarAppender
Modified: cytoscape3/trunk/pom.xml
===================================================================
--- cytoscape3/trunk/pom.xml 2009-08-13 13:18:28 UTC (rev 17810)
+++ cytoscape3/trunk/pom.xml 2009-08-13 13:19:37 UTC (rev 17811)
@@ -210,7 +210,7 @@
<param>--platform=felix</param>
<param>--profiles=log</param>
<param>--noDownloadFeedback</param>
- <param>--vmOptions=-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</param>
+ <param>--vmOptions=-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
-Dbundles.configuration.location=../configurations</param>
<param>--repositories=+http://scm.ops4j.org/repos/ops4j/projects/pax/runner-repository/</param>
</provision>
</configuration>
Modified: cytoscape3/trunk/provision/pom.xml
===================================================================
--- cytoscape3/trunk/provision/pom.xml 2009-08-13 13:18:28 UTC (rev 17810)
+++ cytoscape3/trunk/provision/pom.xml 2009-08-13 13:19:37 UTC (rev 17811)
@@ -66,36 +66,32 @@
<version>${spring.osgi.version}</version>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
-
<artifactId>com.springsource.slf4j.org.apache.commons.logging
- </artifactId>
- <version>1.5.0</version>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-api</artifactId>
+ <version>1.3.0</version>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>com.springsource.slf4j.api
- </artifactId>
- <version>1.5.0</version>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-service</artifactId>
+ <version>1.3.0</version>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>com.springsource.slf4j.log4j
- </artifactId>
- <version>1.5.0</version>
+ <groupId>org.ops4j.pax.confman</groupId>
+ <artifactId>pax-confman-propsloader</artifactId>
+ <version>0.2.2</version>
</dependency>
<dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.configadmin</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ <dependency>
<groupId>edu.emory.mathcs.backport</groupId>
<artifactId>com.springsource.edu.emory.mathcs.backport
</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
- <groupId>org.apache.log4j</groupId>
- <artifactId>com.springsource.org.apache.log4j
- </artifactId>
- <version>1.2.15</version>
- </dependency>
- <dependency>
<groupId>javax.annotation</groupId>
<artifactId>com.springsource.javax.annotation
</artifactId>
@@ -150,16 +146,6 @@
<version>1.0.0</version>
</dependency>
<dependency>
- <groupId>org.ops4j.pax.logging</groupId>
- <artifactId>pax-logging-api</artifactId>
- <version>1.3.0</version>
- </dependency>
- <dependency>
- <groupId>org.ops4j.pax.logging</groupId>
- <artifactId>pax-logging-service</artifactId>
- <version>1.3.0</version>
- </dependency>
- <dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-impl</artifactId>
<version>1.0-SNAPSHOT</version>
@@ -384,7 +370,6 @@
<artifactId>service-util</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
-
</dependencies>
</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
-~----------~----~----~----~------~----~------~--~---