This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit d1f839a3f4ed96c7737014f4acc18f60cf026912 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Oct 13 15:27:41 2014 +0000 SLING-4042 add missing package-info files git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1631438 13f79535-47bb-0310-9956-ffa450edef68 --- .../testing/mock/sling/services/package-info.java | 22 ++++++++++++++++++++++ .../sling/testing/mock/sling/spi/package-info.java | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/src/main/java/org/apache/sling/testing/mock/sling/services/package-info.java b/src/main/java/org/apache/sling/testing/mock/sling/services/package-info.java new file mode 100644 index 0000000..6267725 --- /dev/null +++ b/src/main/java/org/apache/sling/testing/mock/sling/services/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ +/** + * Mocks for selected Sling services. + */ +package org.apache.sling.testing.mock.sling.services; diff --git a/src/main/java/org/apache/sling/testing/mock/sling/spi/package-info.java b/src/main/java/org/apache/sling/testing/mock/sling/spi/package-info.java new file mode 100644 index 0000000..082a28a --- /dev/null +++ b/src/main/java/org/apache/sling/testing/mock/sling/spi/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ +/** + * SPI for hooking in alternative resource type adapter implementations. + */ +package org.apache.sling.testing.mock.sling.spi; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
