You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/03/11 11:09:40 UTC

svn commit: r1080504 - in /aries/trunk/proxy: proxy-api/pom.xml proxy-api/src/main/java/org/apache/aries/proxy/packageinfo proxy-bundle/pom.xml

Author: zoe
Date: Fri Mar 11 10:09:40 2011
New Revision: 1080504

URL: http://svn.apache.org/viewvc?rev=1080504&view=rev
Log:
ARIES-598 Add package info for proxy

Added:
    aries/trunk/proxy/proxy-api/src/main/java/org/apache/aries/proxy/packageinfo
Modified:
    aries/trunk/proxy/proxy-api/pom.xml
    aries/trunk/proxy/proxy-bundle/pom.xml

Modified: aries/trunk/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-api/pom.xml?rev=1080504&r1=1080503&r2=1080504&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-api/pom.xml (original)
+++ aries/trunk/proxy/proxy-api/pom.xml Fri Mar 11 10:09:40 2011
@@ -32,6 +32,9 @@
     </description>
 
     <properties>
+        <!-- Export package versions are maintained in packageinfo files -->
+        <aries.osgi.export>${aries.osgi.export.pkg};-noimport:=true</aries.osgi.export>
+
         <aries.osgi.export.pkg>
             org.apache.aries.proxy;
         </aries.osgi.export.pkg>

Added: aries/trunk/proxy/proxy-api/src/main/java/org/apache/aries/proxy/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-api/src/main/java/org/apache/aries/proxy/packageinfo?rev=1080504&view=auto
==============================================================================
--- aries/trunk/proxy/proxy-api/src/main/java/org/apache/aries/proxy/packageinfo (added)
+++ aries/trunk/proxy/proxy-api/src/main/java/org/apache/aries/proxy/packageinfo Fri Mar 11 10:09:40 2011
@@ -0,0 +1,19 @@
+#
+# 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.
+#
+version 0.4.0

Modified: aries/trunk/proxy/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-bundle/pom.xml?rev=1080504&r1=1080503&r2=1080504&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ aries/trunk/proxy/proxy-bundle/pom.xml Fri Mar 11 10:09:40 2011
@@ -32,6 +32,8 @@
     </description>
 
     <properties>
+        <!-- Export package versions are maintained in packageinfo files -->
+        <aries.osgi.export>${aries.osgi.export.pkg};-noimport:=true</aries.osgi.export>
         <aries.osgi.activator>
             org.apache.aries.proxy.impl.ProxyManagerActivator
         </aries.osgi.activator>