You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/11/30 19:12:52 UTC

[sling-org-apache-sling-app-cms] branch master updated: Removing the package info file since there's no Java code

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 414547d  Removing the package info file since there's no Java code
414547d is described below

commit 414547d26fb89acd045632bf8fb6a22cfce0b4db
Author: Dan Klco <dk...@apache.org>
AuthorDate: Mon Nov 30 14:12:34 2020 -0500

    Removing the package info file since there's no Java code
---
 .../apache/sling/auth/form/impl/package-info.java  | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/login/src/main/java/org/apache/sling/auth/form/impl/package-info.java b/login/src/main/java/org/apache/sling/auth/form/impl/package-info.java
deleted file mode 100644
index 8ec1c70..0000000
--- a/login/src/main/java/org/apache/sling/auth/form/impl/package-info.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Expose the package for the login form
- */
-@Version("1.0.0")
-package org.apache.sling.auth.form.impl;
-
-import org.osgi.annotation.versioning.Version;