IDEMPIERE-221 Implement password policies / revert a library not needed
This commit is contained in:
parent
e23d6c8286
commit
28b2b5c297
|
@ -1,10 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="vt-crypt-2.1.4.jar">
|
||||
<attributes>
|
||||
<attribute name="javadoc_location" value="http://vt-middleware.googlecode.com/svn/vt-crypt/javadoc/vt-crypt-2.1.4"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry exported="true" kind="lib" path="vt-dictionary-3.0.jar">
|
||||
<attributes>
|
||||
<attribute name="javadoc_location" value="http://vt-middleware.googlecode.com/svn/vt-dictionary/javadoc/vt-dictionary-3.0"/>
|
||||
|
|
|
@ -16,7 +16,6 @@ Bundle-ClassPath: base.jar,
|
|||
jfreechart-1.0.13.jar,
|
||||
jnlp.jar,
|
||||
groovy-all-1.7.5.jar,
|
||||
vt-crypt-2.1.4.jar,
|
||||
vt-dictionary-3.0.jar,
|
||||
vt-password-3.1.1.jar
|
||||
Export-Package: bsh,
|
||||
|
|
|
@ -14,7 +14,6 @@ bin.includes = META-INF/,\
|
|||
jnlp.jar,\
|
||||
OSGI-INF/,\
|
||||
groovy-all-1.7.5.jar,\
|
||||
vt-crypt-2.1.4.jar,\
|
||||
vt-dictionary-3.0.jar,\
|
||||
vt-password-3.1.1.jar
|
||||
output.base.jar = build/
|
||||
|
|
Loading…
Reference in New Issue