Author: chetanm
Date: Mon Jan 5 09:57:32 2015
New Revision: 1649489
URL: http://svn.apache.org/r1649489
Log:
SLING-4278 - Add package info file to testing tools
Adding package info files with version set to 1.0.8 which was the version for
last released bundle
Added:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/http/package-info.java
(with props)
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/jarexec/package-info.java
(with props)
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/package-info.java
(with props)
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/retry/package-info.java
(with props)
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/package-info.java
(with props)
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/sling/package-info.java
(with props)
Added:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/http/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/http/package-info.java?rev=1649489&view=auto
==============================================================================
---
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/http/package-info.java
(added)
+++
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/http/package-info.java
Mon Jan 5 09:57:32 2015
@@ -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.testing.tools.http;
+
+import aQute.bnd.annotation.Version;
+
Propchange:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/http/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Added:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/jarexec/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/jarexec/package-info.java?rev=1649489&view=auto
==============================================================================
---
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/jarexec/package-info.java
(added)
+++
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/jarexec/package-info.java
Mon Jan 5 09:57:32 2015
@@ -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.testing.tools.jarexec;
+
+import aQute.bnd.annotation.Version;
+
Propchange:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/jarexec/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Added:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/package-info.java?rev=1649489&view=auto
==============================================================================
---
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/package-info.java
(added)
+++
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/package-info.java
Mon Jan 5 09:57:32 2015
@@ -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.9")
+package org.apache.sling.testing.tools.junit;
+
+import aQute.bnd.annotation.Version;
+
Propchange:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Added:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/retry/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/retry/package-info.java?rev=1649489&view=auto
==============================================================================
---
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/retry/package-info.java
(added)
+++
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/retry/package-info.java
Mon Jan 5 09:57:32 2015
@@ -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.testing.tools.retry;
+
+import aQute.bnd.annotation.Version;
+
Propchange:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/retry/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Added:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/package-info.java?rev=1649489&view=auto
==============================================================================
---
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/package-info.java
(added)
+++
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/package-info.java
Mon Jan 5 09:57:32 2015
@@ -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.testing.tools.serversetup;
+
+import aQute.bnd.annotation.Version;
+
Propchange:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/serversetup/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Added:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/sling/package-info.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/sling/package-info.java?rev=1649489&view=auto
==============================================================================
---
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/sling/package-info.java
(added)
+++
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/sling/package-info.java
Mon Jan 5 09:57:32 2015
@@ -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.testing.tools.sling;
+
+import aQute.bnd.annotation.Version;
+
Propchange:
sling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/sling/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native