Fix imports
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 22 Mar 2011 05:41:28 +0000 (05:41 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 22 Mar 2011 05:41:28 +0000 (05:41 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4335 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/plugins/org.argeo.security.ui.admin/pom.xml
security/runtime/org.argeo.security.ldap/pom.xml

index 807258b8232297546eb530a7d1c0055105ab407c..09564d040519735f4e62f416b76b42fa47c8f288 100644 (file)
@@ -37,6 +37,8 @@
                                                </Require-Bundle>
                                                <Import-Package>
                                                        org.argeo.eclipse.spring,
+                                                       org.springframework.dao,
+                                                       org.springframework.core,
                                                        *
                                                </Import-Package>
                                                <Export-Package>org.argeo.security.ui.admin.*</Export-Package>
index 99b123c58fd1685d939cb2532f620d911f28c3b0..153f9dbeffdfb8e29bdedcbcc7a12e222c66b828 100644 (file)
@@ -35,6 +35,7 @@
                                                <Import-Package>
                                                        org.springframework.core,
                                                        org.springframework.dao,
+                                                       javax.jcr.nodetype,
                                                        *
                                                </Import-Package>
                                        </instructions>