diff --git a/core-tiger/src/main/java/org/springframework/ldap/ldif/package-info.java b/core-tiger/src/main/java/org/springframework/ldap/ldif/package-info.java deleted file mode 100644 index 77427fff..00000000 --- a/core-tiger/src/main/java/org/springframework/ldap/ldif/package-info.java +++ /dev/null @@ -1,7 +0,0 @@ -/** - * The base package for Spring LDAPs LDIF parser implementation. - *
- * Classes declared in this package include the new base types for - * LDAP objects as well as exception types for the LDIF parser. - */ -package org.springframework.ldap.ldif; \ No newline at end of file diff --git a/core-tiger/src/main/java/org/springframework/ldap/ldif/package.html b/core-tiger/src/main/java/org/springframework/ldap/ldif/package.html new file mode 100644 index 00000000..4ebf8a53 --- /dev/null +++ b/core-tiger/src/main/java/org/springframework/ldap/ldif/package.html @@ -0,0 +1,10 @@ + +
+ +The base package for Spring LDAPs LDIF parser implementation. ++Classes declared in this package include the new base types for +LDAP objects as well as exception types for the LDIF parser. + + + diff --git a/core-tiger/src/main/java/org/springframework/ldap/ldif/parser/package-info.java b/core-tiger/src/main/java/org/springframework/ldap/ldif/parser/package-info.java deleted file mode 100644 index ec9ff03c..00000000 --- a/core-tiger/src/main/java/org/springframework/ldap/ldif/parser/package-info.java +++ /dev/null @@ -1,4 +0,0 @@ -/** - * This package contains the parser classes and interfaces. - */ -package org.springframework.ldap.ldif.parser; \ No newline at end of file diff --git a/core-tiger/src/main/java/org/springframework/ldap/ldif/parser/package.html b/core-tiger/src/main/java/org/springframework/ldap/ldif/parser/package.html new file mode 100644 index 00000000..09952d1f --- /dev/null +++ b/core-tiger/src/main/java/org/springframework/ldap/ldif/parser/package.html @@ -0,0 +1,7 @@ + +
+ +This package contains the parser classes and interfaces. + + + diff --git a/core-tiger/src/main/java/org/springframework/ldap/ldif/support/package-info.java b/core-tiger/src/main/java/org/springframework/ldap/ldif/support/package-info.java deleted file mode 100644 index 31a12325..00000000 --- a/core-tiger/src/main/java/org/springframework/ldap/ldif/support/package-info.java +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Provides the necessary auxiliary classes utilized by the LDIFParser. - *- * Notable classes in this package include: - *
+Notable classes in this package include: +
- * Utilized by the LDIFParser to validate object composition post assembly, these - * classes may also be referenced by other utilities where seen fit. - */ -package org.springframework.ldap.schema; \ No newline at end of file diff --git a/core-tiger/src/main/java/org/springframework/ldap/schema/package.html b/core-tiger/src/main/java/org/springframework/ldap/schema/package.html new file mode 100644 index 00000000..8f29db9d --- /dev/null +++ b/core-tiger/src/main/java/org/springframework/ldap/schema/package.html @@ -0,0 +1,10 @@ + +
+ +This package is aimed at providing a mechanism to implement LDAP schemas. ++Utilized by the LDIFParser to validate object composition post assembly, these +classes may also be referenced by other utilities where seen fit. + + + diff --git a/core-tiger/src/test/java/org/springframework/ldap/ldif/package-info.java b/core-tiger/src/test/java/org/springframework/ldap/ldif/package-info.java deleted file mode 100644 index f0a0d81e..00000000 --- a/core-tiger/src/test/java/org/springframework/ldap/ldif/package-info.java +++ /dev/null @@ -1,4 +0,0 @@ -/** - * This package provides unit classes to test the validity of other classes in this suite. - */ -package org.springframework.ldap.ldif; \ No newline at end of file