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/09 16:44:15 UTC

svn commit: r1079850 - in /aries/trunk/application/application-api: ./ src/main/java/org/apache/aries/application/ src/main/java/org/apache/aries/application/filesystem/ src/main/java/org/apache/aries/application/management/ src/main/java/org/apache/ar...

Author: zoe
Date: Wed Mar  9 15:44:15 2011
New Revision: 1079850

URL: http://svn.apache.org/viewvc?rev=1079850&view=rev
Log:
ARIES-598 Switch application API to use packageinfo for versioning packages exports

Added:
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/filesystem/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/framework/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/repository/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/runtime/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/update/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/utils/packageinfo
    aries/trunk/application/application-api/src/main/java/org/apache/aries/application/packageinfo
Modified:
    aries/trunk/application/application-api/pom.xml

Modified: aries/trunk/application/application-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/pom.xml?rev=1079850&r1=1079849&r2=1079850&view=diff
==============================================================================
--- aries/trunk/application/application-api/pom.xml (original)
+++ aries/trunk/application/application-api/pom.xml Wed Mar  9 15:44:15 2011
@@ -32,6 +32,7 @@
     </description>
 
     <properties>
+    <aries.osgi.export>${aries.osgi.export.pkg};-noimport:=true</aries.osgi.export>
         <aries.osgi.export.pkg>
             org.apache.aries.application;
             org.apache.aries.application.filesystem;
@@ -40,6 +41,7 @@
             org.apache.aries.application.modelling;
             org.apache.aries.application.modelling.utils;
         </aries.osgi.export.pkg>
+        
     </properties>
 
     <dependencies>

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/filesystem/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/filesystem/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/filesystem/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/filesystem/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/framework/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/framework/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/framework/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/framework/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/repository/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/repository/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/repository/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/repository/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/runtime/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/runtime/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/runtime/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/runtime/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/update/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/update/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/update/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/management/spi/update/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/utils/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/utils/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/utils/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/modelling/utils/packageinfo Wed Mar  9 15:44:15 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

Added: aries/trunk/application/application-api/src/main/java/org/apache/aries/application/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-api/src/main/java/org/apache/aries/application/packageinfo?rev=1079850&view=auto
==============================================================================
--- aries/trunk/application/application-api/src/main/java/org/apache/aries/application/packageinfo (added)
+++ aries/trunk/application/application-api/src/main/java/org/apache/aries/application/packageinfo Wed Mar  9 15:44:15 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