diff --git a/ldif/ldif-batch/src/test/resources/log4j.properties b/ldif/ldif-batch/src/test/resources/log4j.properties
index 2a0545bb..35e3921f 100644
--- a/ldif/ldif-batch/src/test/resources/log4j.properties
+++ b/ldif/ldif-batch/src/test/resources/log4j.properties
@@ -9,4 +9,4 @@ log4j.logger.org.springframework.context=INFO, console
log4j.logger.org.springframework.transaction=INFO, console
log4j.logger.org.springframework.aop=INFO, console
log4j.logger.org.springframework.batch=INFO, console
-log4j.logger.org.springframework.ldap.ldif=DEBUG, console
\ No newline at end of file
+log4j.logger.org.springframework.ldap.ldif=INFO, console
\ No newline at end of file
diff --git a/ldif/pom.xml b/ldif/pom.xml
index 3b97f77b..50af3156 100644
--- a/ldif/pom.xml
+++ b/ldif/pom.xml
@@ -11,64 +11,8 @@
pom
Spring LDAP LDIF
This packages provides an LDIF Parser for use with the Spring LDAP suite of utilities.
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
- true
- public
-
- http://java.sun.com/j2se/1.5.0/docs/api/
- http://static.springsource.org/spring/docs/2.5.x/api/
- http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/
- http://static.springsource.org/spring-batch/apidocs/
-
-
-
-
-
ldif-core
ldif-batch
-
-
- commons-lang
- commons-lang
- compile
-
-
- junit
- junit
- 4.4
- test
-
-
- log4j
- log4j
- test
-
-
- org.springframework
- spring-beans
- compile
-
-
- org.springframework.ldap
- spring-ldap
- ${version}
- all
- compile
-
-
diff --git a/pom.xml b/pom.xml
index 4205f636..78d272e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,10 +121,10 @@
parent
core
core-tiger
- ldif
- odm
test-support
test
+ ldif
+ odm
diff --git a/src/assembly/all.xml b/src/assembly/all.xml
index 2588fe2c..0081d929 100644
--- a/src/assembly/all.xml
+++ b/src/assembly/all.xml
@@ -11,6 +11,8 @@
org.springframework.ldap:spring-ldap-core
org.springframework.ldap:spring-ldap-core-tiger
org.springframework.ldap:spring-ldap-odm
+ org.springframework.ldap:spring-ldap-ldif-core
+ org.springframework.ldap:spring-ldap-ldif-batch
org.springframework.ldap:spring-ldap-test
diff --git a/src/assembly/minimal.xml b/src/assembly/minimal.xml
index 918953e9..faec3416 100644
--- a/src/assembly/minimal.xml
+++ b/src/assembly/minimal.xml
@@ -14,6 +14,8 @@
org.springframework.ldap:spring-ldap-core
org.springframework.ldap:spring-ldap-core-tiger
org.springframework.ldap:spring-ldap-odm
+ org.springframework.ldap:spring-ldap-ldif-core
+ org.springframework.ldap:spring-ldap-ldif-batch
org.springframework.ldap:spring-ldap-test
diff --git a/src/assembly/sources.xml b/src/assembly/sources.xml
index a46d5fc4..5715bf2c 100644
--- a/src/assembly/sources.xml
+++ b/src/assembly/sources.xml
@@ -18,6 +18,14 @@
odm/src/main/java
+
+ ldif/ldif-core/src/main/java
+
+
+
+ ldif/ldif-batch/src/main/java
+
+
test-support/src/main/java
diff --git a/src/assembly/with-dependencies.xml b/src/assembly/with-dependencies.xml
index 7d8b217e..7fae2df2 100644
--- a/src/assembly/with-dependencies.xml
+++ b/src/assembly/with-dependencies.xml
@@ -14,6 +14,8 @@
org.springframework.ldap:spring-ldap-core
org.springframework.ldap:spring-ldap-core-tiger
org.springframework.ldap:spring-ldap-odm
+ org.springframework.ldap:spring-ldap-ldif-core
+ org.springframework.ldap:spring-ldap-ldif-batch
org.springframework.ldap:spring-ldap-test