You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/03/12 21:34:42 UTC

svn commit: r753005 - in /servicemix/m2-repo/org/apache/felix/org.apache.felix.framework: 1.5.0-r752802-patched/ 1.5.0-r752991/

Author: gnodet
Date: Thu Mar 12 20:34:42 2009
New Revision: 753005

URL: http://svn.apache.org/viewvc?rev=753005&view=rev
Log:
Upload a non patched version of felix

Added:
    servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/
    servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-javadoc.jar   (with props)
    servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-sources.jar   (with props)
    servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.jar   (with props)
    servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.pom
Removed:
    servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752802-patched/

Added: servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-javadoc.jar
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-javadoc.jar?rev=753005&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-sources.jar
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-sources.jar?rev=753005&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.jar
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.jar?rev=753005&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.pom
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.pom?rev=753005&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.pom (added)
+++ servicemix/m2-repo/org/apache/felix/org.apache.felix.framework/1.5.0-r752991/org.apache.felix.framework-1.5.0-r752991.pom Thu Mar 12 20:34:42 2009
@@ -0,0 +1,74 @@
+<!--
+ 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
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+ 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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix</artifactId>
+    <version>1.0.2</version>
+    <relativePath>../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
+  <name>Apache Felix Framework</name>
+  <artifactId>org.apache.felix.framework</artifactId>
+  <version>1.5.0-r752991</version>
+  <dependencies>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>1.2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>1.2.0</version>
+      <exclusions>
+        <exclusion>
+          <groupId>${pom.groupId}</groupId>
+          <artifactId>javax.servlet</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+  <properties>
+    <dollar>$</dollar>
+  </properties>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>org.apache.felix.framework</Bundle-SymbolicName>
+            <Bundle-Name>Apache Felix Framework</Bundle-Name>
+            <Bundle-Description>OSGi R4 framework implementation.</Bundle-Description>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+            <Export-Package>org.osgi.framework;-split-package:=merge-first,org.osgi.framework.launch,org.osgi.framework.hooks.service,org.osgi.service.packageadmin,org.osgi.service.url,org.osgi.service.startlevel,org.osgi.util.tracker</Export-Package>
+            <Private-Package>org.apache.felix.moduleloader.*,org.apache.felix.framework.*</Private-Package>
+            <Import-Package>!*</Import-Package>
+            <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,{src/main/resources/},org/osgi/framework/=target/classes/org/osgi/framework/</Include-Resource> 
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>