Index: features/org.apache.karaf.eik.feature/feature.xml
===================================================================
--- features/org.apache.karaf.eik.feature/feature.xml (revisione 1405503)
+++ features/org.apache.karaf.eik.feature/feature.xml (copia locale)
@@ -23,6 +23,7 @@
+
@@ -91,5 +92,10 @@
download-size="0"
install-size="0"
version="3.2.1"/>
+
Index: plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF
===================================================================
--- plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF (revisione 1405503)
+++ plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF (copia locale)
@@ -13,7 +13,8 @@
org.apache.mina.core;bundle-version="2.0.0",
org.fusesource.jansi;bundle-version="1.5.0",
sshd-core;bundle-version="0.5.0",
- org.apache.commons.collections;bundle-version="3.2.1"
+ org.apache.commons.collections;bundle-version="3.2.1",
+ org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)"
Export-Package: org.apache.karaf.eik.core,
org.apache.karaf.eik.core.configuration,
org.apache.karaf.eik.core.configuration.internal,
Index: plugins/pom.xml
===================================================================
--- plugins/pom.xml (revisione 1405503)
+++ plugins/pom.xml (copia locale)
@@ -49,6 +49,7 @@
org.apache.karaf.eik.wtp.ui
org.apache.karaf.eik.app
org.apache.karaf.eik.felix
+ org.apache.commons.lang
Index: pom.xml
===================================================================
--- pom.xml (revisione 1405503)
+++ pom.xml (copia locale)
@@ -43,6 +43,7 @@
0.13.0
0.3
3.2.1
+ 2.6
1.7
2.0.1
1.2.8
Index: features/org.apache.karaf.eik.update/pom.xml
===================================================================
--- features/org.apache.karaf.eik.update/pom.xml (revisione 1405503)
+++ features/org.apache.karaf.eik.update/pom.xml (copia locale)
@@ -1,187 +1,188 @@
-
+
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
+ 4.0.0
- http://www.apache.org/licenses/LICENSE-2.0
+
+ org.apache.karaf.eik
+ features
+ 3.0.0-SNAPSHOT
+ ../pom.xml
+
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
+ org.apache.karaf.eik.features
+ org.apache.karaf.eik.update
+ eclipse-repository
+ Apache Karaf :: EIK :: Features :: Eclipse P2 Repository
- 4.0.0
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ generate-resources
+
+ copy
+
+
+
+
+ org.apache.karaf.eik.plugins
+ org.apache.aries.jmx.api
+ ${aries.jmx.version}
+ plugins
+
+
+ org.apache.karaf.eik.plugins
+ org.apache.aries.jmx.core
+ ${aries.jmx.version}
+ plugins
+
+
+ org.apache.karaf.eik.plugins
+ org.fusesource.jansi
+ ${jansi.version}
+ plugins
+
+
+ org.apache.karaf.eik.plugins
+ org.ops4j.pax.url.mvn
+ ${pax.url.version}
+ plugins
+
+
+ org.apache.karaf.eik.plugins
+ sshd-core
+ ${sshd.version}
+ plugins
+
+
+ org.apache.karaf.eik.plugins
+ org.apache.commons.collections
+ ${commons-collections.version}
+ plugins
+
+
+ org.apache.karaf.eik.plugins
+ org.apache.commons.lang
+ ${commons-lang.version}
+ plugins
+
+
+ org.apache.karaf.eik.features
+ org.apache.karaf.eik.feature
+ ${project.version}
+ features
+
+
+ org.apache.karaf.eik.features
+ org.apache.karaf.eik.jmx.feature
+ ${project.version}
+ features
+
+
+ org.apache.karaf.eik.features
+ org.apache.karaf.eik.wtp.feature
+ ${project.version}
+ features
+
+
+
+
+
+
+
+ org.eclipse.tycho
+ target-platform-configuration
+ ${tycho-version}
+
+ p2
+
+
+
+ maven-resources-plugin
+
+
+ copy-resources
+ validate
+
+ copy-resources
+
+
+ ${basedir}/target/repository
+
+
+ .
+
+ index.html
+ web/*
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-clean-plugin
+
+
+
+ plugins
+
+
+ features
+
+
+
+
+
+
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ [2.1,)
+
+ copy
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- org.apache.karaf.eik
- features
- 3.0.0-SNAPSHOT
- ../pom.xml
-
-
- org.apache.karaf.eik.features
- org.apache.karaf.eik.update
- eclipse-repository
- Apache Karaf :: EIK :: Features :: Eclipse P2 Repository
-
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- copy-dependencies
- generate-resources
-
- copy
-
-
-
-
- org.apache.karaf.eik.plugins
- org.apache.aries.jmx.api
- ${aries.jmx.version}
- plugins
-
-
- org.apache.karaf.eik.plugins
- org.apache.aries.jmx.core
- ${aries.jmx.version}
- plugins
-
-
- org.apache.karaf.eik.plugins
- org.fusesource.jansi
- ${jansi.version}
- plugins
-
-
- org.apache.karaf.eik.plugins
- org.ops4j.pax.url.mvn
- ${pax.url.version}
- plugins
-
-
- org.apache.karaf.eik.plugins
- sshd-core
- ${sshd.version}
- plugins
-
-
- org.apache.karaf.eik.plugins
- org.apache.commons.collections
- ${commons-collections.version}
- plugins
-
-
- org.apache.karaf.eik.features
- org.apache.karaf.eik.feature
- ${project.version}
- features
-
-
- org.apache.karaf.eik.features
- org.apache.karaf.eik.jmx.feature
- ${project.version}
- features
-
-
- org.apache.karaf.eik.features
- org.apache.karaf.eik.wtp.feature
- ${project.version}
- features
-
-
-
-
-
-
-
- org.eclipse.tycho
- target-platform-configuration
- ${tycho-version}
-
- p2
-
-
-
- maven-resources-plugin
-
-
- copy-resources
- validate
-
- copy-resources
-
-
- ${basedir}/target/repository
-
-
- .
-
- index.html
- web/*
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-clean-plugin
-
-
-
- plugins
-
-
- features
-
-
-
-
-
-
-
-
-
- org.eclipse.m2e
- lifecycle-mapping
- 1.0.0
-
-
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
- [2.1,)
-
- copy
-
-
-
-
-
-
-
-
-
-
-
-
-
-