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 12:01:16 UTC

svn commit: r1080518 - in /aries/trunk/testsupport/testsupport-unit: ./ src/main/java/org/apache/aries/mocks/ src/main/java/org/apache/aries/unittest/fixture/ src/main/java/org/apache/aries/unittest/junit/ src/main/java/org/apache/aries/unittest/mocks/...

Author: zoe
Date: Fri Mar 11 11:01:16 2011
New Revision: 1080518

URL: http://svn.apache.org/viewvc?rev=1080518&view=rev
Log:
ARIES-598 Add packageinfo files for testsupport

Added:
    aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/packageinfo
    aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/fixture/packageinfo
    aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/junit/packageinfo
    aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/annotations/packageinfo
    aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/packageinfo
Modified:
    aries/trunk/testsupport/testsupport-unit/pom.xml

Modified: aries/trunk/testsupport/testsupport-unit/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/pom.xml?rev=1080518&r1=1080517&r2=1080518&view=diff
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/pom.xml (original)
+++ aries/trunk/testsupport/testsupport-unit/pom.xml Fri Mar 11 11:01:16 2011
@@ -31,6 +31,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.*
         </aries.osgi.export.pkg>

Added: aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/packageinfo?rev=1080518&view=auto
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/packageinfo (added)
+++ aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/packageinfo Fri Mar 11 11:01:16 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/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/fixture/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/fixture/packageinfo?rev=1080518&view=auto
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/fixture/packageinfo (added)
+++ aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/fixture/packageinfo Fri Mar 11 11:01:16 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/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/junit/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/junit/packageinfo?rev=1080518&view=auto
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/junit/packageinfo (added)
+++ aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/junit/packageinfo Fri Mar 11 11:01:16 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/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/annotations/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/annotations/packageinfo?rev=1080518&view=auto
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/annotations/packageinfo (added)
+++ aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/annotations/packageinfo Fri Mar 11 11:01:16 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/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/packageinfo
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/packageinfo?rev=1080518&view=auto
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/packageinfo (added)
+++ aries/trunk/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/packageinfo Fri Mar 11 11:01:16 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