[Ipojo-toolbox-commits] SF.net SVN: ipojo-toolbox:[45] trunk/runtime
Brought to you by:
bourretp
|
From: <bou...@us...> - 2009-04-06 13:15:06
|
Revision: 45
http://ipojo-toolbox.svn.sourceforge.net/ipojo-toolbox/?rev=45&view=rev
Author: bourretp
Date: 2009-04-06 13:15:00 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
iPOJO-runtime :
+ Added the released Apache Felix Log service.
* Updated copyright information.
-----
TODO : Add the Apache Felix HTTP service (based on Jetty) when it becomes released.
Modified Paths:
--------------
trunk/runtime/NOTICE
trunk/runtime/config.properties
trunk/runtime/pom.xml
Modified: trunk/runtime/NOTICE
===================================================================
--- trunk/runtime/NOTICE 2009-03-04 16:34:43 UTC (rev 44)
+++ trunk/runtime/NOTICE 2009-04-06 13:15:00 UTC (rev 45)
@@ -1,5 +1,5 @@
iPOJO-Toolbox - iPOJO runtime environment
-Copyright 2009 Equipe ADELE, Universit\xE9 Joseph Fourier
+Copyright 2009 \xC9quipe ADELE, Universit\xE9 Joseph Fourier
I. Included Software
@@ -17,7 +17,7 @@
This product uses software developed at
The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2007).
+Copyright (c) OSGi Alliance (2000, 2009).
Licensed under the Apache License 2.0.
Modified: trunk/runtime/config.properties
===================================================================
--- trunk/runtime/config.properties 2009-03-04 16:34:43 UTC (rev 44)
+++ trunk/runtime/config.properties 2009-04-06 13:15:00 UTC (rev 45)
@@ -24,6 +24,7 @@
file:bundle/org.apache.felix.shell.tui-1.0.2.jar \
file:bundle/org.apache.felix.bundlerepository-1.2.1.jar \
file:bundle/org.osgi.compendium-1.2.0.jar \
+ file:bundle/org.apache.felix.log-1.0.0.jar \
file:bundle/org.apache.felix.eventadmin-1.0.0.jar \
file:bundle/org.apache.felix.configadmin-1.0.10.jar \
file:bundle/org.apache.felix.http.jetty-0.9.0.jar \
Modified: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml 2009-03-04 16:34:43 UTC (rev 44)
+++ trunk/runtime/pom.xml 2009-04-06 13:15:00 UTC (rev 45)
@@ -146,6 +146,12 @@
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.log</artifactId>
+ <version>1.0.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.eventadmin</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
@@ -290,4 +296,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|