IDEMPIERE-3136:all stuff relate library of idempiere

replace bundle dependency by use import package for jasper report
This commit is contained in:
hieplq 2016-07-10 14:18:38 +07:00
parent 20c68ae897
commit eacc8cf8db
5 changed files with 6 additions and 11 deletions

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/batik-anim-1.8.jar"/> <classpathentry exported="true" kind="lib" path="lib/batik-anim-1.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/batik-awt-util-1.8.jar"/> <classpathentry exported="true" kind="lib" path="lib/batik-awt-util-1.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/batik-bridge-1.8.jar"/> <classpathentry exported="true" kind="lib" path="lib/batik-bridge-1.8.jar"/>
@ -48,7 +47,6 @@
<classpathentry exported="true" kind="lib" path="lib/spring-beans-2.5.jar"/> <classpathentry exported="true" kind="lib" path="lib/spring-beans-2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/spring-core-2.5.jar"/> <classpathentry exported="true" kind="lib" path="lib/spring-core-2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/velocity-1.7.jar"/> <classpathentry exported="true" kind="lib" path="lib/velocity-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xalan-2.7.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/> <classpathentry exported="true" kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-1.5.jar"/> <classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-1.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmpcore-5.1.1.jar"/> <classpathentry exported="true" kind="lib" path="lib/xmpcore-5.1.1.jar"/>

View File

@ -4,8 +4,7 @@ Bundle-Name: Library
Bundle-SymbolicName: org.adempiere.report.jasper.library;singleton:=true Bundle-SymbolicName: org.adempiere.report.jasper.library;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: lib/antlr-2.7.5.jar, Bundle-ClassPath: lib/batik-anim-1.8.jar,
lib/batik-anim-1.8.jar,
lib/batik-awt-util-1.8.jar, lib/batik-awt-util-1.8.jar,
lib/batik-bridge-1.8.jar, lib/batik-bridge-1.8.jar,
lib/batik-codec-1.8.jar, lib/batik-codec-1.8.jar,
@ -52,7 +51,6 @@ Bundle-ClassPath: lib/antlr-2.7.5.jar,
lib/spring-beans-2.5.jar, lib/spring-beans-2.5.jar,
lib/spring-core-2.5.jar, lib/spring-core-2.5.jar,
lib/velocity-1.7.jar, lib/velocity-1.7.jar,
lib/xalan-2.7.2.jar,
lib/xml-apis-ext-1.3.04.jar, lib/xml-apis-ext-1.3.04.jar,
lib/xmlgraphics-commons-1.5.jar, lib/xmlgraphics-commons-1.5.jar,
lib/xmpcore-5.1.1.jar, lib/xmpcore-5.1.1.jar,
@ -223,7 +221,8 @@ Require-Bundle: bcprov;bundle-version="1.54.0",
com.fasterxml.jackson.core.jackson-core;bundle-version="0.0.0", com.fasterxml.jackson.core.jackson-core;bundle-version="0.0.0",
com.fasterxml.jackson.core.jackson-databind;bundle-version="0.0.0", com.fasterxml.jackson.core.jackson-databind;bundle-version="0.0.0",
joda-time;bundle-version="0.0.0", joda-time;bundle-version="0.0.0",
com.ibm.icu;bundle-version="0.0.0" com.ibm.icu;bundle-version="0.0.0",
org.apache.xalan;bundle-version="2.7.1"
Import-Package: bsh, Import-Package: bsh,
bsh.classpath, bsh.classpath,
bsh.collection, bsh.collection,

View File

@ -1,6 +1,5 @@
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
lib/antlr-2.7.5.jar,\
lib/batik-anim-1.8.jar,\ lib/batik-anim-1.8.jar,\
lib/batik-awt-util-1.8.jar,\ lib/batik-awt-util-1.8.jar,\
lib/batik-bridge-1.8.jar,\ lib/batik-bridge-1.8.jar,\
@ -48,7 +47,6 @@ bin.includes = META-INF/,\
lib/spring-beans-2.5.jar,\ lib/spring-beans-2.5.jar,\
lib/spring-core-2.5.jar,\ lib/spring-core-2.5.jar,\
lib/velocity-1.7.jar,\ lib/velocity-1.7.jar,\
lib/xalan-2.7.2.jar,\
lib/xml-apis-ext-1.3.04.jar,\ lib/xml-apis-ext-1.3.04.jar,\
lib/xmlgraphics-commons-1.5.jar,\ lib/xmlgraphics-commons-1.5.jar,\
lib/xmpcore-5.1.1.jar lib/xmpcore-5.1.1.jar

View File

@ -1,7 +1,6 @@
<project name="zklibrary" basedir="." default="copy"> <project name="zklibrary" basedir="." default="copy">
<target name="copy"> <target name="copy">
<mkdir dir="lib" /> <mkdir dir="lib" />
<get src="${url.file.jp.lib}/antlr-2.7.5.jar" dest="lib/antlr-2.7.5.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/batik-anim-1.8.jar" dest="lib/batik-anim-1.8.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/batik-anim-1.8.jar" dest="lib/batik-anim-1.8.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/batik-awt-util-1.8.jar" dest="lib/batik-awt-util-1.8.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/batik-awt-util-1.8.jar" dest="lib/batik-awt-util-1.8.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/batik-bridge-1.8.jar" dest="lib/batik-bridge-1.8.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/batik-bridge-1.8.jar" dest="lib/batik-bridge-1.8.jar" usetimestamp="true" verbose="true" retries="5" />
@ -50,7 +49,6 @@
<get src="${url.file.jp.lib}/spring-beans-2.5.jar" dest="lib/spring-beans-2.5.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/spring-beans-2.5.jar" dest="lib/spring-beans-2.5.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/spring-core-2.5.jar" dest="lib/spring-core-2.5.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/spring-core-2.5.jar" dest="lib/spring-core-2.5.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/velocity-1.7.jar" dest="lib/velocity-1.7.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/velocity-1.7.jar" dest="lib/velocity-1.7.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/xalan-2.7.2.jar" dest="lib/xalan-2.7.2.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/xml-apis-ext-1.3.04.jar" dest="lib/xml-apis-ext-1.3.04.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/xml-apis-ext-1.3.04.jar" dest="lib/xml-apis-ext-1.3.04.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/xmlgraphics-commons-1.5.jar" dest="lib/xmlgraphics-commons-1.5.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/xmlgraphics-commons-1.5.jar" dest="lib/xmlgraphics-commons-1.5.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.file.jp.lib}/xmpcore-5.1.1.jar" dest="lib/xmpcore-5.1.1.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.file.jp.lib}/xmpcore-5.1.1.jar" dest="lib/xmpcore-5.1.1.jar" usetimestamp="true" verbose="true" retries="5" />

View File

@ -27,4 +27,6 @@ url.file.srv=http://downloads.sourceforge.net/project/idempiere/binary.file
url.restlet.p2=http://p2.restlet.com/2.3 url.restlet.p2=http://p2.restlet.com/2.3
url.modify.bundle=http://downloads.sourceforge.net/project/idempiere/p2/modifyBundle-1.0.0 url.modify.bundle=https://sourceforge.net/projects/hsv/files/p2/modifyBundle-1.0.0
url.file.jp.lib=http://downloads.sourceforge.net/project/idempiere/binary.file/jarfile/jp-6.3.0