Author: reto
Date: Fri Nov 1 10:02:36 2013
New Revision: 1537880
URL: http://svn.apache.org/r1537880
Log:
STANBOL-1154: moved dependencies of felix webconsole to osgiframework and sling
launchpad stuff to stanbolcommons
Modified:
stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Modified:
stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml?rev=1537880&r1=1537879&r2=1537880&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
(original)
+++ stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
Fri Nov 1 10:02:36 2013
@@ -172,10 +172,16 @@
<artifactId>org.apache.felix.webconsole.plugins.memoryusage</artifactId>
<version>1.0.4</version>
</bundle>
- <bundle> <!-- The Apache Sling Installer WebConsole plugin -->
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.installer.console</artifactId>
- <version>1.0.0</version>
+ <!-- required by org.apache.felix.webconsole.plugins.packageadmin -->
+ <bundle>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.4</version>
+ </bundle>
+ <bundle>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2.2</version>
</bundle>
</startLevel>
</bundles>
\ No newline at end of file
Modified:
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1537880&r1=1537879&r2=1537880&view=diff
==============================================================================
---
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Fri Nov 1 10:02:36 2013
@@ -62,6 +62,11 @@
<artifactId>org.apache.sling.installer.provider.file</artifactId>
<version>1.0.2</version>
</bundle>
+ <bundle> <!-- The Apache Sling Installer WebConsole plugin -->
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.installer.console</artifactId>
+ <version>1.0.0</version>
+ </bundle>
</startLevel>
<!-- Sling launchpad -->
@@ -104,11 +109,6 @@
<version>3.2.1</version>
</bundle>
<bundle>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.4</version>
- </bundle>
- <bundle>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.4.1</version>
@@ -123,11 +123,6 @@
<artifactId>commons-codec</artifactId>
<version>1.7</version>
</bundle>
- <bundle>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.2.2</version>
- </bundle>
<bundle> <!-- commons-beanutils as bundle provided by
servicemix.apache.org -->
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>