Author: simonetripodi
Date: Tue Apr 5 21:57:42 2011
New Revision: 1089259
URL: http://svn.apache.org/viewvc?rev=1089259&view=rev
Log:
added missing packages descriptors
Added:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java
(with props)
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java
(with props)
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java
(with props)
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java
(with props)
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java
(with props)
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java
(with props)
Added:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java?rev=1089259&view=auto
==============================================================================
---
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java
(added)
+++
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java
Tue Apr 5 21:57:42 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Apache Commons-Discovery tasks for Apache Ant.
+ */
+package org.apache.commons.discovery.ant;
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/ant/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java?rev=1089259&view=auto
==============================================================================
---
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java
(added)
+++
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java
Tue Apr 5 21:57:42 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Different JDK hookers style implementation.
+ */
+package org.apache.commons.discovery.jdk;
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/jdk/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java?rev=1089259&view=auto
==============================================================================
---
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java
(added)
+++
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java
Tue Apr 5 21:57:42 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Apache Commons-Logging wrapper.
+ */
+package org.apache.commons.discovery.log;
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/log/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java?rev=1089259&view=auto
==============================================================================
---
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java
(added)
+++
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java
Tue Apr 5 21:57:42 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Classes resources discovery catalog.
+ */
+package org.apache.commons.discovery.resource.classes;
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/classes/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java?rev=1089259&view=auto
==============================================================================
---
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java
(added)
+++
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java
Tue Apr 5 21:57:42 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Resources discovery catalog.
+ */
+package org.apache.commons.discovery.resource;
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/resource/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java?rev=1089259&view=auto
==============================================================================
---
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java
(added)
+++
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java
Tue Apr 5 21:57:42 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Discovery tools implementations.
+ */
+package org.apache.commons.discovery.tools;
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/discovery/trunk/src/java/org/apache/commons/discovery/tools/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain