Author: bdelacretaz
Date: Fri Nov 28 15:45:44 2014
New Revision: 1642313
URL: http://svn.apache.org/r1642313
Log:
SLING-4210 - move to package-info files
Added:
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/exported/package-info.java
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/ide/package-info.java
Modified:
sling/trunk/testing/junit/remote/pom.xml
Modified: sling/trunk/testing/junit/remote/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/pom.xml?rev=1642313&r1=1642312&r2=1642313&view=diff
==============================================================================
--- sling/trunk/testing/junit/remote/pom.xml (original)
+++ sling/trunk/testing/junit/remote/pom.xml Fri Nov 28 15:45:44 2014
@@ -52,10 +52,6 @@
<extensions>true</extensions>
<configuration>
<instructions>
- <Export-Package>
- org.apache.sling.junit.remote.exported.*,
- org.apache.sling.junit.remote.ide.*
- </Export-Package>
<Import-Package>
org.apache.http.*; resolution:=optional,
org.apache.sling.testing.tools.http;
resolution:=optional,
@@ -78,7 +74,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.core</artifactId>
- <version>1.0.8</version>
+ <version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Added:
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/exported/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/exported/package-info.java?rev=1642313&view=auto
==============================================================================
---
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/exported/package-info.java
(added)
+++
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/exported/package-info.java
Fri Nov 28 15:45:44 2014
@@ -0,0 +1,24 @@
+/*
+ * 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("1.0.8")
+package org.apache.sling.junit.remote.exported;
+
+import aQute.bnd.annotation.Version;
+
Added:
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/ide/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/ide/package-info.java?rev=1642313&view=auto
==============================================================================
---
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/ide/package-info.java
(added)
+++
sling/trunk/testing/junit/remote/src/main/java/org/apache/sling/junit/remote/ide/package-info.java
Fri Nov 28 15:45:44 2014
@@ -0,0 +1,24 @@
+/*
+ * 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("1.0.8")
+package org.apache.sling.junit.remote.ide;
+
+import aQute.bnd.annotation.Version;
+