diff --git a/.hgignore b/.hgignore index ad56ba05f0..dc37f15ef1 100644 --- a/.hgignore +++ b/.hgignore @@ -7,8 +7,11 @@ syntax: regexp ^org\.adempiere\.install/bin/.*\.*$ ^org\.adempiere\.ui\.zk/dist$ ^org\.adempiere\.ui\.zk/bin/.*\.*$ +^[^/]+/lib/.*\.jar$ +^[^/]+/.*\.jar$ +^[^/]+/WEB-INF/lib/.*\.jar$ +^db/ddlutils/lib/.*\.jar$ -syntax: regexp ^lib/plugins$ ^plugins/.*\.class$ ^adempiere-local\.properties$ @@ -24,8 +27,6 @@ syntax: regexp ^org\.adempiere\.ui\.swing/bin/.*\.*$ ^org\.adempiere\.report\.jasper\.fonts/bin/.*\.*$ - -syntax: regexp ^org.adempiere.tomcat.config/META-INF/tomcat/server\.xml$ ^org\.apache\.ecs/bin/.*\.class$ ^org\.adempiere\.replication/bin/.*\.class$ @@ -62,18 +63,12 @@ syntax: regexp ^work/.*$ ^hazelcast\.xml$ -syntax: regexp swingclient.product.* server.product.* -syntax: regexp ^org\.zkoss\.zk\.library/bin$ -syntax: regexp -\.class$ -syntax: regexp \.class$ -syntax: regexp ^org\.zkoss\.zk\.library/.*/calendar.*\.jar$ ^org\.zkoss\.zk\.library/.*/ckez.*\.jar$ ^org\.zkoss\.zk\.library/.*/gmapsz.*\.jar$ @@ -89,3 +84,4 @@ syntax: regexp ^packout ^RemoteSystemsTempFiles +^fitnesse/FitNesseRoot/FitLibraryWeb/[^/]+\.zip$ diff --git a/fitnesse/buckminster.cspex b/fitnesse/buckminster.cspex new file mode 100644 index 0000000000..37e112943c --- /dev/null +++ b/fitnesse/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/fitnesse/copyjars.xml b/fitnesse/copyjars.xml new file mode 100644 index 0000000000..24c2ff572f --- /dev/null +++ b/fitnesse/copyjars.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/lib/artifacts.xml b/lib/artifacts.xml deleted file mode 100644 index 3e00052eab..0000000000 --- a/lib/artifacts.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/content.xml b/lib/content.xml deleted file mode 100644 index e0add5e5aa..0000000000 --- a/lib/content.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Bundle-SymbolicName: org.apache.felix.webconsole.plugins.packageadmin Bundle-Version: 1.0.0.1 - - - - - - diff --git a/migration/i2.1/oracle/201508201340_IDEMPIERE-2778.sql b/migration/i2.1/oracle/201508201340_IDEMPIERE-2778.sql index 99bc783923..c4522ca8dd 100644 --- a/migration/i2.1/oracle/201508201340_IDEMPIERE-2778.sql +++ b/migration/i2.1/oracle/201508201340_IDEMPIERE-2778.sql @@ -6,8 +6,17 @@ SET DEFINE OFF UPDATE AD_Column SET FieldLength=4000,Updated=TO_DATE('2015-08-20 15:37:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=50122 ; --- Aug 20, 2015 3:37:48 PM CEST -ALTER TABLE AD_Package_Exp_Detail MODIFY SQLStatement VARCHAR2(4000) DEFAULT NULL +-- Column is NVARCHAR so we must drop it before changing its type to VARCHAR +ALTER TABLE AD_Package_Exp_Detail ADD Tmp_SQLStatement VARCHAR2(4000) DEFAULT NULL +; + +UPDATE AD_Package_Exp_Detail SET Tmp_SQLStatement = TO_CHAR(SQLStatement) +; + +ALTER TABLE AD_Package_Exp_Detail DROP COLUMN SQLStatement +; + +ALTER TABLE AD_Package_Exp_Detail RENAME COLUMN Tmp_SQLStatement TO SQLStatement ; SELECT register_migration_script('201508201340_IDEMPIERE-2778.sql') FROM dual diff --git a/migration/reduce_repository/exclude_file_map.txt b/migration/reduce_repository/exclude_file_map.txt new file mode 100644 index 0000000000..8182185361 --- /dev/null +++ b/migration/reduce_repository/exclude_file_map.txt @@ -0,0 +1,2998 @@ +exclude client/src/org/compiere/images/images.zip +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude derby/derby.jar +exclude derby/derbyclient.jar +exclude derby/derbynet.jar +exclude derby/derbytools.jar +exclude interfaces/Interfaces.jar +exclude jboss/bin/run.jar +exclude jboss/bin/shutdown.jar +exclude jboss/bin/twiddle.jar +exclude jboss/client/commons-logging.jar +exclude jboss/client/concurrent.jar +exclude jboss/client/getopt.jar +exclude jboss/client/jboss-client.jar +exclude jboss/client/jboss-common-client.jar +exclude jboss/client/jboss-iiop-client.jar +exclude jboss/client/jboss-j2ee.jar +exclude jboss/client/jboss-jaxrpc.jar +exclude jboss/client/jboss-jsr77-client.jar +exclude jboss/client/jboss-transaction-client.jar +exclude jboss/client/jbossall-client.jar +exclude jboss/client/jbossjmx-ant.jar +exclude jboss/client/jbosssx-client.jar +exclude jboss/client/jmx-client.jar +exclude jboss/client/jmx-invoker-adaptor-client.jar +exclude jboss/client/jnp-client.jar +exclude jboss/client/namespace.jar +exclude jboss/lib/commons-httpclient.jar +exclude jboss/lib/commons-logging.jar +exclude jboss/lib/concurrent.jar +exclude jboss/lib/dom4j.jar +exclude jboss/lib/getopt.jar +exclude jboss/lib/gnu-regexp.jar +exclude jboss/lib/jaxen.jar +exclude jboss/lib/jboss-common.jar +exclude jboss/lib/jboss-jmx.jar +exclude jboss/lib/jboss-system.jar +exclude jboss/lib/log4j-boot.jar +exclude jboss/lib/namespace.jar +exclude jboss/lib/webdavlib.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/catalina-manager.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/catalina-optional.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/catalina.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/commons-el.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/commons-modeler.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/jasper-compiler-jdt.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/jasper-compiler.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/jasper-runtime.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/naming-resources.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/servlets-default.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/servlets-invoker.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/servlets-webdav.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-ajp.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-coyote.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-http.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-util.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat55-service.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/console-mgr-classes.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/jcommon.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/jfreechart.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/applet.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/otherimages.jar +exclude jboss/server/adempiere/lib/activation.jar +exclude jboss/server/adempiere/lib/autonumber-plugin.jar +exclude jboss/server/adempiere/lib/bcel.jar +exclude jboss/server/adempiere/lib/bindingservice-plugin.jar +exclude jboss/server/adempiere/lib/bsh-1.3.0.jar +exclude jboss/server/adempiere/lib/bsh-deployer.jar +exclude jboss/server/adempiere/lib/commons-httpclient.jar +exclude jboss/server/adempiere/lib/commons-logging.jar +exclude jboss/server/adempiere/lib/javax.servlet.jar +exclude jboss/server/adempiere/lib/javax.servlet.jsp.jar +exclude jboss/server/adempiere/lib/jboss-common-jdbc-wrapper.jar +exclude jboss/server/adempiere/lib/jboss-j2ee.jar +exclude jboss/server/adempiere/lib/jboss-jaxrpc.jar +exclude jboss/server/adempiere/lib/jboss-jca.jar +exclude jboss/server/adempiere/lib/jboss-jsr77.jar +exclude jboss/server/adempiere/lib/jboss-management.jar +exclude jboss/server/adempiere/lib/jboss-monitoring.jar +exclude jboss/server/adempiere/lib/jboss-saaj.jar +exclude jboss/server/adempiere/lib/jboss-transaction.jar +exclude jboss/server/adempiere/lib/jboss.jar +exclude jboss/server/adempiere/lib/jbosssx.jar +exclude jboss/server/adempiere/lib/jmx-adaptor-plugin.jar +exclude jboss/server/adempiere/lib/jnpserver.jar +exclude jboss/server/adempiere/lib/jpl-pattern.jar +exclude jboss/server/adempiere/lib/jpl-util.jar +exclude jboss/server/adempiere/lib/log4j.jar +exclude jboss/server/adempiere/lib/mail-plugin.jar +exclude jboss/server/adempiere/lib/mail.jar +exclude jboss/server/adempiere/lib/properties-plugin.jar +exclude jboss/server/adempiere/lib/scheduler-plugin-example.jar +exclude jboss/server/adempiere/lib/scheduler-plugin.jar +exclude jboss/server/adempiere/lib/scout.jar +exclude jboss/server/adempiere/lib/snmp-support.jar +exclude jboss/server/adempiere/lib/webcallbackhandler.jar +exclude lib/CCTools.jar +exclude lib/CSTools.jar +exclude lib/db2.jar +exclude lib/derby.jar +exclude lib/freepdf.jar +exclude lib/jPDF.jar +exclude lib/jboss.jar +exclude lib/oracle.jar +exclude lib/postgresql.jar +exclude lib/sqlServer.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-codec-1.3.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-collections-3.1.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-fileupload.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-lang-2.1.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-validator-1.2.0.jar +exclude serverApps/src/jsf/WEB-INF/lib/myfaces-api-1.1.3.jar +exclude serverApps/src/jsf/WEB-INF/lib/myfaces-impl-1.1.3.jar +exclude serverApps/src/jsf/WEB-INF/lib/tomahawk-1.1.3.jar +exclude serverRoot/src/web/WEB-INF/lib/activation.jar +exclude serverRoot/src/web/WEB-INF/lib/jardiff.jar +exclude serverRoot/src/web/WEB-INF/lib/jnlp-servlet.jar +exclude tools/lib/Verisign.jar +exclude tools/lib/activation.jar +exclude tools/lib/ant-commons-net.jar +exclude tools/lib/ant-launcher.jar +exclude tools/lib/ant.jar +exclude tools/lib/barbecue-1.0.6d.jar +exclude tools/lib/bsh-1.3.0.jar +exclude tools/lib/commons-collections-3.1.jar +exclude tools/lib/commons-logging.jar +exclude tools/lib/commons-net-1.4.0.jar +exclude tools/lib/db2jcc.jar +exclude tools/lib/db2jcc_license_cu.jar +exclude tools/lib/j2ee.jar +exclude tools/lib/jcommon-1.0.5.jar +exclude tools/lib/jconn3.jar +exclude tools/lib/jfreechart-1.0.2.jar +exclude tools/lib/jgraph.jar +exclude tools/lib/jnlp.jar +exclude tools/lib/jpayment.jar +exclude tools/lib/jsp-api.jar +exclude tools/lib/jstl.jar +exclude tools/lib/jtds-1.0.jar +exclude tools/lib/junit.jar +exclude tools/lib/log4j.jar +exclude tools/lib/looks-2.0.4.jar +exclude tools/lib/mail.jar +exclude tools/lib/ocrs12.jar +exclude tools/lib/ojdbc14.jar +exclude tools/lib/postgresql.jar +exclude tools/lib/servlet-api.jar +exclude tools/lib/standard.jar +exclude tools/lib/xdoclet-1.2.3.jar +exclude tools/lib/xdoclet-ejb-module-1.2.3.jar +exclude tools/lib/xdoclet-web-module-1.2.3.jar +exclude tools/lib/xdoclet-xdoclet-module-1.2.3.jar +exclude tools/lib/xjavadoc-1.1.jar +exclude lib/fyracle.jar +exclude data/seed/Adempiere_fy.jar +exclude interfaces/Interfaces.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-codec-1.3.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-collections-3.1.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-fileupload.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-lang-2.1.jar +exclude serverApps/src/jsf/WEB-INF/lib/commons-validator-1.2.0.jar +exclude serverApps/src/jsf/WEB-INF/lib/myfaces-api-1.1.3.jar +exclude serverApps/src/jsf/WEB-INF/lib/myfaces-impl-1.1.3.jar +exclude serverApps/src/jsf/WEB-INF/lib/tomahawk-1.1.3.jar +exclude lib/adempiereRoot.jar +exclude lib/postgresql.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere311.jar +exclude serverApps/src/web/WEB-INF/lib/commons-beanutils-bean-collections.jar +exclude serverApps/src/web/WEB-INF/lib/commons-beanutils-core.jar +exclude serverApps/src/web/WEB-INF/lib/commons-beanutils.jar +exclude serverApps/src/web/WEB-INF/lib/commons-codec-1.3.jar +exclude serverApps/src/web/WEB-INF/lib/commons-collections-3.1.jar +exclude serverApps/src/web/WEB-INF/lib/commons-digester-1.7.jar +exclude serverApps/src/web/WEB-INF/lib/commons-fileupload.jar +exclude serverApps/src/web/WEB-INF/lib/commons-lang-2.1.jar +exclude serverApps/src/web/WEB-INF/lib/commons-validator-1.2.0.jar +exclude serverApps/src/web/WEB-INF/lib/myfaces-api-1.1.3.jar +exclude serverApps/src/web/WEB-INF/lib/myfaces-impl-1.1.3.jar +exclude serverApps/src/web/WEB-INF/lib/tomahawk-1.1.3.jar +exclude migration/dist/migration-0.5.1.zip +exclude migration/dist/migration-0.5.zip +exclude migration/dist/migration-0.6.zip +exclude tools/lib/xercesImpl.jar +exclude tools/lib/xml-apis.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere311.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere_pg.jar +exclude tools/lib/postgresql.jar +exclude packages/FAPack006.zip +exclude packages/CopyAcct.zip +exclude db/ddlutils/adempiere-data.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude db/ddlutils/lib/ant-contrib-1.0b1.jar +exclude db/ddlutils/lib/commons-beanutils-1.7.0.jar +exclude db/ddlutils/lib/commons-betwixt-0.8-RC1.jar +exclude db/ddlutils/lib/commons-codec-1.3.jar +exclude db/ddlutils/lib/commons-collections-3.1.jar +exclude db/ddlutils/lib/commons-dbcp-1.2.1.jar +exclude db/ddlutils/lib/commons-digester-1.7.jar +exclude db/ddlutils/lib/commons-lang-2.1.jar +exclude db/ddlutils/lib/commons-logging-1.0.4.jar +exclude db/ddlutils/lib/commons-pool-1.2.jar +exclude db/ddlutils/lib/dom4j-1.4.jar +exclude db/ddlutils/lib/fyracle.jar +exclude db/ddlutils/lib/jakarta-oro-2.0.8.jar +exclude db/ddlutils/lib/oracle.jar +exclude db/ddlutils/lib/postgresql.jar +exclude db/ddlutils/lib/stax-api-1.0.1.jar +exclude db/ddlutils/lib/wstx-asl-3.0.2.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude db/ddlutils/adempiere-data.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude lib/customization.jar +exclude lib/patches.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude interfaces/Interfaces.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude serverApps/src/web/WEB-INF/lib/myfaces-api-1.1.3.jar +exclude serverApps/src/web/WEB-INF/lib/myfaces-impl-1.1.3.jar +exclude serverApps/src/web/WEB-INF/lib/tomahawk-1.1.3.jar +exclude data/seed/Adempiere_pg.jar +exclude db/ddlutils/postgresql/pljava/pljava-src-1.3.0.zip +exclude lib/db2.jar +exclude lib/sqlServer.jar +exclude tools/lib/db2jcc.jar +exclude tools/lib/db2jcc_license_cu.jar +exclude tools/lib/jconn3.jar +exclude tools/lib/jtds-1.0.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude JasperReportsTools/lib/barbecue-1.1.jar +exclude JasperReportsTools/lib/commons-beanutils-1.7.jar +exclude JasperReportsTools/lib/commons-collections-3.1.jar +exclude JasperReportsTools/lib/commons-digester-1.6.jar +exclude JasperReportsTools/lib/commons-logging-1.4.jar +exclude JasperReportsTools/lib/iReport.jar +exclude JasperReportsTools/lib/itext-1.2.jar +exclude JasperReportsTools/lib/jasperreports-0.6.5.jar +exclude JasperReportsTools/lib/jfreechart-0.9.21.jar +exclude JasperReportsTools/lib/poi-2.0-final-20040126.jar +exclude JasperReportsTools/lib/xdoclet-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-ejb-module-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-jboss-module-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-jmx-module-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-web-module-1.2.3.jar +exclude JasperReportsTools/lib/xercesImpl.jar +exclude JasperReportsTools/lib/xjavadoc-1.1.jar +exclude JasperReportsTools/lib/xml-apis.jar +exclude JasperReportsTools/oracle.jar +exclude JasperReportsTools/postgresql.jar +exclude JasperReportsTools/sybase.jar +exclude JasperReportsWebApp/deploy/WebApp.ear/webAppEJB.jar +exclude _Project-ID-AdempiereJasper/lib/commons-logging.jar +exclude _Project-ID-AdempiereJasper/lib/jpf-boot.jar +exclude _Project-ID-AdempiereJasper/lib/jpf-tools.jar +exclude _Project-ID-AdempiereJasper/lib/jpf.jar +exclude _Project-ID-AdempiereJasper/lib/jxp.jar +exclude _Project-ID-AdempiereJasper/lib/log4j.jar +exclude _Project-ID-AdempiereJasper/lib/xercesImpl.jar +exclude _Project-ID-AdempiereJasper/lib/xml-apis.jar +exclude _Project-ID-AdempiereJasper/plugins/org.compiere.compilo.importer.core-311.0.2.zip +exclude _Project-ID-AdempiereJasper/plugins/org.compiere.compilo.importer.jasperreports-311.0.2.zip +exclude _Project-ID-AdempiereJasper/plugins/org.compiere.compilo.importer.standard-311.0.2.zip +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude data/seed/Adempiere_fy_v312.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_fy.jar +exclude data/seed/Adempiere.jar +exclude JasperReportsTools/oracle.jar +exclude JasperReportsTools/postgresql.jar +exclude JasperReportsTools/sybase.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere_pg.jar +exclude interfaces/Interfaces.jar +exclude data/seed/Adempiere.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude data/seed/Adempiere_pg.jar +exclude interfaces/Interfaces.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude tools/lib/itext-1.4.8.jar +exclude tools/lib/jpedal.jar +exclude lib/freepdf.jar +exclude lib/jPDF.jar +exclude lib/CCTools.jar +exclude lib/CSTools.jar +exclude lib/adempiereRoot.jar +exclude lib/derby.jar +exclude lib/jboss.jar +exclude lib/oracle.jar +exclude lib/postgresql.jar +exclude interfaces/Interfaces.jar +exclude lib/adempiereRoot.jar +exclude interfaces/Interfaces.jar +exclude lib/sqlServer.jar +exclude lib/sqlServer.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude JasperReportsTools/lib/barbecue-1.1.jar +exclude JasperReportsTools/lib/commons-digester-1.6.jar +exclude JasperReportsTools/lib/iReport.jar +exclude JasperReportsTools/lib/jasperreports-0.6.5.jar +exclude JasperReportsTools/lib/barbecue-1.1.jar +exclude JasperReportsTools/lib/commons-digester-1.7.jar +exclude JasperReportsTools/lib/iReport.jar +exclude JasperReportsTools/lib/itext-1.3.1.jar +exclude JasperReportsTools/lib/jasperreports-1.3.0.jar +exclude JasperReportsTools/lib/itext-1.2.jar +exclude JasperReportsTools/lib/itext-1.3.1.jar +exclude db/ddlutils/lib/DdlUtils-1.0-RC1.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude derby/derby.jar +exclude derby/derbyclient.jar +exclude derby/derbynet.jar +exclude derby/derbytools.jar +exclude lib/fyracle.jar +exclude packages/CopyAcct.zip +exclude packages/FAPack006.zip +exclude client/src/org/compiere/images/images.zip +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere.jar +exclude tools/lib/mail.jar +exclude interfaces/Interfaces.jar +exclude data/seed/Adempiere_fy_v312.jar +exclude tools/lib/xdoclet-jboss-module-1.2.3.jar +exclude tools/lib/xdoclet-jmx-module-1.2.3.jar +exclude migration/320-trunk/dashboard.zip +exclude migration/320-trunk/dashboard.zip +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude packages/FAPack006.zip +exclude packages/FAPack006.zip +exclude packages/FAPack006.zip +exclude posterita/src/web/WEB-INF/lib/barcode4j.jar +exclude posterita/src/web/WEB-INF/lib/commons-beanutils.jar +exclude posterita/src/web/WEB-INF/lib/commons-collections.jar +exclude posterita/src/web/WEB-INF/lib/commons-digester.jar +exclude posterita/src/web/WEB-INF/lib/commons-fileupload.jar +exclude posterita/src/web/WEB-INF/lib/commons-logging.jar +exclude posterita/src/web/WEB-INF/lib/commons-validator.jar +exclude posterita/src/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita/src/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude posterita/src/web/WEB-INF/lib/struts.jar +exclude tools/lib/c3p0-0.9.1.2.jar +exclude tools/lib/c3p0-oracle-thin-extras-0.9.1.2.jar +exclude posterita/src/web/WEB-INF/lib/servlet.jar +exclude posterita/src/web/applets/printOrderApplet.jar +exclude tools/lib/swinglabs-0.8.0.jar +exclude JasperReportsTools/lib/barbecue-1.1.jar +exclude tools/lib/barbecue-1.0.6d.jar +exclude tools/lib/barbecue-1.1.jar +exclude tools/lib/ant-contrib-1.0b1.jar +exclude tools/lib/swinglabs-0.8.0.jar +exclude tools/lib/swingx-0.9.0.jar +exclude data/seed/Adempiere_pg.jar +exclude extend/posterita/webui/images/images.zip +exclude extend/posterita/webui/WEB-INF/lib/Filters.jar +exclude extend/posterita/webui/WEB-INF/lib/asm.jar +exclude extend/posterita/webui/WEB-INF/lib/bsh.jar +exclude extend/posterita/webui/WEB-INF/lib/commons-el.jar +exclude extend/posterita/webui/WEB-INF/lib/commons-fileupload.jar +exclude extend/posterita/webui/WEB-INF/lib/commons-io.jar +exclude extend/posterita/webui/WEB-INF/lib/groovy.jar +exclude extend/posterita/webui/WEB-INF/lib/j2ee.jar +exclude extend/posterita/webui/WEB-INF/lib/jcommon.jar +exclude extend/posterita/webui/WEB-INF/lib/jfreechart.jar +exclude extend/posterita/webui/WEB-INF/lib/jruby.jar +exclude extend/posterita/webui/WEB-INF/lib/js.jar +exclude extend/posterita/webui/WEB-INF/lib/json_simple.jar +exclude extend/posterita/webui/WEB-INF/lib/junit.jar +exclude extend/posterita/webui/WEB-INF/lib/mvel.jar +exclude extend/posterita/webui/WEB-INF/lib/ognl.jar +exclude extend/posterita/webui/WEB-INF/lib/sqlj.jar +exclude extend/posterita/webui/WEB-INF/lib/timelinez.jar +exclude extend/posterita/webui/WEB-INF/lib/yuiextz.jar +exclude extend/posterita/webui/WEB-INF/lib/zcommon-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zcommon.jar +exclude extend/posterita/webui/WEB-INF/lib/zcommons-el.jar +exclude extend/posterita/webui/WEB-INF/lib/zhtml-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zhtml.jar +exclude extend/posterita/webui/WEB-INF/lib/zk-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zk.jar +exclude extend/posterita/webui/WEB-INF/lib/zkex.jar +exclude extend/posterita/webui/WEB-INF/lib/zkmax.jar +exclude extend/posterita/webui/WEB-INF/lib/zkplus-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zkplus.jar +exclude extend/posterita/webui/WEB-INF/lib/zml.jar +exclude extend/posterita/webui/WEB-INF/lib/zul-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zul.jar +exclude extend/posterita/webui/WEB-INF/lib/zulex.jar +exclude extend/posterita/webui/WEB-INF/lib/zweb-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zweb.jar +exclude _Project-ID-AdempiereJasper/lib/commons-logging.jar +exclude _Project-ID-AdempiereJasper/lib/jpf-boot.jar +exclude _Project-ID-AdempiereJasper/lib/jpf-tools.jar +exclude _Project-ID-AdempiereJasper/lib/jpf.jar +exclude _Project-ID-AdempiereJasper/lib/jxp.jar +exclude _Project-ID-AdempiereJasper/lib/log4j.jar +exclude _Project-ID-AdempiereJasper/lib/xercesImpl.jar +exclude _Project-ID-AdempiereJasper/lib/xml-apis.jar +exclude _Project-ID-AdempiereJasper/plugins/org.compiere.compilo.importer.core-311.0.2.zip +exclude _Project-ID-AdempiereJasper/plugins/org.compiere.compilo.importer.jasperreports-311.0.2.zip +exclude _Project-ID-AdempiereJasper/plugins/org.compiere.compilo.importer.standard-311.0.2.zip +exclude extend/posterita/webui/WEB-INF/lib/Filters.jar +exclude extend/posterita/webui/WEB-INF/lib/asm.jar +exclude extend/posterita/webui/WEB-INF/lib/bsh.jar +exclude extend/posterita/webui/WEB-INF/lib/commons-el.jar +exclude extend/posterita/webui/WEB-INF/lib/commons-fileupload.jar +exclude extend/posterita/webui/WEB-INF/lib/commons-io.jar +exclude extend/posterita/webui/WEB-INF/lib/groovy.jar +exclude extend/posterita/webui/WEB-INF/lib/j2ee.jar +exclude extend/posterita/webui/WEB-INF/lib/jcommon.jar +exclude extend/posterita/webui/WEB-INF/lib/jfreechart.jar +exclude extend/posterita/webui/WEB-INF/lib/jruby.jar +exclude extend/posterita/webui/WEB-INF/lib/js.jar +exclude extend/posterita/webui/WEB-INF/lib/json_simple.jar +exclude extend/posterita/webui/WEB-INF/lib/junit.jar +exclude extend/posterita/webui/WEB-INF/lib/mvel.jar +exclude extend/posterita/webui/WEB-INF/lib/ognl.jar +exclude extend/posterita/webui/WEB-INF/lib/sqlj.jar +exclude extend/posterita/webui/WEB-INF/lib/timelinez.jar +exclude extend/posterita/webui/WEB-INF/lib/yuiextz.jar +exclude extend/posterita/webui/WEB-INF/lib/zcommon-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zcommon.jar +exclude extend/posterita/webui/WEB-INF/lib/zcommons-el.jar +exclude extend/posterita/webui/WEB-INF/lib/zhtml-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zhtml.jar +exclude extend/posterita/webui/WEB-INF/lib/zk-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zk.jar +exclude extend/posterita/webui/WEB-INF/lib/zkex.jar +exclude extend/posterita/webui/WEB-INF/lib/zkmax.jar +exclude extend/posterita/webui/WEB-INF/lib/zkplus-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zkplus.jar +exclude extend/posterita/webui/WEB-INF/lib/zml.jar +exclude extend/posterita/webui/WEB-INF/lib/zul-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zul.jar +exclude extend/posterita/webui/WEB-INF/lib/zulex.jar +exclude extend/posterita/webui/WEB-INF/lib/zweb-sources.jar +exclude extend/posterita/webui/WEB-INF/lib/zweb.jar +exclude extend/posterita/webui/images/images.zip +exclude extension/posterita/webui/WEB-INF/lib/Filters.jar +exclude extension/posterita/webui/WEB-INF/lib/asm.jar +exclude extension/posterita/webui/WEB-INF/lib/bsh.jar +exclude extension/posterita/webui/WEB-INF/lib/commons-el.jar +exclude extension/posterita/webui/WEB-INF/lib/commons-fileupload.jar +exclude extension/posterita/webui/WEB-INF/lib/commons-io.jar +exclude extension/posterita/webui/WEB-INF/lib/groovy.jar +exclude extension/posterita/webui/WEB-INF/lib/j2ee.jar +exclude extension/posterita/webui/WEB-INF/lib/jcommon.jar +exclude extension/posterita/webui/WEB-INF/lib/jfreechart.jar +exclude extension/posterita/webui/WEB-INF/lib/jruby.jar +exclude extension/posterita/webui/WEB-INF/lib/js.jar +exclude extension/posterita/webui/WEB-INF/lib/json_simple.jar +exclude extension/posterita/webui/WEB-INF/lib/junit.jar +exclude extension/posterita/webui/WEB-INF/lib/mvel.jar +exclude extension/posterita/webui/WEB-INF/lib/ognl.jar +exclude extension/posterita/webui/WEB-INF/lib/sqlj.jar +exclude extension/posterita/webui/WEB-INF/lib/timelinez.jar +exclude extension/posterita/webui/WEB-INF/lib/yuiextz.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommon-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommon.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommons-el.jar +exclude extension/posterita/webui/WEB-INF/lib/zhtml-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zhtml.jar +exclude extension/posterita/webui/WEB-INF/lib/zk-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zk.jar +exclude extension/posterita/webui/WEB-INF/lib/zkex.jar +exclude extension/posterita/webui/WEB-INF/lib/zkmax.jar +exclude extension/posterita/webui/WEB-INF/lib/zkplus-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zkplus.jar +exclude extension/posterita/webui/WEB-INF/lib/zml.jar +exclude extension/posterita/webui/WEB-INF/lib/zul-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zul.jar +exclude extension/posterita/webui/WEB-INF/lib/zulex.jar +exclude extension/posterita/webui/WEB-INF/lib/zweb-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zweb.jar +exclude extension/posterita/webui/images/images.zip +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere_pg.jar +exclude JasperReportsTools/lib/commons-collections-3.1.jar +exclude JasperReportsTools/lib/commons-logging-1.4.jar +exclude JasperReportsTools/lib/xdoclet-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-ejb-module-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-jboss-module-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-jmx-module-1.2.3.jar +exclude JasperReportsTools/lib/xdoclet-web-module-1.2.3.jar +exclude JasperReportsTools/lib/xercesImpl.jar +exclude JasperReportsTools/lib/xjavadoc-1.1.jar +exclude JasperReportsTools/lib/xml-apis.jar +exclude tools/lib/wizard.jar +exclude tools/lib/bsh-1.3.0.jar +exclude tools/lib/bsh-2.0b5.jar +exclude tools/lib/bsh-engine.jar +exclude tools/lib/groovy-all-1.5.1.jar +exclude tools/lib/groovy-engine.jar +exclude tools/lib/jython-engine.jar +exclude tools/lib/jython.jar +exclude tools/lib/script-api.jar +exclude extension/posterita/webui/images/images.zip +exclude JasperReportsTools/lib/poi-2.0-final-20040126.jar +exclude tools/lib/poi-2.0-final-20040126.jar +exclude extension/posterita/webui/images/images.zip +exclude extension/posterita/webui/images/images.zip +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude jboss/server/adempiere/lib/bsh-1.3.0.jar +exclude jboss/server/adempiere/lib/bsh-2.0b5.jar +exclude tools/lib/activemq-core-5.0.0.jar +exclude packages/FAPack006.zip +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere.jar +exclude extension/posterita/webui/WEB-INF/lib/commons-fileupload.jar +exclude extension/posterita/webui/WEB-INF/lib/fckez.jar +exclude extension/posterita/webui/WEB-INF/lib/gmapsz.jar +exclude extension/posterita/webui/WEB-INF/lib/groovy.jar +exclude extension/posterita/webui/WEB-INF/lib/j2ee.jar +exclude extension/posterita/webui/WEB-INF/lib/jcommon.jar +exclude extension/posterita/webui/WEB-INF/lib/jfreechart.jar +exclude extension/posterita/webui/WEB-INF/lib/jruby.jar +exclude extension/posterita/webui/WEB-INF/lib/jxl.jar +exclude extension/posterita/webui/WEB-INF/lib/jython.jar +exclude extension/posterita/webui/WEB-INF/lib/mvel.jar +exclude extension/posterita/webui/WEB-INF/lib/yuiextz.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommon-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommon.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommons-el.jar +exclude extension/posterita/webui/WEB-INF/lib/zhtml-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zhtml.jar +exclude extension/posterita/webui/WEB-INF/lib/zk-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zk.jar +exclude extension/posterita/webui/WEB-INF/lib/zkex-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zkex.jar +exclude extension/posterita/webui/WEB-INF/lib/zkmax-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zkmax.jar +exclude extension/posterita/webui/WEB-INF/lib/zkplus-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zkplus.jar +exclude extension/posterita/webui/WEB-INF/lib/zml-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zml.jar +exclude extension/posterita/webui/WEB-INF/lib/zul-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zul.jar +exclude extension/posterita/webui/WEB-INF/lib/zulex.jar +exclude extension/posterita/webui/WEB-INF/lib/zweb-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zweb.jar +exclude extension/posterita/webui/lib/j2ee.jar +exclude extension/posterita/webui/WEB-INF/lib/Filters.jar +exclude extension/posterita/webui/WEB-INF/lib/asm.jar +exclude extension/posterita/webui/WEB-INF/lib/bsh.jar +exclude extension/posterita/webui/WEB-INF/lib/commons-el.jar +exclude extension/posterita/webui/WEB-INF/lib/commons-fileupload.jar +exclude extension/posterita/webui/WEB-INF/lib/commons-io.jar +exclude extension/posterita/webui/WEB-INF/lib/fckez.jar +exclude extension/posterita/webui/WEB-INF/lib/gmapsz.jar +exclude extension/posterita/webui/WEB-INF/lib/groovy.jar +exclude extension/posterita/webui/WEB-INF/lib/jcommon.jar +exclude extension/posterita/webui/WEB-INF/lib/jfreechart.jar +exclude extension/posterita/webui/WEB-INF/lib/jruby.jar +exclude extension/posterita/webui/WEB-INF/lib/js.jar +exclude extension/posterita/webui/WEB-INF/lib/json_simple.jar +exclude extension/posterita/webui/WEB-INF/lib/junit.jar +exclude extension/posterita/webui/WEB-INF/lib/jxl.jar +exclude extension/posterita/webui/WEB-INF/lib/jython.jar +exclude extension/posterita/webui/WEB-INF/lib/mvel.jar +exclude extension/posterita/webui/WEB-INF/lib/ognl.jar +exclude extension/posterita/webui/WEB-INF/lib/sqlj.jar +exclude extension/posterita/webui/WEB-INF/lib/timelinez.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommon-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommon.jar +exclude extension/posterita/webui/WEB-INF/lib/zcommons-el.jar +exclude extension/posterita/webui/WEB-INF/lib/zhtml-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zhtml.jar +exclude extension/posterita/webui/WEB-INF/lib/zk-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zk.jar +exclude extension/posterita/webui/WEB-INF/lib/zkex-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zkex.jar +exclude extension/posterita/webui/WEB-INF/lib/zkmax-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zkmax.jar +exclude extension/posterita/webui/WEB-INF/lib/zkplus-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zkplus.jar +exclude extension/posterita/webui/WEB-INF/lib/zml-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zml.jar +exclude extension/posterita/webui/WEB-INF/lib/zul-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zul.jar +exclude extension/posterita/webui/WEB-INF/lib/zweb-sources.jar +exclude extension/posterita/webui/WEB-INF/lib/zweb.jar +exclude extension/posterita/webui/images/images.zip +exclude extension/posterita/webui/lib/j2ee.jar +exclude zkwebui/WEB-INF/lib/Filters.jar +exclude zkwebui/WEB-INF/lib/asm.jar +exclude zkwebui/WEB-INF/lib/bsh.jar +exclude zkwebui/WEB-INF/lib/commons-el.jar +exclude zkwebui/WEB-INF/lib/commons-fileupload.jar +exclude zkwebui/WEB-INF/lib/commons-io.jar +exclude zkwebui/WEB-INF/lib/fckez.jar +exclude zkwebui/WEB-INF/lib/gmapsz.jar +exclude zkwebui/WEB-INF/lib/groovy.jar +exclude zkwebui/WEB-INF/lib/jcommon.jar +exclude zkwebui/WEB-INF/lib/jfreechart.jar +exclude zkwebui/WEB-INF/lib/jruby.jar +exclude zkwebui/WEB-INF/lib/js.jar +exclude zkwebui/WEB-INF/lib/json_simple.jar +exclude zkwebui/WEB-INF/lib/junit.jar +exclude zkwebui/WEB-INF/lib/jxl.jar +exclude zkwebui/WEB-INF/lib/jython.jar +exclude zkwebui/WEB-INF/lib/mvel.jar +exclude zkwebui/WEB-INF/lib/ognl.jar +exclude zkwebui/WEB-INF/lib/sqlj.jar +exclude zkwebui/WEB-INF/lib/timelinez.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zcommons-el.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude zkwebui/images/images.zip +exclude zkwebui/lib/j2ee.jar +exclude zkwebui/lib/j2ee.jar +exclude tools/lib/ojdbc14.jar +exclude zkwebui/WEB-INF/lib/timelinez-sources.jar +exclude JasperReportsTools/lib/jfreechart-0.9.21.jar +exclude JasperReportsTools/lib/jfreechart-1.0.2.jar +exclude zkwebui/WEB-INF/lib/timelinez-sources.jar +exclude zkwebui/WEB-INF/lib/timelinez.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude zkwebui/WEB-INF/lib/cglib.jar +exclude zkwebui/images/images.zip +exclude zkwebui/WEB-INF/lib/gmapsz.jar +exclude zkwebui/WEB-INF/lib/groovy.jar +exclude zkwebui/WEB-INF/lib/jcommon.jar +exclude zkwebui/WEB-INF/lib/jfreechart.jar +exclude zkwebui/WEB-INF/lib/jruby.jar +exclude zkwebui/WEB-INF/lib/js.jar +exclude zkwebui/WEB-INF/lib/jxl.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude zkwebui/WEB-INF/lib/groovy.jar +exclude zkwebui/WEB-INF/lib/jcommon.jar +exclude zkwebui/WEB-INF/lib/jfreechart.jar +exclude zkwebui/WEB-INF/lib/jruby.jar +exclude zkwebui/WEB-INF/lib/js.jar +exclude zkwebui/WEB-INF/lib/jxl.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude zkwebui/WEB-INF/lib/gmapsz.jar +exclude zkwebui/WEB-INF/lib/groovy.jar +exclude zkwebui/WEB-INF/lib/jcommon.jar +exclude zkwebui/WEB-INF/lib/jfreechart.jar +exclude zkwebui/WEB-INF/lib/jruby.jar +exclude zkwebui/WEB-INF/lib/js.jar +exclude zkwebui/WEB-INF/lib/jxl.jar +exclude zkwebui/WEB-INF/lib/sqlj.jar +exclude zkwebui/WEB-INF/lib/timelinez.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude JasperReportsTools/lib/iReport.jar +exclude JasperReportsTools/lib/jasperreports-1.3.0.jar +exclude JasperReportsTools/lib/jasperreports-3.0.0.jar +exclude JasperReportsTools/lib/jfreechart-1.0.2.jar +exclude JasperReportsTools/lib/jfreechart-1.0.3.jar +exclude tools/lib/barbecue-1.1.jar +exclude tools/lib/barbecue-1.5-beta1.jar +exclude tools/lib/jfreechart-1.0.2.jar +exclude tools/lib/jfreechart-1.0.3.jar +exclude tools/lib/poi-2.0-final-20040126.jar +exclude tools/lib/poi-3.0.1-FINAL-20070705.jar +exclude posterita.old/src/web/WEB-INF/lib/barcode4j.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-beanutils.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-collections.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-digester.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-fileupload.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-logging.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-validator.jar +exclude posterita.old/src/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita.old/src/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude posterita.old/src/web/WEB-INF/lib/servlet.jar +exclude posterita.old/src/web/WEB-INF/lib/struts.jar +exclude posterita.old/src/web/applets/printOrderApplet.jar +exclude posterita/src/web/WEB-INF/lib/barcode4j.jar +exclude posterita/src/web/WEB-INF/lib/commons-beanutils.jar +exclude posterita/src/web/WEB-INF/lib/commons-collections.jar +exclude posterita/src/web/WEB-INF/lib/commons-digester.jar +exclude posterita/src/web/WEB-INF/lib/commons-fileupload.jar +exclude posterita/src/web/WEB-INF/lib/commons-logging.jar +exclude posterita/src/web/WEB-INF/lib/commons-validator.jar +exclude posterita/src/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita/src/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude posterita/src/web/WEB-INF/lib/servlet.jar +exclude posterita/src/web/WEB-INF/lib/struts.jar +exclude posterita/src/web/applets/printOrderApplet.jar +exclude posterita/commons/db/Adempiere.jar +exclude posterita/commons/db/Adempiere_pg.jar +exclude posterita/posterita/src/utils/trlImporter.jar +exclude posterita/posterita/web/WEB-INF/lib/activation.jar +exclude posterita/posterita/web/WEB-INF/lib/aop.jar +exclude posterita/posterita/web/WEB-INF/lib/aspectjrt.jar +exclude posterita/posterita/web/WEB-INF/lib/barcode4j.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-beanutils-1.7.0.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-collections.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-digester.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-fileupload.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-lang-2.3.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-logging.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-validator.jar +exclude posterita/posterita/web/WEB-INF/lib/displaytag-1.1.1.jar +exclude posterita/posterita/web/WEB-INF/lib/displaytag-export-poi-1.1.1.jar +exclude posterita/posterita/web/WEB-INF/lib/itext-1.3.jar +exclude posterita/posterita/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita/posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude posterita/posterita/web/WEB-INF/lib/log4j-1.2.13.jar +exclude posterita/posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar +exclude posterita/posterita/web/WEB-INF/lib/servlet.jar +exclude posterita/posterita/web/WEB-INF/lib/struts.jar +exclude posterita/posterita/web/applets/printOrderApplet.jar +exclude posterita/reference/aspectJ/aspectjlib.jar +exclude posterita/reference/aspectJ/aspectjtools.jar +exclude posterita/reference/aspectJ/aspectjweaver.jar +exclude tools/lib/jcommon-1.0.14.jar +exclude tools/lib/jcommon-1.0.5.jar +exclude tools/lib/jfreechart-1.0.11.jar +exclude tools/lib/jfreechart-1.0.3.jar +exclude posterita.old/src/web/WEB-INF/lib/barcode4j.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-beanutils.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-collections.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-digester.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-fileupload.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-logging.jar +exclude posterita.old/src/web/WEB-INF/lib/commons-validator.jar +exclude posterita.old/src/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita.old/src/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude posterita.old/src/web/WEB-INF/lib/servlet.jar +exclude posterita.old/src/web/WEB-INF/lib/struts.jar +exclude posterita.old/src/web/applets/printOrderApplet.jar +exclude glassfishfacet/lib/appserv-admin.jar +exclude glassfishfacet/lib/appserv-deployment-client.jar +exclude glassfishfacet/lib/appserv-ext.jar +exclude glassfishfacet/lib/appserv-rt.jar +exclude jboss/bin/run.jar +exclude jboss/bin/shutdown.jar +exclude jboss/bin/twiddle.jar +exclude jboss/client/FastInfoset.jar +exclude jboss/client/activation.jar +exclude jboss/client/antlr.jar +exclude jboss/client/avalon-framework.jar +exclude jboss/client/commons-codec.jar +exclude jboss/client/commons-httpclient.jar +exclude jboss/client/commons-logging.jar +exclude jboss/client/concurrent.jar +exclude jboss/client/ejb3-persistence.jar +exclude jboss/client/getopt.jar +exclude jboss/client/hibernate-annotations.jar +exclude jboss/client/hibernate-client.jar +exclude jboss/client/jacorb.jar +exclude jboss/client/javassist.jar +exclude jboss/client/jaxb-api.jar +exclude jboss/client/jaxb-impl.jar +exclude jboss/client/jaxb-xjc.jar +exclude jboss/client/jaxws-rt.jar +exclude jboss/client/jaxws-tools.jar +exclude jboss/client/jboss-annotations-ejb3.jar +exclude jboss/client/jboss-aop-jdk50-client.jar +exclude jboss/client/jboss-aspect-jdk50-client.jar +exclude jboss/client/jboss-client.jar +exclude jboss/client/jboss-common-client.jar +exclude jboss/client/jboss-deployment.jar +exclude jboss/client/jboss-ejb3-client.jar +exclude jboss/client/jboss-ejb3x.jar +exclude jboss/client/jboss-iiop-client.jar +exclude jboss/client/jboss-j2ee.jar +exclude jboss/client/jboss-jaxrpc.jar +exclude jboss/client/jboss-jaxws-ext.jar +exclude jboss/client/jboss-jaxws.jar +exclude jboss/client/jboss-jsr77-client.jar +exclude jboss/client/jboss-remoting.jar +exclude jboss/client/jboss-saaj.jar +exclude jboss/client/jboss-serialization.jar +exclude jboss/client/jboss-srp-client.jar +exclude jboss/client/jboss-system-client.jar +exclude jboss/client/jboss-transaction-client.jar +exclude jboss/client/jboss-xml-binding.jar +exclude jboss/client/jbossall-client.jar +exclude jboss/client/jbosscx-client.jar +exclude jboss/client/jbossha-client.jar +exclude jboss/client/jbossjmx-ant.jar +exclude jboss/client/jbossmq-client.jar +exclude jboss/client/jbosssx-client.jar +exclude jboss/client/jbossws-client.jar +exclude jboss/client/jbossws-common.jar +exclude jboss/client/jbossws-framework.jar +exclude jboss/client/jbossws-jboss42.jar +exclude jboss/client/jbossws-spi.jar +exclude jboss/client/jettison.jar +exclude jboss/client/jmx-client.jar +exclude jboss/client/jmx-invoker-adaptor-client.jar +exclude jboss/client/jnp-client.jar +exclude jboss/client/log4j.jar +exclude jboss/client/logkit.jar +exclude jboss/client/mail.jar +exclude jboss/client/namespace.jar +exclude jboss/client/policy.jar +exclude jboss/client/scout.jar +exclude jboss/client/servlet-api.jar +exclude jboss/client/stax-api.jar +exclude jboss/client/stax-ex.jar +exclude jboss/client/streambuffer.jar +exclude jboss/client/trove.jar +exclude jboss/client/wsdl4j.jar +exclude jboss/client/wstx.jar +exclude jboss/client/xmlsec.jar +exclude jboss/lib/commons-codec.jar +exclude jboss/lib/commons-httpclient.jar +exclude jboss/lib/commons-logging.jar +exclude jboss/lib/concurrent.jar +exclude jboss/lib/endorsed/serializer.jar +exclude jboss/lib/endorsed/xalan.jar +exclude jboss/lib/endorsed/xercesImpl.jar +exclude jboss/lib/getopt.jar +exclude jboss/lib/jaxb-api.jar +exclude jboss/lib/jaxb-impl.jar +exclude jboss/lib/jboss-common.jar +exclude jboss/lib/jboss-jmx.jar +exclude jboss/lib/jboss-system.jar +exclude jboss/lib/jboss-xml-binding.jar +exclude jboss/lib/log4j-boot.jar +exclude jboss/server/adempiere/deploy/ejb3.deployer/jboss-annotations-ejb3.jar +exclude jboss/server/adempiere/deploy/ejb3.deployer/jboss-ejb3.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/jrockit-pluggable-instrumentor.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/pluggable-instrumentor.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/trove.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-bean-deployer.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-container.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-dependency.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-microcontainer.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jasper-jdt.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jbossweb-extras.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jbossweb-service.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jbossweb.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jsf-libs/jboss-faces.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jsf-libs/jsf-api.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jsf-libs/jsf-impl.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jstl.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/catalina-manager.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/catalina-optional.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/catalina.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/commons-el.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/commons-modeler.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/jasper-compiler-jdt.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/jasper-compiler.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/jasper-runtime.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/naming-resources.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/servlets-default.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/servlets-invoker.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/servlets-webdav.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-ajp.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-coyote.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-http.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat-util.jar +exclude jboss/server/adempiere/deploy/jbossweb-tomcat55.sar/tomcat55-service.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/console-mgr-classes.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/jcommon.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/jfreechart.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/applet.jar +exclude jboss/server/adempiere/deploy/management/console-mgr.sar/web-console.war/images/otherimages.jar +exclude jboss/server/adempiere/lib/activation.jar +exclude jboss/server/adempiere/lib/antlr.jar +exclude jboss/server/adempiere/lib/autonumber-plugin.jar +exclude jboss/server/adempiere/lib/bcel.jar +exclude jboss/server/adempiere/lib/bindingservice-plugin.jar +exclude jboss/server/adempiere/lib/bsf.jar +exclude jboss/server/adempiere/lib/bsh-2.0b5.jar +exclude jboss/server/adempiere/lib/bsh-deployer.jar +exclude jboss/server/adempiere/lib/cglib.jar +exclude jboss/server/adempiere/lib/commons-codec.jar +exclude jboss/server/adempiere/lib/commons-collections.jar +exclude jboss/server/adempiere/lib/commons-httpclient.jar +exclude jboss/server/adempiere/lib/commons-logging.jar +exclude jboss/server/adempiere/lib/dom4j.jar +exclude jboss/server/adempiere/lib/ejb3-persistence.jar +exclude jboss/server/adempiere/lib/el-api.jar +exclude jboss/server/adempiere/lib/hibernate-annotations.jar +exclude jboss/server/adempiere/lib/hibernate-entitymanager.jar +exclude jboss/server/adempiere/lib/hibernate3.jar +exclude jboss/server/adempiere/lib/hsqldb-plugin.jar +exclude jboss/server/adempiere/lib/hsqldb.jar +exclude jboss/server/adempiere/lib/javassist.jar +exclude jboss/server/adempiere/lib/javax.servlet.jar +exclude jboss/server/adempiere/lib/javax.servlet.jsp.jar +exclude jboss/server/adempiere/lib/jaxen.jar +exclude jboss/server/adempiere/lib/jboss-common-jdbc-wrapper.jar +exclude jboss/server/adempiere/lib/jboss-ejb3x.jar +exclude jboss/server/adempiere/lib/jboss-hibernate.jar +exclude jboss/server/adempiere/lib/jboss-iiop.jar +exclude jboss/server/adempiere/lib/jboss-j2ee.jar +exclude jboss/server/adempiere/lib/jboss-jaxrpc.jar +exclude jboss/server/adempiere/lib/jboss-jaxws-ext.jar +exclude jboss/server/adempiere/lib/jboss-jaxws.jar +exclude jboss/server/adempiere/lib/jboss-jca.jar +exclude jboss/server/adempiere/lib/jboss-jsr77.jar +exclude jboss/server/adempiere/lib/jboss-jsr88.jar +exclude jboss/server/adempiere/lib/jboss-management.jar +exclude jboss/server/adempiere/lib/jboss-monitoring.jar +exclude jboss/server/adempiere/lib/jboss-remoting-int.jar +exclude jboss/server/adempiere/lib/jboss-remoting.jar +exclude jboss/server/adempiere/lib/jboss-saaj.jar +exclude jboss/server/adempiere/lib/jboss-serialization.jar +exclude jboss/server/adempiere/lib/jboss-srp.jar +exclude jboss/server/adempiere/lib/jboss-transaction.jar +exclude jboss/server/adempiere/lib/jboss-vfs.jar +exclude jboss/server/adempiere/lib/jboss.jar +exclude jboss/server/adempiere/lib/jbossjta-integration.jar +exclude jboss/server/adempiere/lib/jbossjta.jar +exclude jboss/server/adempiere/lib/jbosssx.jar +exclude jboss/server/adempiere/lib/jbossts-common.jar +exclude jboss/server/adempiere/lib/jbossws-common.jar +exclude jboss/server/adempiere/lib/jbossws-framework.jar +exclude jboss/server/adempiere/lib/jbossws-jboss42.jar +exclude jboss/server/adempiere/lib/jbossws-spi.jar +exclude jboss/server/adempiere/lib/jmx-adaptor-plugin.jar +exclude jboss/server/adempiere/lib/jnpserver.jar +exclude jboss/server/adempiere/lib/joesnmp.jar +exclude jboss/server/adempiere/lib/jpl-pattern.jar +exclude jboss/server/adempiere/lib/jpl-util.jar +exclude jboss/server/adempiere/lib/jsp-api.jar +exclude jboss/server/adempiere/lib/log4j-snmp-appender.jar +exclude jboss/server/adempiere/lib/log4j.jar +exclude jboss/server/adempiere/lib/logkit.jar +exclude jboss/server/adempiere/lib/mail-plugin.jar +exclude jboss/server/adempiere/lib/mail.jar +exclude jboss/server/adempiere/lib/properties-plugin.jar +exclude jboss/server/adempiere/lib/scheduler-plugin-example.jar +exclude jboss/server/adempiere/lib/scheduler-plugin.jar +exclude jboss/server/adempiere/lib/scout.jar +exclude jboss/server/adempiere/lib/servlet-api.jar +exclude jboss/server/adempiere/lib/snmp-support.jar +exclude jboss/server/adempiere/lib/webcallbackhandler.jar +exclude jboss/server/adempiere/lib/xmlentitymgr.jar +exclude tools/lib/cglib.jar +exclude tools/lib/commons-logging.jar +exclude tools/lib/j2ee.jar +exclude tools/lib/javaee.jar +exclude tools/lib/jsp-api.jar +exclude tools/lib/log4j.jar +exclude tools/lib/logkit.jar +exclude tools/lib/mail.jar +exclude tools/lib/servlet-api.jar +exclude tools/lib/xdoclet-1.2.3.jar +exclude tools/lib/xdoclet-ejb-module-1.2.3.jar +exclude tools/lib/xdoclet-jboss-module-1.2.3.jar +exclude tools/lib/xdoclet-jmx-module-1.2.3.jar +exclude tools/lib/xdoclet-web-module-1.2.3.jar +exclude tools/lib/xdoclet-xdoclet-module-1.2.3.jar +exclude lib/posterita.jar +exclude lib/posteritaPatches.jar +exclude lib/posterita.jar +exclude lib/posteritaPatches.jar +exclude lib/zkcustomization.jar +exclude lib/zkpatches.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere.jar +exclude tools/lib/testing/SuperCSV-with_src-1.52.jar +exclude tools/lib/testing/spiffy-with_source-all-0.05.jar +exclude zkwebui/WEB-INF/lib/keylistener.jar +exclude zkwebui/WEB-INF/lib/timeplotz.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zcommons-el.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude zkwebui/WEB-INF/lib/keylistener.jar +exclude jboss/client/commons-codec.jar +exclude tools/lib/commons-codec.jar +exclude zkwebui/WEB-INF/lib/jcommon.jar +exclude zkwebui/WEB-INF/lib/jfreechart.jar +exclude zkwebui/WEB-INF/lib/jruby.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude posterita/posterita/web/WEB-INF/lib/activation.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-beanutils-1.7.0.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-collections.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-digester.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-fileupload.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-lang-2.3.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-logging.jar +exclude zkwebui/WEB-INF/lib/bsh.jar +exclude zkwebui/WEB-INF/lib/commons-fileupload.jar +exclude zkwebui/WEB-INF/lib/jython.jar +exclude posterita/posterita/web/WEB-INF/lib/displaytag-export-poi-1.1.1.jar +exclude posterita/posterita/web/WEB-INF/lib/itext-1.3.jar +exclude posterita/posterita/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita/posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude posterita/posterita/web/WEB-INF/lib/log4j-1.2.13.jar +exclude posterita/posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar +exclude posterita/posterita/web/WEB-INF/lib/servlet.jar +exclude zkwebui/WEB-INF/lib/groovy.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-fileupload.jar +exclude zkwebui/WEB-INF/lib/bsh.jar +exclude zkwebui/WEB-INF/lib/commons-fileupload.jar +exclude zkwebui/WEB-INF/lib/groovy.jar +exclude zkwebui/WEB-INF/lib/jython.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/commons-fileupload.jar +exclude posterita/posterita/web/WEB-INF/lib/displaytag-export-poi-1.1.1.jar +exclude posterita/posterita/web/WEB-INF/lib/itext-1.3.jar +exclude posterita/posterita/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita/posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude posterita/posterita/web/WEB-INF/lib/log4j-1.2.13.jar +exclude posterita/posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar +exclude posterita/posterita/web/WEB-INF/lib/servlet.jar +exclude zkwebui/WEB-INF/lib/fckez.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude zkwebui/WEB-INF/lib/jcommon.jar +exclude zkwebui/WEB-INF/lib/jfreechart.jar +exclude lib/liberoHR.jar +exclude lib/liberoMFG.jar +exclude lib/liberoHR.jar +exclude lib/liberoMFG.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude lib/liberoHR.jar +exclude lib/liberoMFG.jar +exclude packages/liberoHR.jar +exclude packages/liberoMFG.jar +exclude packages/liberoHR.jar +exclude packages/liberoMFG.jar +exclude packages/liberoHR.jar +exclude JasperReportsTools/lib/jasperreports-3.0.0.jar +exclude JasperReportsTools/lib/jasperreports-3.5.3.jar +exclude posterita/posterita/web/WEB-INF/lib/iText-2.1.7.jar +exclude posterita/posterita/web/WEB-INF/lib/itext-1.3.jar +exclude tools/lib/iText-2.1.7.jar +exclude tools/lib/itext-1.4.8.jar +exclude jboss/lib/endorsed/xalan.jar +exclude jboss/lib/endorsed/xercesImpl.jar +exclude zkwebui/WEB-INF/lib/xercesImpl.jar +exclude posterita/posterita/web/WEB-INF/lib/miglayout-3.7.1-swing.jar +exclude tools/lib/miglayout-3.7.1-swing.jar +exclude zkwebui/WEB-INF/lib/gmapsz.jar +exclude zkwebui/WEB-INF/lib/jython.jar +exclude zkwebui/WEB-INF/lib/timeplotz.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude packages/liberoHR.jar +exclude packages/liberoMFG.jar +exclude tools/lib/postgresql.jar +exclude tools/lib/iText-2.1.7.jar +exclude tools/lib/iText-5.0.0.jar +exclude packages/liberoMFG.jar +exclude tools/lib/iText-2.1.7.jar +exclude tools/lib/iText-5.0.0.jar +exclude tools/lib/payflow.jar +exclude tools/lib/cron4j-2.2.1.jar +exclude migration/dist/migration-0.5.1.zip +exclude migration/dist/migration-0.5.zip +exclude posterita/commons/db/Adempiere.jar +exclude posterita/commons/db/Adempiere_pg.jar +exclude JasperReportsTools/lib/jasperreports-3.5.3.jar +exclude JasperReportsTools/lib/jasperreports-3.7.1.jar +exclude packages/liberoHR.jar +exclude packages/liberoMFG.jar +exclude client/src/org/compiere/images/images.zip +exclude packages/liberoMFG.jar +exclude packages/liberoMFG.jar +exclude packages/liberoMFG.jar +exclude packages/liberoMFG.jar +exclude packages/liberoMFG.jar +exclude zkpackages/liberozkMFG.jar +exclude packages/liberoMFG.jar +exclude packages/liberoMFG.jar +exclude tools/lib/ocrs12.jar +exclude tools/lib/ojdbc14.jar +exclude tools/lib/ojdbc6.jar +exclude jboss/client/activation.jar +exclude jboss/client/mail.jar +exclude jboss/server/adempiere/lib/activation.jar +exclude jboss/server/adempiere/lib/mail.jar +exclude serverRoot/src/web/WEB-INF/lib/activation.jar +exclude tools/lib/activation.jar +exclude tools/lib/mail.jar +exclude tools/lib/swingx-0.9.0.jar +exclude tools/lib/swingx-1.6.jar +exclude JasperReportsTools/lib/jasperreports-3.7.1.jar +exclude JasperReportsTools/lib/jasperreports-3.7.3.jar +exclude JasperReportsTools/lib/jfreechart-1.0.13.jar +exclude JasperReportsTools/lib/jfreechart-1.0.3.jar +exclude posterita/posterita/web/WEB-INF/lib/jcommon-1.0.10.jar +exclude posterita/posterita/web/WEB-INF/lib/jcommon-1.0.16.jar +exclude posterita/posterita/web/WEB-INF/lib/jfreechart-1.0.13.jar +exclude posterita/posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar +exclude tools/lib/jcommon-1.0.14.jar +exclude tools/lib/jcommon-1.0.16.jar +exclude tools/lib/jfreechart-1.0.11.jar +exclude tools/lib/jfreechart-1.0.13.jar +exclude packages/liberoHR.jar +exclude packages/liberoMFG.jar +exclude zkpackages/liberozkMFG.jar +exclude data/seed/Adempiere_pg.jar +exclude data/seed/Adempiere.jar +exclude equinox-target/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar +exclude equinox-target/org.eclipse.osgi_3.5.0.v20090520.jar +exclude equinox-target/org.eclipse.update.configurator_3.3.0.v20090312.jar +exclude equinox-target/plugins/org.adempiere.base_0.0.0.2.jar +exclude equinox-target/plugins/org.adempiere.client_0.0.0.2.jar +exclude equinox-target/plugins/org.adempiere.tools_0.0.0.1.jar +exclude equinox-target/plugins/org.eclipse.core.contenttype_3.4.0.v20090429-1800.jar +exclude equinox-target/plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar +exclude equinox-target/plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar +exclude equinox-target/plugins/org.eclipse.equinox.app_1.2.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.preferences_3.2.300.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.osgi_3.5.0.v20090520.jar +exclude equinox-target/plugins/org.eclipse.update.configurator_3.3.0.v20090312.jar +exclude equinox-target/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/JasperReports_1.0.0.201002171636.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/JasperReports_1.0.0.201002171756.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/JasperReports_1.0.0.201002171759.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/javax.servlet_2.5.0.v200806031605.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.JasperReportsTools_1.0.0.201002171759.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.base_0.0.0.2.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.client_0.0.0.2.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.tools_0.0.0.1.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.zkwebui_0.0.0.2.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.core.contenttype_3.4.0.v20090429-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.app_1.2.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servletbridge_1.0.100.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.preferences_3.2.300.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.servletbridge_1.1.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.osgi.services_3.2.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.update.configurator_3.2.100.v20070322.jar +exclude equinox-bridge/WebContent/WEB-INF/lib/servletbridge.jar +exclude equinox-target/plugins/org.adempiere.base_0.0.0.2.jar +exclude equinox-target/plugins/org.adempiere.client_0.0.0.2.jar +exclude equinox-target/plugins/org.adempiere.tools_0.0.0.1.jar +exclude equinox-target/plugins/org.eclipse.core.contenttype_3.4.0.v20090429-1800.jar +exclude equinox-target/plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar +exclude equinox-target/plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar +exclude equinox-target/plugins/org.eclipse.equinox.app_1.2.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.preferences_3.2.300.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.osgi.services_3.2.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.osgi_3.5.0.v20090520.jar +exclude equinox-target/plugins/org.eclipse.update.configurator_3.3.0.v20090312.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/javax.servlet_2.5.0.v200806031605.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servletbridge_1.0.100.v20090520-1800.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.servletbridge_1.1.0.v20090520-1800.jar +exclude equinox-target/webapp/WEB-INF/lib/servletbridge.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/JasperReports_1.0.0.201002171636.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/JasperReports_1.0.0.201002171756.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/JasperReports_1.0.0.201002171759.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/javax.servlet_2.5.0.v200806031605.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.JasperReportsTools_1.0.0.201002171759.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.base_0.0.0.2.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.client_0.0.0.2.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.tools_0.0.0.1.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.adempiere.zkwebui_0.0.0.2.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.core.contenttype_3.4.0.v20090429-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.app_1.2.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servletbridge_1.0.100.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.preferences_3.2.300.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.equinox.servletbridge_1.1.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.osgi.services_3.2.0.v20090520-1800.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar +exclude equinox-bridge/WebContent/WEB-INF/eclipse/plugins/org.eclipse.update.configurator_3.2.100.v20070322.jar +exclude equinox-bridge/WebContent/WEB-INF/lib/servletbridge.jar +exclude tools/lib/cron4j-2.2.1.jar +exclude tools/lib/payflow.jar +exclude equinox-target/org.eclipse.core.runtime_3.5.0.v20090525.jar +exclude tools/lib/ant-launcher.jar +exclude tools/lib/ant.jar +exclude tools/lib/ant4eclipse/ecj-3.5.2.jar +exclude tools/lib/ant4eclipse/org.ant4eclipse_1.0.0.M3.jar +exclude equinox-target/jetty/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar +exclude equinox-target/jetty/plugins/org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800.jar +exclude equinox-target/jetty/plugins/org.mortbay.jetty.server_6.1.15.v200905151201.jar +exclude equinox-target/jetty/plugins/org.mortbay.jetty.util_6.1.15.v200905182336.jar +exclude equinox-target/spring/plugins/com.springsource.net.sf.cglib-2.1.3.jar +exclude equinox-target/spring/plugins/com.springsource.org.aopalliance-1.0.0.jar +exclude equinox-target/spring/plugins/jetty.start.osgi-1.0.0.jar +exclude equinox-target/spring/plugins/jetty.web.extender.fragment.osgi-1.0.1.jar +exclude equinox-target/spring/plugins/org.springframework.aop-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/org.springframework.beans-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/org.springframework.context-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/org.springframework.core-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/spring-osgi-core-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-extender-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-io-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-web-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-web-extender-1.2.1.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/javax.xml_1.3.4.v200902170245.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.apache.xerces_2.9.0.v200909240008.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.apache.xml.resolver_1.2.0.v200902170519.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.apache.xml.serializer_2.7.1.v200902170519.jar +exclude equinox-target/jetty/plugins/org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.core.contenttype_3.4.0.v20090429-1800.jar +exclude equinox-target/plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar +exclude equinox-target/plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar +exclude equinox-target/plugins/org.eclipse.equinox.app_1.2.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar +exclude equinox-target/plugins/org.eclipse.equinox.preferences_3.2.300.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.osgi.services_3.2.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.osgi_3.5.0.v20090520.jar +exclude equinox-target/plugins/org.eclipse.update.configurator_3.3.0.v20090312.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servletbridge_1.0.100.v20090520-1800.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.eclipse.equinox.servletbridge_1.1.0.v20090520-1800.jar +exclude equinox-target/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar +exclude equinox-target/plugins/org.eclipse.core.jobs_3.5.0.v20100515.jar +exclude equinox-target/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude equinox-target/plugins/org.eclipse.equinox.app_1.3.0.v20100512.jar +exclude equinox-target/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar +exclude equinox-target/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar +exclude equinox-target/plugins/org.eclipse.equinox.preferences_3.3.0.v20100503.jar +exclude equinox-target/plugins/org.eclipse.equinox.registry_3.5.0.v20100503.jar +exclude equinox-target/plugins/org.eclipse.osgi.services_3.2.100.v20100503.jar +exclude equinox-target/plugins/org.eclipse.osgi_3.6.0.v20100517.jar +exclude equinox-target/plugins/org.eclipse.update.configurator_3.3.100.v20100512.jar +exclude glassfishfacet/lib/appserv-admin.jar +exclude glassfishfacet/lib/appserv-deployment-client.jar +exclude glassfishfacet/lib/appserv-ext.jar +exclude glassfishfacet/lib/appserv-rt.jar +exclude jboss/bin/run.jar +exclude jboss/bin/shutdown.jar +exclude jboss/bin/twiddle.jar +exclude jboss/client/FastInfoset.jar +exclude jboss/client/antlr.jar +exclude jboss/client/avalon-framework.jar +exclude jboss/client/commons-httpclient.jar +exclude jboss/client/commons-logging.jar +exclude jboss/client/concurrent.jar +exclude jboss/client/ejb3-persistence.jar +exclude jboss/client/getopt.jar +exclude jboss/client/hibernate-annotations.jar +exclude jboss/client/hibernate-client.jar +exclude jboss/client/jacorb.jar +exclude jboss/client/javassist.jar +exclude jboss/client/jaxb-api.jar +exclude jboss/client/jaxb-impl.jar +exclude jboss/client/jaxb-xjc.jar +exclude jboss/client/jaxws-rt.jar +exclude jboss/client/jaxws-tools.jar +exclude jboss/client/jboss-annotations-ejb3.jar +exclude jboss/client/jboss-aop-jdk50-client.jar +exclude jboss/client/jboss-aspect-jdk50-client.jar +exclude jboss/client/jboss-client.jar +exclude jboss/client/jboss-common-client.jar +exclude jboss/client/jboss-deployment.jar +exclude jboss/client/jboss-ejb3-client.jar +exclude jboss/client/jboss-ejb3x.jar +exclude jboss/client/jboss-iiop-client.jar +exclude jboss/client/jboss-j2ee.jar +exclude jboss/client/jboss-jaxrpc.jar +exclude jboss/client/jboss-jaxws-ext.jar +exclude jboss/client/jboss-jaxws.jar +exclude jboss/client/jboss-jsr77-client.jar +exclude jboss/client/jboss-remoting.jar +exclude jboss/client/jboss-saaj.jar +exclude jboss/client/jboss-serialization.jar +exclude jboss/client/jboss-srp-client.jar +exclude jboss/client/jboss-system-client.jar +exclude jboss/client/jboss-transaction-client.jar +exclude jboss/client/jboss-xml-binding.jar +exclude jboss/client/jbossall-client.jar +exclude jboss/client/jbosscx-client.jar +exclude jboss/client/jbossha-client.jar +exclude jboss/client/jbossjmx-ant.jar +exclude jboss/client/jbossmq-client.jar +exclude jboss/client/jbosssx-client.jar +exclude jboss/client/jbossws-client.jar +exclude jboss/client/jbossws-common.jar +exclude jboss/client/jbossws-framework.jar +exclude jboss/client/jbossws-jboss42.jar +exclude jboss/client/jbossws-spi.jar +exclude jboss/client/jettison.jar +exclude jboss/client/jmx-client.jar +exclude jboss/client/jmx-invoker-adaptor-client.jar +exclude jboss/client/jnp-client.jar +exclude jboss/client/log4j.jar +exclude jboss/client/logkit.jar +exclude jboss/client/mail.jar +exclude jboss/client/policy.jar +exclude jboss/client/scout.jar +exclude jboss/client/servlet-api.jar +exclude jboss/client/stax-api.jar +exclude jboss/client/stax-ex.jar +exclude jboss/client/streambuffer.jar +exclude jboss/client/trove.jar +exclude jboss/client/wsdl4j.jar +exclude jboss/client/wstx.jar +exclude jboss/client/xmlsec.jar +exclude jboss/lib/commons-codec.jar +exclude jboss/lib/commons-httpclient.jar +exclude jboss/lib/commons-logging.jar +exclude jboss/lib/concurrent.jar +exclude jboss/lib/dom4j.jar +exclude jboss/lib/endorsed/serializer.jar +exclude jboss/lib/endorsed/xercesImpl.jar +exclude jboss/lib/getopt.jar +exclude jboss/lib/gnu-regexp.jar +exclude jboss/lib/jaxb-api.jar +exclude jboss/lib/jaxb-impl.jar +exclude jboss/lib/jaxen.jar +exclude jboss/lib/jboss-common.jar +exclude jboss/lib/jboss-jmx.jar +exclude jboss/lib/jboss-system.jar +exclude jboss/lib/jboss-xml-binding.jar +exclude jboss/lib/log4j-boot.jar +exclude jboss/lib/namespace.jar +exclude jboss/lib/webdavlib.jar +exclude jboss/server/adempiere/deploy/ejb3.deployer/jboss-annotations-ejb3.jar +exclude jboss/server/adempiere/deploy/ejb3.deployer/jboss-ejb3.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/jrockit-pluggable-instrumentor.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/pluggable-instrumentor.jar +exclude jboss/server/adempiere/deploy/jboss-aop-jdk50.deployer/trove.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-bean-deployer.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-container.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-dependency.jar +exclude jboss/server/adempiere/deploy/jboss-bean.deployer/jboss-microcontainer.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jasper-jdt.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jbossweb-extras.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jbossweb-service.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jbossweb.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jsf-libs/jboss-faces.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jsf-libs/jsf-api.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jsf-libs/jsf-impl.jar +exclude jboss/server/adempiere/deploy/jboss-web.deployer/jstl.jar +exclude jboss/server/adempiere/lib/antlr.jar +exclude jboss/server/adempiere/lib/autonumber-plugin.jar +exclude jboss/server/adempiere/lib/bcel.jar +exclude jboss/server/adempiere/lib/bindingservice-plugin.jar +exclude jboss/server/adempiere/lib/bsf.jar +exclude jboss/server/adempiere/lib/cglib.jar +exclude jboss/server/adempiere/lib/commons-codec.jar +exclude jboss/server/adempiere/lib/commons-collections.jar +exclude jboss/server/adempiere/lib/commons-httpclient.jar +exclude jboss/server/adempiere/lib/commons-logging.jar +exclude jboss/server/adempiere/lib/dom4j.jar +exclude jboss/server/adempiere/lib/ejb3-persistence.jar +exclude jboss/server/adempiere/lib/el-api.jar +exclude jboss/server/adempiere/lib/hibernate-annotations.jar +exclude jboss/server/adempiere/lib/hibernate-entitymanager.jar +exclude jboss/server/adempiere/lib/hibernate3.jar +exclude jboss/server/adempiere/lib/hsqldb-plugin.jar +exclude jboss/server/adempiere/lib/hsqldb.jar +exclude jboss/server/adempiere/lib/javassist.jar +exclude jboss/server/adempiere/lib/jaxen.jar +exclude jboss/server/adempiere/lib/jboss-common-jdbc-wrapper.jar +exclude jboss/server/adempiere/lib/jboss-ejb3x.jar +exclude jboss/server/adempiere/lib/jboss-hibernate.jar +exclude jboss/server/adempiere/lib/jboss-iiop.jar +exclude jboss/server/adempiere/lib/jboss-j2ee.jar +exclude jboss/server/adempiere/lib/jboss-jaxrpc.jar +exclude jboss/server/adempiere/lib/jboss-jaxws-ext.jar +exclude jboss/server/adempiere/lib/jboss-jaxws.jar +exclude jboss/server/adempiere/lib/jboss-jca.jar +exclude jboss/server/adempiere/lib/jboss-jsr77.jar +exclude jboss/server/adempiere/lib/jboss-jsr88.jar +exclude jboss/server/adempiere/lib/jboss-management.jar +exclude jboss/server/adempiere/lib/jboss-monitoring.jar +exclude jboss/server/adempiere/lib/jboss-remoting-int.jar +exclude jboss/server/adempiere/lib/jboss-remoting.jar +exclude jboss/server/adempiere/lib/jboss-serialization.jar +exclude jboss/server/adempiere/lib/jboss-srp.jar +exclude jboss/server/adempiere/lib/jboss-transaction.jar +exclude jboss/server/adempiere/lib/jboss-vfs.jar +exclude jboss/server/adempiere/lib/jboss.jar +exclude jboss/server/adempiere/lib/jbossjta-integration.jar +exclude jboss/server/adempiere/lib/jbossjta.jar +exclude jboss/server/adempiere/lib/jbosssx.jar +exclude jboss/server/adempiere/lib/jbossts-common.jar +exclude jboss/server/adempiere/lib/jbossws-common.jar +exclude jboss/server/adempiere/lib/jbossws-framework.jar +exclude jboss/server/adempiere/lib/jbossws-jboss42.jar +exclude jboss/server/adempiere/lib/jbossws-spi.jar +exclude jboss/server/adempiere/lib/jmx-adaptor-plugin.jar +exclude jboss/server/adempiere/lib/jnpserver.jar +exclude jboss/server/adempiere/lib/joesnmp.jar +exclude jboss/server/adempiere/lib/jsp-api.jar +exclude jboss/server/adempiere/lib/log4j-snmp-appender.jar +exclude jboss/server/adempiere/lib/log4j.jar +exclude jboss/server/adempiere/lib/logkit.jar +exclude jboss/server/adempiere/lib/mail.jar +exclude jboss/server/adempiere/lib/properties-plugin.jar +exclude jboss/server/adempiere/lib/scheduler-plugin-example.jar +exclude jboss/server/adempiere/lib/scheduler-plugin.jar +exclude jboss/server/adempiere/lib/servlet-api.jar +exclude jboss/server/adempiere/lib/xmlentitymgr.jar +exclude posterita/posterita/src/utils/trlImporter.jar +exclude posterita/posterita/web/WEB-INF/lib/aop.jar +exclude posterita/posterita/web/WEB-INF/lib/aspectjrt.jar +exclude posterita/posterita/web/WEB-INF/lib/barcode4j.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-fileupload.jar +exclude posterita/posterita/web/WEB-INF/lib/commons-validator.jar +exclude posterita/posterita/web/WEB-INF/lib/displaytag-1.1.1.jar +exclude posterita/posterita/web/WEB-INF/lib/displaytag-export-poi-1.1.1.jar +exclude posterita/posterita/web/WEB-INF/lib/iText-2.1.7.jar +exclude posterita/posterita/web/WEB-INF/lib/jcommon-1.0.16.jar +exclude posterita/posterita/web/WEB-INF/lib/jfreechart-1.0.13.jar +exclude posterita/posterita/web/WEB-INF/lib/log4j-1.2.13.jar +exclude posterita/posterita/web/WEB-INF/lib/miglayout-3.7.1-swing.jar +exclude posterita/posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar +exclude posterita/posterita/web/WEB-INF/lib/servlet.jar +exclude posterita/posterita/web/WEB-INF/lib/struts.jar +exclude posterita/posterita/web/applets/printOrderApplet.jar +exclude posterita/reference/aspectJ/aspectjlib.jar +exclude posterita/reference/aspectJ/aspectjtools.jar +exclude posterita/reference/aspectJ/aspectjweaver.jar +exclude equinox-target/jetty/plugins/jetty.start.osgi-1.0.0.jar +exclude equinox-target/jetty/plugins/jetty.web.extender.fragment.osgi-1.0.1.jar +exclude equinox-target/jetty/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar +exclude equinox-target/jetty/plugins/org.mortbay.jetty.server_6.1.15.v200905151201.jar +exclude equinox-target/jetty/plugins/org.mortbay.jetty.util_6.1.15.v200905182336.jar +exclude equinox-target/org.eclipse.core.runtime_3.5.0.v20090525.jar +exclude equinox-target/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude equinox-target/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar +exclude equinox-target/org.eclipse.equinox.common_3.6.0.v20100503.jar +exclude equinox-target/org.eclipse.osgi_3.5.0.v20090520.jar +exclude equinox-target/org.eclipse.osgi_3.6.0.v20100517.jar +exclude equinox-target/org.eclipse.update.configurator_3.3.0.v20090312.jar +exclude equinox-target/org.eclipse.update.configurator_3.3.100.v20100512.jar +exclude equinox-target/plugins/javax.xml_1.3.4.v200902170245.jar +exclude equinox-target/plugins/org.apache.xerces_2.9.0.v200909240008.jar +exclude equinox-target/plugins/org.apache.xml.resolver_1.2.0.v200902170519.jar +exclude equinox-target/plugins/org.apache.xml.serializer_2.7.1.v200902170519.jar +exclude equinox-target/spring/plugins/catalina.start.osgi-1.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.activation-1.1.1.jar +exclude equinox-target/spring/plugins/com.springsource.javax.annotation-1.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.ejb-3.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.el-1.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.mail-1.4.1.jar +exclude equinox-target/spring/plugins/com.springsource.javax.persistence-1.99.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.servlet-2.5.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.servlet.jsp-2.1.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.bind-2.2.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.rpc-1.1.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.soap-1.3.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.stream-1.0.1.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.ws-2.1.1.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.catalina-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.commons.logging-1.1.1.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.coyote-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.el-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper.org.eclipse.jdt-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.juli.extras-6.0.24.jar +exclude equinox-target/spring/plugins/jetty.start.osgi-1.0.0.jar +exclude equinox-target/spring/plugins/jetty.web.extender.fragment.osgi-1.0.1.jar +exclude equinox-target/spring/plugins/org.springframework.aop-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/org.springframework.aop-3.0.3.RELEASE.jar +exclude equinox-target/spring/plugins/org.springframework.beans-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/org.springframework.beans-3.0.3.RELEASE.jar +exclude equinox-target/spring/plugins/org.springframework.context-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/org.springframework.context-3.0.3.RELEASE.jar +exclude equinox-target/spring/plugins/org.springframework.core-2.5.6.SEC01.jar +exclude equinox-target/spring/plugins/org.springframework.core-3.0.3.RELEASE.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/javax.servlet_2.5.0.v200806031605.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/javax.xml_1.3.4.v200902170245.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.apache.xerces_2.9.0.v200909240008.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.apache.xml.resolver_1.2.0.v200902170519.jar +exclude equinox-target/webapp/WEB-INF/eclipse/plugins/org.apache.xml.serializer_2.7.1.v200902170519.jar +exclude equinox-target/webapp/WEB-INF/lib/servletbridge.jar +exclude equinox-target/spring/plugins/catalina.start.osgi-1.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.jms-1.1.0.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.catalina-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.coyote-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.coyote.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.el-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.el.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper.org.eclipse.jdt-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper.org.eclipse.jdt.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.juli.extras-6.0.24.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.juli.extras.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.slf4j.api-1.5.10.jar +exclude equinox-target/spring/plugins/com.springsource.slf4j.nop-1.5.10.jar +exclude equinox-target/spring/plugins/org.eclipse.gemini.web.core-1.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.gemini.web.extender-1.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.gemini.web.tomcat-1.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.common-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.io-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.math-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.osgi-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.parser.manifest-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.springframework.osgi.core-1.2.1.jar +exclude equinox-target/spring/plugins/org.springframework.osgi.io-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-core-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-extender-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-io-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-web-1.2.1.jar +exclude equinox-target/spring/plugins/spring-osgi-web-extender-1.2.1.jar +exclude tools/lib/javaee.jar +exclude tools/lib/jsp-api.jar +exclude tools/lib/servlet-api.jar +exclude equinox-target/jetty/plugins/jetty.start.osgi-1.0.0.jar +exclude equinox-target/jetty/plugins/jetty.web.extender.fragment.osgi-1.0.1.jar +exclude serverRoot/WEB-INF/lib/jardiff.jar +exclude serverRoot/WEB-INF/lib/jnlp-servlet.jar +exclude serverRoot/src/web/WEB-INF/lib/jardiff.jar +exclude serverRoot/src/web/WEB-INF/lib/jnlp-servlet.jar +exclude lib/customization.jar +exclude lib/patches.jar +exclude lib/zkcustomization.jar +exclude lib/zkpatches.jar +exclude liberoHR/liberoHR.jar +exclude liberoMfg/liberoMFG.jar +exclude liberoMfgZk/liberozkMFG.jar +exclude serverApps/src/web/WEB-INF/lib/commons-codec-1.3.jar +exclude packages/CopyAcct.zip +exclude packages/liberoHR.jar +exclude packages/liberoMFG.jar +exclude zkpackages/liberozkMFG.jar +exclude JasperReportsWebApp/deploy/WebApp.ear/webAppEJB.jar +exclude tools/lib/ant-contrib-1.0b1.jar +exclude tools/lib/ant-contrib-1.0b3.jar +exclude uibase/org-netbeans-api-visual.jar +exclude uibase/org-openide-util.jar +exclude equinox-target/plugins/org.eclipse.equinox.ds_1.2.0.v20100507.jar +exclude equinox-target/plugins/org.eclipse.equinox.util_1.0.200.v20100503.jar +exclude oracleProvider/ojdbc6.jar +exclude postgresqlProvider/postgresql.jar +exclude tools/lib/ojdbc6.jar +exclude tools/lib/postgresql.jar +exclude equinox-target/plugins/org.restlet.ext.net.jar +exclude equinox-target/plugins/org.restlet.ext.servlet.jar +exclude equinox-target/plugins/org.restlet.jar +exclude JasperReportsTools/lib/commons-beanutils-1.7.jar +exclude JasperReportsTools/lib/commons-digester-1.7.jar +exclude JasperReportsTools/lib/iReport.jar +exclude JasperReportsTools/lib/jasperreports-3.7.3.jar +exclude JasperReportsTools/lib/jfreechart-1.0.13.jar +exclude equinox-target/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude equinox-target/org.eclipse.equinox.common_3.6.0.v20100503.jar +exclude equinox-target/org.eclipse.osgi_3.6.0.v20100517.jar +exclude equinox-target/org.eclipse.update.configurator_3.3.100.v20100512.jar +exclude equinox-target/plugins-source/org.eclipse.core.contenttype.source_3.4.100.v20100505-1235.jar +exclude equinox-target/plugins-source/org.eclipse.core.jobs.source_3.5.0.v20100515.jar +exclude equinox-target/plugins-source/org.eclipse.core.runtime.source_3.6.0.v20100505.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.app.source_1.3.0.v20100512.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.common.source_3.6.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.ds.source_1.2.0.v20100507.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.event.source_1.2.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.preferences.source_3.3.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.registry.source_3.5.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.security.source_1.0.200.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.security.ui.source_1.0.200.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.util.source_1.0.200.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.osgi.services.source_3.2.100.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.osgi.source_3.6.0.v20100517.jar +exclude equinox-target/plugins-source/org.eclipse.osgi.util.source_3.2.100.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.update.configurator.source_3.3.100.v20100512.jar +exclude equinox-target/plugins/com.springsource.javax.activation-1.1.1.jar +exclude equinox-target/plugins/com.springsource.javax.annotation-1.0.0.jar +exclude equinox-target/plugins/com.springsource.javax.ejb-3.0.0.jar +exclude equinox-target/plugins/com.springsource.javax.el-1.0.0.jar +exclude equinox-target/plugins/com.springsource.javax.jms-1.1.0.jar +exclude equinox-target/plugins/com.springsource.javax.mail-1.4.1.jar +exclude equinox-target/plugins/com.springsource.javax.management.j2ee-1.0.1.jar +exclude equinox-target/plugins/com.springsource.javax.persistence-1.99.0.jar +exclude equinox-target/plugins/com.springsource.javax.servlet-2.5.0.jar +exclude equinox-target/plugins/com.springsource.javax.servlet.jsp-2.1.0.jar +exclude equinox-target/plugins/com.springsource.javax.servlet.jsp.jstl-1.1.2.jar +exclude equinox-target/plugins/com.springsource.javax.xml.bind-2.2.0.jar +exclude equinox-target/plugins/com.springsource.javax.xml.rpc-1.1.0.jar +exclude equinox-target/plugins/com.springsource.javax.xml.soap-1.3.0.jar +exclude equinox-target/plugins/com.springsource.javax.xml.stream-1.0.1.jar +exclude equinox-target/plugins/com.springsource.javax.xml.ws-2.1.1.jar +exclude equinox-target/plugins/com.springsource.net.sf.cglib-2.1.3.jar +exclude equinox-target/plugins/com.springsource.org.aopalliance-1.0.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.activemq-5.3.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.codec-1.4.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.collections-3.2.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.logging-1.1.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.net-2.0.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.coyote.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.el.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.jasper.org.eclipse.jdt.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.jasper.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.juli.extras.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.kahadb-5.3.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.poi-3.0.2.FINAL.jar +exclude equinox-target/plugins/com.springsource.org.apache.taglibs.standard-1.1.2.jar +exclude equinox-target/plugins/com.springsource.org.apache.xerces-2.9.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.xml.resolver-1.2.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.xml.serializer-2.7.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.xmlcommons-1.3.4.jar +exclude equinox-target/plugins/com.springsource.org.junit-4.8.1.jar +exclude equinox-target/plugins/com.springsource.slf4j.api-1.5.10.jar +exclude equinox-target/plugins/com.springsource.slf4j.simple-1.5.10.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-antlr.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bcel.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bsf.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-log4j.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-oro.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-regexp.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-resolver.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-logging.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-net.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jai.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-javamail.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jdepend.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jmf.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jsch.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-junit.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-launcher.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-netrexx.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-starteam.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-stylebook.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-swing.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-weblogic.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant.jar +exclude equinox-target/plugins/org.apache.xerces_2.9.0.v200909240008.jar +exclude equinox-target/plugins/org.apache.xml.resolver_1.2.0.v200902170519.jar +exclude equinox-target/plugins/org.apache.xml.serializer_2.7.1.v200902170519.jar +exclude equinox-target/plugins/org.eclipse.gemini.web.core-1.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.gemini.web.extender-1.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.gemini.web.tomcat-1.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.update.configurator_3.3.100.v20100512.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.common-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.io-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.math-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.osgi-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.parser.manifest-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.springframework.aop-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.beans-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.context-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.core-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.osgi.core-1.2.1.jar +exclude equinox-target/plugins/org.springframework.osgi.io-1.2.1.jar +exclude equinox-target/spring/plugins/com.springsource.javax.activation-1.1.1.jar +exclude equinox-target/spring/plugins/com.springsource.javax.annotation-1.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.ejb-3.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.el-1.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.jms-1.1.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.mail-1.4.1.jar +exclude equinox-target/spring/plugins/com.springsource.javax.persistence-1.99.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.servlet-2.5.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.servlet.jsp-2.1.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.bind-2.2.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.rpc-1.1.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.soap-1.3.0.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.stream-1.0.1.jar +exclude equinox-target/spring/plugins/com.springsource.javax.xml.ws-2.1.1.jar +exclude equinox-target/spring/plugins/com.springsource.net.sf.cglib-2.1.3.jar +exclude equinox-target/spring/plugins/com.springsource.org.aopalliance-1.0.0.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.commons.logging-1.1.1.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.coyote.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.el.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper.org.eclipse.jdt.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.jasper.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.org.apache.juli.extras.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/spring/plugins/com.springsource.slf4j.api-1.5.10.jar +exclude equinox-target/spring/plugins/com.springsource.slf4j.nop-1.5.10.jar +exclude equinox-target/spring/plugins/org.eclipse.gemini.web.core-1.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.gemini.web.extender-1.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.gemini.web.tomcat-1.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.common-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.io-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.math-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.osgi-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.eclipse.virgo.util.parser.manifest-2.1.0.M02-incubation.jar +exclude equinox-target/spring/plugins/org.springframework.aop-3.0.3.RELEASE.jar +exclude equinox-target/spring/plugins/org.springframework.beans-3.0.3.RELEASE.jar +exclude equinox-target/spring/plugins/org.springframework.context-3.0.3.RELEASE.jar +exclude equinox-target/spring/plugins/org.springframework.core-3.0.3.RELEASE.jar +exclude equinox-target/spring/plugins/org.springframework.osgi.core-1.2.1.jar +exclude equinox-target/spring/plugins/org.springframework.osgi.io-1.2.1.jar +exclude oracleProvider/ojdbc6.jar +exclude org.adempiere.base/barbecue-1.5-beta1.jar +exclude org.adempiere.base/bsh-2.0b5.jar +exclude org.adempiere.base/bsh-engine.jar +exclude org.adempiere.base/cron4j-2.2.1.jar +exclude org.adempiere.base/groovy-all-1.5.1.jar +exclude org.adempiere.base/groovy-engine.jar +exclude org.adempiere.base/iText-2.1.7.jar +exclude org.adempiere.base/jcommon-1.0.16.jar +exclude org.adempiere.base/jfreechart-1.0.13.jar +exclude org.adempiere.base/jnlp.jar +exclude org.adempiere.base/jython-engine.jar +exclude org.adempiere.base/jython.jar +exclude org.adempiere.extend/extend.jar +exclude org.adempiere.install/ant-contrib-1.0b3.jar +exclude org.adempiere.payment.processor/Verisign.jar +exclude org.adempiere.payment.processor/jpayment.jar +exclude org.adempiere.payment.processor/payflow.jar +exclude org.adempiere.report.jasper.library/lib/commons-beanutils-1.7.jar +exclude org.adempiere.report.jasper.library/lib/commons-digester-1.7.jar +exclude org.adempiere.report.jasper.library/lib/iReport.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-3.7.3.jar +exclude org.adempiere.report.jasper.library/lib/jfreechart-1.0.13.jar +exclude org.adempiere.server/WEB-INF/lib/jardiff.jar +exclude org.adempiere.server/WEB-INF/lib/jnlp-servlet.jar +exclude org.adempiere.ui.swing/jpedal.jar +exclude org.adempiere.ui.swing/looks-2.0.4.jar +exclude org.adempiere.ui.swing/miglayout-3.7.1-swing.jar +exclude org.adempiere.ui.swing/swingx-1.6.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/Filters.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/asm.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/bsh.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/cglib.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/commons-el.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/commons-fileupload.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/commons-io.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/fckez.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/gmapsz.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/groovy.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/jruby.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/js.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/json_simple.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/junit.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/jxl.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/jython.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/keylistener.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/mvel.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/ognl.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/timelinez-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/timelinez.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/timeplotz.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/xercesImpl.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zcommon-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zcommon.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zcommons-el.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zhtml-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zhtml.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zk-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zk.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkex-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkex.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkmax-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkmax.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkplus-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkplus.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zml-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zml.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zul-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zul.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zweb-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zweb.jar +exclude org.adempiere.ui/org-netbeans-api-visual.jar +exclude org.adempiere.ui/org-openide-util.jar +exclude org.compiere.db.oracle.provider/c3p0-0.9.1.2.jar +exclude org.compiere.db.oracle.provider/c3p0-oracle-thin-extras-0.9.1.2.jar +exclude org.compiere.db.oracle.provider/ojdbc6.jar +exclude org.compiere.db.postgresql.provider/c3p0-0.9.1.2.jar +exclude org.compiere.db.postgresql.provider/postgresql.jar +exclude postgresqlProvider/postgresql.jar +exclude serverApps/src/web/WEB-INF/lib/commons-beanutils-bean-collections.jar +exclude serverApps/src/web/WEB-INF/lib/commons-beanutils-core.jar +exclude serverApps/src/web/WEB-INF/lib/commons-beanutils.jar +exclude serverApps/src/web/WEB-INF/lib/commons-collections-3.1.jar +exclude serverApps/src/web/WEB-INF/lib/commons-digester-1.7.jar +exclude serverApps/src/web/WEB-INF/lib/commons-fileupload.jar +exclude serverApps/src/web/WEB-INF/lib/commons-lang-2.1.jar +exclude serverApps/src/web/WEB-INF/lib/commons-validator-1.2.0.jar +exclude serverRoot/WEB-INF/lib/jardiff.jar +exclude serverRoot/WEB-INF/lib/jnlp-servlet.jar +exclude tools/lib/Verisign.jar +exclude tools/lib/activemq-core-5.0.0.jar +exclude tools/lib/ant-commons-net.jar +exclude tools/lib/ant-contrib-1.0b3.jar +exclude tools/lib/ant-launcher.jar +exclude tools/lib/ant.jar +exclude tools/lib/barbecue-1.5-beta1.jar +exclude tools/lib/bsh-2.0b5.jar +exclude tools/lib/bsh-engine.jar +exclude tools/lib/c3p0-0.9.1.2.jar +exclude tools/lib/c3p0-oracle-thin-extras-0.9.1.2.jar +exclude tools/lib/cglib.jar +exclude tools/lib/commons-codec.jar +exclude tools/lib/commons-collections-3.1.jar +exclude tools/lib/commons-logging.jar +exclude tools/lib/commons-net-1.4.0.jar +exclude tools/lib/cron4j-2.2.1.jar +exclude tools/lib/groovy-all-1.5.1.jar +exclude tools/lib/groovy-engine.jar +exclude tools/lib/iText-2.1.7.jar +exclude tools/lib/jcommon-1.0.16.jar +exclude tools/lib/jfreechart-1.0.13.jar +exclude tools/lib/jgraph.jar +exclude tools/lib/jnlp.jar +exclude tools/lib/jpayment.jar +exclude tools/lib/jpedal.jar +exclude tools/lib/jstl.jar +exclude tools/lib/junit.jar +exclude tools/lib/jython-engine.jar +exclude tools/lib/jython.jar +exclude tools/lib/log4j.jar +exclude tools/lib/logkit.jar +exclude tools/lib/looks-2.0.4.jar +exclude tools/lib/mail.jar +exclude tools/lib/miglayout-3.7.1-swing.jar +exclude tools/lib/payflow.jar +exclude tools/lib/poi-3.0.1-FINAL-20070705.jar +exclude tools/lib/script-api.jar +exclude tools/lib/standard.jar +exclude tools/lib/swingx-1.6.jar +exclude tools/lib/wizard.jar +exclude tools/lib/xercesImpl.jar +exclude tools/lib/xjavadoc-1.1.jar +exclude tools/lib/xml-apis.jar +exclude uibase/org-netbeans-api-visual.jar +exclude uibase/org-openide-util.jar +exclude zkwebui/WEB-INF/lib/Filters.jar +exclude zkwebui/WEB-INF/lib/asm.jar +exclude zkwebui/WEB-INF/lib/bsh.jar +exclude zkwebui/WEB-INF/lib/cglib.jar +exclude zkwebui/WEB-INF/lib/commons-el.jar +exclude zkwebui/WEB-INF/lib/commons-fileupload.jar +exclude zkwebui/WEB-INF/lib/commons-io.jar +exclude zkwebui/WEB-INF/lib/fckez.jar +exclude zkwebui/WEB-INF/lib/gmapsz.jar +exclude zkwebui/WEB-INF/lib/groovy.jar +exclude zkwebui/WEB-INF/lib/jruby.jar +exclude zkwebui/WEB-INF/lib/js.jar +exclude zkwebui/WEB-INF/lib/json_simple.jar +exclude zkwebui/WEB-INF/lib/junit.jar +exclude zkwebui/WEB-INF/lib/jxl.jar +exclude zkwebui/WEB-INF/lib/jython.jar +exclude zkwebui/WEB-INF/lib/keylistener.jar +exclude zkwebui/WEB-INF/lib/mvel.jar +exclude zkwebui/WEB-INF/lib/ognl.jar +exclude zkwebui/WEB-INF/lib/timelinez-sources.jar +exclude zkwebui/WEB-INF/lib/timelinez.jar +exclude zkwebui/WEB-INF/lib/timeplotz.jar +exclude zkwebui/WEB-INF/lib/xercesImpl.jar +exclude zkwebui/WEB-INF/lib/zcommon-sources.jar +exclude zkwebui/WEB-INF/lib/zcommon.jar +exclude zkwebui/WEB-INF/lib/zcommons-el.jar +exclude zkwebui/WEB-INF/lib/zhtml-sources.jar +exclude zkwebui/WEB-INF/lib/zhtml.jar +exclude zkwebui/WEB-INF/lib/zk-sources.jar +exclude zkwebui/WEB-INF/lib/zk.jar +exclude zkwebui/WEB-INF/lib/zkex-sources.jar +exclude zkwebui/WEB-INF/lib/zkex.jar +exclude zkwebui/WEB-INF/lib/zkmax-sources.jar +exclude zkwebui/WEB-INF/lib/zkmax.jar +exclude zkwebui/WEB-INF/lib/zkplus-sources.jar +exclude zkwebui/WEB-INF/lib/zkplus.jar +exclude zkwebui/WEB-INF/lib/zml-sources.jar +exclude zkwebui/WEB-INF/lib/zml.jar +exclude zkwebui/WEB-INF/lib/zul-sources.jar +exclude zkwebui/WEB-INF/lib/zul.jar +exclude zkwebui/WEB-INF/lib/zweb-sources.jar +exclude zkwebui/WEB-INF/lib/zweb.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.core.contenttype.source_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.core.jobs.source_3.5.1.R36x_v20100824.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.core.runtime.source_3.6.0.v20100505.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.app.source_1.3.1.R36x_v20100803.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.common.source_3.6.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.ds.source_1.2.1.R36x_v20100803.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.event.source_1.2.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.preferences.source_3.3.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.registry.source_3.5.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.security.source_1.0.200.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.util.source_1.0.200.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.activation-1.1.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.annotation-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.ejb-3.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.el-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.jms-1.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.mail-1.4.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.management.j2ee-1.0.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.persistence-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.servlet-2.5.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.servlet.jsp-2.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.servlet.jsp.jstl-1.1.2.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.transaction-1.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.bind-2.1.7.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.rpc-1.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.soap-1.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.stream-1.0.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.ws-2.1.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.net.sf.cglib-2.1.3.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.aopalliance-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.activemq-5.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.catalina.ha.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.catalina.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.catalina.tribes.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.commons.collections-3.2.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.commons.logging-1.1.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.commons.net-2.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.coyote.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.el.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.jasper.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.juli.extras.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.kahadb-5.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.poi-3.0.2.FINAL.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.taglibs.standard-1.1.2.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xerces-2.9.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xml.resolver-1.2.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xml.serializer-2.7.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xmlcommons-1.3.4.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.eclipse.jdt.core.compiler.batch-3.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.junit-4.8.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.slf4j.api-1.6.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.slf4j.simple-1.6.1.jar +exclude org.adempiere.target.platform.feature/plugins/javax.xml_1.3.4.v200902170245.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-antlr.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bcel.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bsf.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-log4j.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-oro.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-regexp.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-resolver.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-logging.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-net.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jai.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-javamail.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jdepend.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jmf.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jsch.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-junit.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-launcher.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-netrexx.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-starteam.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-stylebook.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-swing.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-weblogic.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.gemini.web.core-1.1.0.RC1-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.gemini.web.extender-1.1.0.RC1-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.gemini.web.tomcat-1.1.0.RC1-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.osgi.services.source_3.2.100.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.osgi.source_3.6.1.R36x_v20100806.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.osgi.util.source_3.2.100.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.common-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.io-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.math-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.osgi-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.parser.manifest-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.restlet.ext.net.jar +exclude org.adempiere.target.platform.feature/plugins/org.restlet.ext.servlet.jar +exclude org.adempiere.target.platform.feature/plugins/org.restlet.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.aop-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.beans-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.context-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.core-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.osgi.core-1.2.1.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.osgi.io-1.2.1.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-antlr.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bcel.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bsf.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-log4j.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-oro.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-regexp.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-resolver.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-logging.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-net.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jai.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-javamail.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jdepend.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jmf.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jsch.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-junit.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-launcher.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-netrexx.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-starteam.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-stylebook.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-swing.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-weblogic.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.contenttype.source_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.runtime.source_3.6.0.v20100505.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude equinox-target/plugins-source/org.eclipse.core.contenttype.source_3.4.100.v20100505-1235.jar +exclude equinox-target/plugins-source/org.eclipse.core.jobs.source_3.5.0.v20100515.jar +exclude equinox-target/plugins-source/org.eclipse.core.runtime.source_3.6.0.v20100505.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.app.source_1.3.0.v20100512.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.common.source_3.6.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.ds.source_1.2.0.v20100507.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.event.source_1.2.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.preferences.source_3.3.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.registry.source_3.5.0.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.security.source_1.0.200.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.security.ui.source_1.0.200.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.equinox.util.source_1.0.200.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.osgi.services.source_3.2.100.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.osgi.source_3.6.0.v20100517.jar +exclude equinox-target/plugins-source/org.eclipse.osgi.util.source_3.2.100.v20100503.jar +exclude equinox-target/plugins-source/org.eclipse.update.configurator.source_3.3.100.v20100512.jar +exclude equinox-target/plugins/com.springsource.javax.activation-1.1.1.jar +exclude equinox-target/plugins/com.springsource.javax.annotation-1.0.0.jar +exclude equinox-target/plugins/com.springsource.javax.ejb-3.0.0.jar +exclude equinox-target/plugins/com.springsource.javax.el-1.0.0.jar +exclude equinox-target/plugins/com.springsource.javax.jms-1.1.0.jar +exclude equinox-target/plugins/com.springsource.javax.mail-1.4.1.jar +exclude equinox-target/plugins/com.springsource.javax.management.j2ee-1.0.1.jar +exclude equinox-target/plugins/com.springsource.javax.persistence-1.99.0.jar +exclude equinox-target/plugins/com.springsource.javax.servlet-2.5.0.jar +exclude equinox-target/plugins/com.springsource.javax.servlet.jsp-2.1.0.jar +exclude equinox-target/plugins/com.springsource.javax.servlet.jsp.jstl-1.1.2.jar +exclude equinox-target/plugins/com.springsource.javax.xml.bind-2.2.0.jar +exclude equinox-target/plugins/com.springsource.javax.xml.rpc-1.1.0.jar +exclude equinox-target/plugins/com.springsource.javax.xml.soap-1.3.0.jar +exclude equinox-target/plugins/com.springsource.javax.xml.stream-1.0.1.jar +exclude equinox-target/plugins/com.springsource.javax.xml.ws-2.1.1.jar +exclude equinox-target/plugins/com.springsource.net.sf.cglib-2.1.3.jar +exclude equinox-target/plugins/com.springsource.org.aopalliance-1.0.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.activemq-5.3.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.codec-1.4.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.collections-3.2.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.logging-1.1.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.commons.net-2.0.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.coyote.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.el.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.jasper.org.eclipse.jdt.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.jasper.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.juli.extras.springsource-6.0.20.S2-r5956.jar +exclude equinox-target/plugins/com.springsource.org.apache.kahadb-5.3.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.poi-3.0.2.FINAL.jar +exclude equinox-target/plugins/com.springsource.org.apache.taglibs.standard-1.1.2.jar +exclude equinox-target/plugins/com.springsource.org.apache.xerces-2.9.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.xml.resolver-1.2.0.jar +exclude equinox-target/plugins/com.springsource.org.apache.xml.serializer-2.7.1.jar +exclude equinox-target/plugins/com.springsource.org.apache.xmlcommons-1.3.4.jar +exclude equinox-target/plugins/com.springsource.org.junit-4.8.1.jar +exclude equinox-target/plugins/com.springsource.slf4j.api-1.5.10.jar +exclude equinox-target/plugins/com.springsource.slf4j.simple-1.5.10.jar +exclude equinox-target/plugins/javax.xml_1.3.4.v200902170245.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-antlr.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bcel.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bsf.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-log4j.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-oro.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-regexp.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-resolver.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-logging.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-net.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jai.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-javamail.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jdepend.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jmf.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jsch.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-junit.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-launcher.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-netrexx.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-starteam.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-stylebook.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-swing.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-weblogic.jar +exclude equinox-target/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant.jar +exclude equinox-target/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar +exclude equinox-target/plugins/org.eclipse.core.jobs_3.5.0.v20100515.jar +exclude equinox-target/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude equinox-target/plugins/org.eclipse.equinox.app_1.3.0.v20100512.jar +exclude equinox-target/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar +exclude equinox-target/plugins/org.eclipse.equinox.ds_1.2.0.v20100507.jar +exclude equinox-target/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar +exclude equinox-target/plugins/org.eclipse.equinox.preferences_3.3.0.v20100503.jar +exclude equinox-target/plugins/org.eclipse.equinox.registry_3.5.0.v20100503.jar +exclude equinox-target/plugins/org.eclipse.equinox.util_1.0.200.v20100503.jar +exclude equinox-target/plugins/org.eclipse.gemini.web.core-1.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.gemini.web.extender-1.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.gemini.web.tomcat-1.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.osgi.services_3.2.100.v20100503.jar +exclude equinox-target/plugins/org.eclipse.osgi_3.6.0.v20100517.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.common-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.io-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.math-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.osgi-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.eclipse.virgo.util.parser.manifest-2.1.0.M02-incubation.jar +exclude equinox-target/plugins/org.restlet.ext.net.jar +exclude equinox-target/plugins/org.restlet.ext.servlet.jar +exclude equinox-target/plugins/org.restlet.jar +exclude equinox-target/plugins/org.springframework.aop-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.beans-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.context-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.core-3.0.3.RELEASE.jar +exclude equinox-target/plugins/org.springframework.osgi.core-1.2.1.jar +exclude equinox-target/plugins/org.springframework.osgi.io-1.2.1.jar +exclude liberoHR/liberoHR.jar +exclude liberoMfg/liberoMFG.jar +exclude liberoMfgZk/liberozkMFG.jar +exclude tools/lib/ant4eclipse/ecj-3.5.2.jar +exclude tools/lib/ant4eclipse/org.ant4eclipse_1.0.0.M3.jar +exclude tools/lib/testing/SuperCSV-with_src-1.52.jar +exclude tools/lib/testing/spiffy-with_source-all-0.05.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.core.contenttype.source_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.core.jobs.source_3.5.1.R36x_v20100824.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.core.runtime.source_3.6.0.v20100505.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.app.source_1.3.1.R36x_v20100803.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.common.source_3.6.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.ds.source_1.2.1.R36x_v20100803.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.event.source_1.2.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.preferences.source_3.3.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.registry.source_3.5.0.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.security.source_1.0.200.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins.source/org.eclipse.equinox.util.source_1.0.200.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.activation-1.1.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.annotation-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.ejb-3.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.el-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.jms-1.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.mail-1.4.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.management.j2ee-1.0.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.persistence-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.servlet-2.5.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.servlet.jsp-2.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.servlet.jsp.jstl-1.1.2.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.transaction-1.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.bind-2.1.7.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.rpc-1.1.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.soap-1.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.stream-1.0.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.javax.xml.ws-2.1.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.net.sf.cglib-2.1.3.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.aopalliance-1.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.activemq-5.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.catalina.ha.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.catalina.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.catalina.tribes.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.commons.collections-3.2.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.commons.logging-1.1.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.commons.net-2.0.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.coyote.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.el.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.jasper.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.juli.extras.springsource-6.0.29.S2-r1559.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.kahadb-5.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.poi-3.0.2.FINAL.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.taglibs.standard-1.1.2.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xerces-2.9.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xml.resolver-1.2.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xml.serializer-2.7.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.apache.xmlcommons-1.3.4.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.eclipse.jdt.core.compiler.batch-3.3.0.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.org.junit-4.8.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.slf4j.api-1.6.1.jar +exclude org.adempiere.target.platform.feature/plugins/com.springsource.slf4j.simple-1.6.1.jar +exclude org.adempiere.target.platform.feature/plugins/javax.xml_1.3.4.v200902170245.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-antlr.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bcel.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bsf.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-log4j.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-oro.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-regexp.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-resolver.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-logging.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-net.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jai.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-javamail.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jdepend.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jmf.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jsch.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-junit.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-launcher.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-netrexx.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-starteam.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-stylebook.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-swing.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-weblogic.jar +exclude org.adempiere.target.platform.feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.gemini.web.core-1.1.0.RC1-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.gemini.web.extender-1.1.0.RC1-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.gemini.web.tomcat-1.1.0.RC1-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.osgi.services.source_3.2.100.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.osgi.source_3.6.1.R36x_v20100806.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.osgi.util.source_3.2.100.v20100503.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.common-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.io-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.math-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.osgi-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.eclipse.virgo.util.parser.manifest-2.1.0.M03-incubation.jar +exclude org.adempiere.target.platform.feature/plugins/org.restlet.ext.net.jar +exclude org.adempiere.target.platform.feature/plugins/org.restlet.ext.servlet.jar +exclude org.adempiere.target.platform.feature/plugins/org.restlet.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.aop-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.beans-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.context-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.core-3.0.0.RELEASE.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.osgi.core-1.2.1.jar +exclude org.adempiere.target.platform.feature/plugins/org.springframework.osgi.io-1.2.1.jar +exclude org.adempiere.extend/SuperCSV-with_src-1.52.jar +exclude org.adempiere.extend/spiffy-with_source-all-0.05.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.ant.core.source_3.2.200.v20100427.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.ant.core_3.2.200.v20100427.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.variables_3.2.400.v20100505.jar +exclude data/seed/Adempiere.jar +exclude data/seed/Adempiere_pg.jar +exclude org.compiere.db.postgresql.provider/postgresql.jar +exclude org.compiere.db.oracle.provider/ojdbc6.jar +exclude lib/plugins/com.springsource.javax.xml.ws_2.1.1.jar +exclude lib/plugins/com.springsource.slf4j.api_1.6.1.jar +exclude lib/plugins/org.apache.poi_3.7.0.jar +exclude lib/plugins/com.springsource.org.apache.xerces_2.9.1.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude lib/plugins/com.springsource.org.apache.xerces_2.9.1.jar +exclude lib/plugins/com.springsource.slf4j.api_1.6.1.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/Filters.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/asm.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/bsh.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/cglib.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/commons-el.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/commons-fileupload.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/commons-io.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/fckez.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/gmapsz.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/groovy.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/jruby.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/js.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/json_simple.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/junit.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/jxl.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/jython.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/keylistener.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/mvel.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/ognl.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/timelinez-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/timelinez.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/timeplotz.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/xercesImpl.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zcommon-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zcommon.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zcommons-el.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zhtml-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zhtml.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zk-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zk.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkex-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkex.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkmax-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkmax.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkplus-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zkplus.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zml-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zml.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zul-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zul.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zweb-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/zweb.jar +exclude org.zkoss.zk.library/lib/Filters.jar +exclude org.zkoss.zk.library/lib/asm.jar +exclude org.zkoss.zk.library/lib/bsh.jar +exclude org.zkoss.zk.library/lib/cglib.jar +exclude org.zkoss.zk.library/lib/commons-el.jar +exclude org.zkoss.zk.library/lib/commons-fileupload.jar +exclude org.zkoss.zk.library/lib/commons-io.jar +exclude org.zkoss.zk.library/lib/fckez.jar +exclude org.zkoss.zk.library/lib/gmapsz.jar +exclude org.zkoss.zk.library/lib/groovy.jar +exclude org.zkoss.zk.library/lib/jruby.jar +exclude org.zkoss.zk.library/lib/js.jar +exclude org.zkoss.zk.library/lib/json_simple.jar +exclude org.zkoss.zk.library/lib/junit.jar +exclude org.zkoss.zk.library/lib/jxl.jar +exclude org.zkoss.zk.library/lib/jython.jar +exclude org.zkoss.zk.library/lib/keylistener.jar +exclude org.zkoss.zk.library/lib/mvel.jar +exclude org.zkoss.zk.library/lib/ognl.jar +exclude org.zkoss.zk.library/lib/timelinez-sources.jar +exclude org.zkoss.zk.library/lib/timelinez.jar +exclude org.zkoss.zk.library/lib/timeplotz.jar +exclude org.zkoss.zk.library/lib/xercesImpl.jar +exclude org.zkoss.zk.library/lib/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zcommons-el.jar +exclude org.zkoss.zk.library/lib/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk-sources.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkex-sources.jar +exclude org.zkoss.zk.library/lib/zkex.jar +exclude org.zkoss.zk.library/lib/zkmax-sources.jar +exclude org.zkoss.zk.library/lib/zkmax.jar +exclude org.zkoss.zk.library/lib/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zml-sources.jar +exclude org.zkoss.zk.library/lib/zml.jar +exclude org.zkoss.zk.library/lib/zul-sources.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb-sources.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude org.zkoss.zk.library/lib/bsh.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/commons-io.jar +exclude org.zkoss.zk.library/lib/fckez.jar +exclude org.zkoss.zk.library/lib/gmapsz.jar +exclude org.zkoss.zk.library/lib/keylistener.jar +exclude org.zkoss.zk.library/lib/src/gmapsz-sources.jar +exclude org.zkoss.zk.library/lib/src/keylistener-sources.jar +exclude org.zkoss.zk.library/lib/src/timelinez-sources.jar +exclude org.zkoss.zk.library/lib/src/timeplotz-sources.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.zkoss.zk.library/lib/timelinez-sources.jar +exclude org.zkoss.zk.library/lib/timelinez.jar +exclude org.zkoss.zk.library/lib/timeplotz.jar +exclude org.zkoss.zk.library/lib/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zcommons-el.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk-sources.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkex-sources.jar +exclude org.zkoss.zk.library/lib/zkex.jar +exclude org.zkoss.zk.library/lib/zkmax-sources.jar +exclude org.zkoss.zk.library/lib/zkmax.jar +exclude org.zkoss.zk.library/lib/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zml-sources.jar +exclude org.zkoss.zk.library/lib/zml.jar +exclude org.zkoss.zk.library/lib/zul-sources.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb-sources.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude org.zkoss.zk.library/lib/keylistener.jar +exclude org.zkoss.zk.library/lib/src/keylistener-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-jbossweb-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-tomcat-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-tomcat7-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-runtime-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/slf4j-api-1.6.1.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-jbossweb-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-tomcat-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-tomcat7-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-runtime-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/slf4j-api-1.6.1.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.adempiere.base/groovy-all-1.5.1.jar +exclude org.adempiere.base/groovy.jar +exclude org.adempiere.report.jasper.library/lib/ecj-3.7.2.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-3.7.3-sources.jar +exclude org.zkoss.zk.library/lib/groovy.jar +exclude org.adempiere.base/groovy-all-1.7.5.jar +exclude org.adempiere.base/groovy.jar +exclude org.adempiere.report.jasper.library/lib/commons-beanutils-1.7.jar +exclude org.adempiere.report.jasper.library/lib/commons-beanutils-1.8.0.jar +exclude org.adempiere.report.jasper.library/lib/commons-digester-1.7.jar +exclude org.adempiere.report.jasper.library/lib/commons-digester-2.1.jar +exclude org.adempiere.report.jasper.library/lib/ecj-3.7.2.jar +exclude org.adempiere.report.jasper.library/lib/iReport.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-3.7.3-sources.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-3.7.3.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-4.6.0-sources.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-4.6.0.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-fonts-4.6.0.jar +exclude org.adempiere.report.jasper.library/lib/jdt-compiler-3.1.1.jar +exclude org.adempiere.report.jasper.library/lib/jfreechart-1.0.13.jar +exclude org.adempiere.base/vt-crypt-2.1.4.jar +exclude org.adempiere.base/vt-dictionary-3.0.jar +exclude org.adempiere.base/vt-password-3.1.1.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/calendar.jar +exclude org.adempiere.base/vt-crypt-2.1.4.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/calendar-source.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/commons-fileupload.jar +exclude org.zkoss.zk.library/lib/commons-io.jar +exclude org.zkoss.zk.library/lib/gmapsz.jar +exclude org.zkoss.zk.library/lib/src/ckez-sources.jar +exclude org.zkoss.zk.library/lib/src/gmapsz-sources.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zel-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.zkoss.zk.library/lib/timelinez-sources.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude org.adempiere.base/super-csv-2.0.0-beta-1.jar +exclude org.adempiere.extend/SuperCSV-with_src-1.52.jar +exclude org.idempiere.webservices/WEB-INF/lib/composite_XMLSBean.jar +exclude org.idempiere.webservices/WEB-INF/lib/cxf-2.6.2.jar +exclude org.idempiere.webservices/WEB-INF/lib/cxf-rt-frontend-jaxws-2.6.1.jar +exclude org.idempiere.webservices/WEB-INF/lib/generated_xbeans.jar +exclude org.idempiere.webservices/WEB-INF/lib/generated_xmlbeans.jar +exclude org.idempiere.webservices/WEB-INF/lib/neethi-3.0.2.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-aop-3.0.7.RELEASE.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-asm-3.0.7.RELEASE.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-beans-3.0.7.RELEASE.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-context-3.0.7.RELEASE.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-core-3.0.7.RELEASE.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-expression-3.0.7.RELEASE.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-web-3.0.7.RELEASE.jar +exclude org.idempiere.webservices/WEB-INF/lib/stax2-api-3.1.1.jar +exclude org.idempiere.webservices/WEB-INF/lib/wsdl4j-1.6.2.jar +exclude org.idempiere.webservices/WEB-INF/lib/xmlbeans-2.5.0-orig.jar +exclude org.idempiere.webservices/WEB-INF/lib/xmlbeans-2.5.0.jar +exclude org.idempiere.webservices/WEB-INF/lib/xmlschema-core-2.0.3.jar +exclude org.idempiere.webservices/WEB-INF/xsd/composite_XMLSBean.jar +exclude org.compiere.db.postgresql.provider/postgresql.jar +exclude lib/plugins/com.springsource.javax.mail_1.4.5.jar +exclude lib/plugins/com.springsource.javax.xml.ws_2.1.1.jar +exclude lib/plugins/com.springsource.javax.activation_1.1.1.jar +exclude migration/dist/migration-0.6.zip +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.idempiere.hazelcast.service/hazelcast-2.4.jar +exclude org.idempiere.hazelcast.service/hazelcast-cloud-2.4.jar +exclude fitnesse/fitnesse.jar +exclude fitnesse/lib/fitnesse-sources.jar +exclude org.idempiere.fitnesse.server/fitnesse-sources.jar +exclude org.idempiere.fitnesse.server/fitnesse.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-jbossweb-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-jbossweb-1.0.4.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-tomcat-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-tomcat-1.0.4.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-tomcat7-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-compat-tomcat7-1.0.4.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-runtime-0.9.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/atmosphere-runtime-1.0.4.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-jbossweb-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-jbossweb-1.0.4-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-tomcat-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-tomcat-1.0.4-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-tomcat7-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-compat-tomcat7-1.0.4-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-runtime-0.9-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/atmosphere-runtime-1.0.4-sources.jar +exclude idempiere.zk.selenium/lib/commons-exec-1.1.jar +exclude idempiere.zk.selenium/lib/commons-logging-1.1.1.jar +exclude idempiere.zk.selenium/lib/guava-12.0.1.jar +exclude idempiere.zk.selenium/lib/httpclient-4.1.2.jar +exclude idempiere.zk.selenium/lib/httpcore-4.1.2.jar +exclude idempiere.zk.selenium/lib/json-20080701.jar +exclude idempiere.zk.selenium/lib/junit-4.8.2.jar +exclude idempiere.zk.selenium/lib/selenium-api-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-firefox-driver-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-java-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-java-srcs.jar +exclude idempiere.zk.selenium/lib/selenium-remote-driver-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-support-2.25.0.jar +exclude idempiere.zk.selenium/lib/ztl/commons-collections-3.2.1.jar +exclude idempiere.zk.selenium/lib/ztl/commons-lang-2.4.jar +exclude idempiere.zk.selenium/lib/ztl/selenium-server-standalone-2.25.0.jar +exclude idempiere.zk.selenium/lib/ztl/velocity-1.7.jar +exclude idempiere.zk.selenium/lib/ztl/ztl-2.0.0-SNAPSHOT.jar +exclude idempiere.zk.selenium/lib/ztl/ztl-2.0.0-sources.jar +exclude idempiere.zk.selenium/lib/commons-exec-1.1.jar +exclude idempiere.zk.selenium/lib/commons-logging-1.1.1.jar +exclude idempiere.zk.selenium/lib/guava-12.0.1.jar +exclude idempiere.zk.selenium/lib/httpclient-4.1.2.jar +exclude idempiere.zk.selenium/lib/httpcore-4.1.2.jar +exclude idempiere.zk.selenium/lib/json-20080701.jar +exclude idempiere.zk.selenium/lib/junit-4.8.2.jar +exclude idempiere.zk.selenium/lib/selenium-api-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-firefox-driver-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-java-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-java-srcs.jar +exclude idempiere.zk.selenium/lib/selenium-remote-driver-2.25.0.jar +exclude idempiere.zk.selenium/lib/selenium-server-2.27.0-srcs.jar +exclude idempiere.zk.selenium/lib/selenium-server-standalone-2.27.0.jar +exclude idempiere.zk.selenium/lib/selenium-support-2.25.0.jar +exclude idempiere.zk.selenium/lib/ztl/commons-collections-3.2.1.jar +exclude idempiere.zk.selenium/lib/ztl/commons-lang-2.4.jar +exclude idempiere.zk.selenium/lib/ztl/selenium-server-standalone-2.25.0.jar +exclude idempiere.zk.selenium/lib/ztl/velocity-1.7.jar +exclude idempiere.zk.selenium/lib/ztl/ztl-2.0.0-SNAPSHOT.jar +exclude idempiere.zk.selenium/lib/ztl/ztl-2.0.0-sources.jar +exclude ztl/lib/commons-lang-2.4.jar +exclude ztl/lib/velocity-1.7.jar +exclude ztl/lib/ztl-2.0.0-SNAPSHOT.jar +exclude ztl/lib/ztl-2.0.0-sources.jar +exclude idempiere.zk.selenium/lib/selenium-server-2.27.0-srcs.jar +exclude idempiere.zk.selenium/lib/selenium-server-standalone-2.27.0.jar +exclude fitnesse/FitNesseRoot/FitLibraryWeb/101-20121212164242.zip +exclude fitnesse/FitNesseRoot/FitLibraryWeb/21-20121212154702.zip +exclude fitnesse/FitNesseRoot/FitLibraryWeb/6-20121212124109.zip +exclude org.idempiere.fitnesse.server/fitnesse-sources.jar +exclude org.idempiere.fitnesse.server/fitnesse.jar +exclude org.idempiere.fitnesse.server/lib/fitlibrary-2.0-sources.jar +exclude org.idempiere.fitnesse.server/lib/fitlibrary-2.0.jar +exclude org.idempiere.fitnesse.server/lib/fitlibraryweb-2.0-sources.jar +exclude org.idempiere.fitnesse.server/lib/fitlibraryweb-2.0.jar +exclude org.idempiere.fitnesse.server/lib/fitnesse-sources.jar +exclude org.idempiere.fitnesse.server/lib/fitnesse.jar +exclude org.idempiere.fitnesse.server/lib/log4j-1.2.16.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-2.27.0-sources.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-standalone-2.27.0.jar +exclude org.idempiere.webservices/WEB-INF/lib/Idempiere-XMLSBean-1.0.jar +exclude org.idempiere.webservices/WEB-INF/lib/aopalliance-1.0.jar +exclude org.idempiere.webservices/WEB-INF/lib/commons-logging-1.1.1.jar +exclude org.idempiere.webservices/WEB-INF/lib/spring-osgi-extender-1.2.1.jar +exclude org.idempiere.webservices/WEB-INF/xsd/composite_XMLSBean.jar +exclude org.idempiere.webservices/WEB-INF/lib/Idempiere-XMLSBean-1.0.jar +exclude org.idempiere.webservices/WEB-INF/lib/composite_XMLSBean.jar +exclude org.idempiere.webservices/WEB-INF/lib/generated_xbeans.jar +exclude org.idempiere.webservices/WEB-INF/lib/generated_xmlbeans.jar +exclude org.idempiere.webservices/WEB-INF/lib/idempiere-xmlbeans-1.0.jar +exclude org.idempiere.webservices/WEB-INF/lib/idempiere-xmlbeans-1.0.jar +exclude org.adempiere.ui.zk/labelapplet.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/calendar.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/src/calendar-source.jar +exclude org.zkoss.zk.library/lib/calendar.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/src/calendar-source.jar +exclude org.zkoss.zk.library/lib/src/ckez-sources.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zel-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.zkoss.zk.library/lib/timelinez-sources.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude lib/plugins/org.apache.felix.webconsole.plugins.memoryusage_1.0.4.jar +exclude lib/plugins/org.apache.felix.webconsole.plugins.packageadmin_1.0.0.jar +exclude lib/plugins/org.apache.felix.webconsole_4.0.0.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/jawwa-zk-cleditor-0.4.1.jar +exclude org.zkoss.zk.library/lib/src/ckez-sources.jar +exclude org.zkoss.zk.library/lib/src/jawwa-zk-cleditor-0.4.1-sources.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/ckez.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/jawwa-zk-cleditor-0.4.1.jar +exclude org.zkoss.zk.library/lib/src/ckez-sources.jar +exclude org.zkoss.zk.library/lib/src/jawwa-zk-cleditor-0.4.1-sources.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-2.27.0-sources.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-2.31.0-sources.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-standalone-2.27.0.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-standalone-2.31.0.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zel-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.compiere.db.oracle.provider/c3p0-0.9.1.2.jar +exclude org.compiere.db.oracle.provider/c3p0-0.9.2.jar +exclude org.compiere.db.oracle.provider/c3p0-oracle-thin-extras-0.9.1.2.jar +exclude org.compiere.db.oracle.provider/c3p0-oracle-thin-extras-0.9.2.jar +exclude org.compiere.db.oracle.provider/mchange-commons-java-0.2.3.3.jar +exclude org.compiere.db.postgresql.provider/c3p0-0.9.1.2.jar +exclude org.compiere.db.postgresql.provider/c3p0-0.9.2.jar +exclude org.compiere.db.postgresql.provider/mchange-commons-java-0.2.3.3.jar +exclude org.adempiere.report.jasper.library/lib/barcode4j-2.0.jar +exclude org.adempiere.report.jasper.library/lib/jackson-core-asl-1.9.4.jar +exclude org.adempiere.report.jasper.library/lib/jackson-mapper-asl-1.9.4.jar +exclude org.adempiere.report.jasper.library/lib/xalan.jar +exclude org.w3c.dom.fragment/batik-ext.jar +exclude org.adempiere.ui.zk/WEB-INF/lib/ckez.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zel-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude org.idempiere.webservices/WEB-INF/lib/axis.jar +exclude org.idempiere.webservices/WEB-INF/lib/commons-discovery-0.5.jar +exclude org.idempiere.webservices/WEB-INF/lib/commons-logging-1.1.1.jar +exclude org.idempiere.webservices/WEB-INF/lib/xmlbeans-2.5.0-orig.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg84.jar +exclude fitnesse/fitnesse.jar +exclude org.idempiere.webservices/WEB-INF/lib/src/apache-cxf-2.6.2-src.zip +exclude org.idempiere.webservices/WEB-INF/lib/src/spring-beans-3.0.7.RELEASE-sources.jar +exclude org.idempiere.webservices/WEB-INF/lib/src/spring-web-3.0.7.RELEASE-sources.jar +exclude org.idempiere.fitnesse.server/lib/phantomjsdriver-1.0.3.jar +exclude org.adempiere.report.jasper.library/lib/barcode4j-2.0.jar +exclude org.adempiere.report.jasper.library/lib/barcode4j-2.1.jar +exclude org.adempiere.report.jasper.library/lib/jackson-core-2.0.5.jar +exclude org.adempiere.report.jasper.library/lib/jackson-core-asl-1.9.4.jar +exclude org.adempiere.report.jasper.library/lib/jackson-mapper-asl-1.9.4.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-4.6.0-sources.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-4.6.0.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-5.1.2-sources.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-5.1.2.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-fonts-4.6.0.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-fonts-5.1.2.jar +exclude org.adempiere.report.jasper.library/lib/xalan-2.7.1.jar +exclude org.adempiere.report.jasper.library/lib/xalan.jar +exclude org.adempiere.ui.zk/labelapplet.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg84.jar +exclude org.idempiere.webservices/WEB-INF/lib/jsr311-api-1.1.jar +exclude org.compiere.db.postgresql.provider/postgresql-9.2-1003.jdbc4.jar +exclude org.compiere.db.postgresql.provider/postgresql.jar +exclude org.compiere.db.postgresql.provider/postgresql-9.2-1003.jdbc4.jar +exclude org.compiere.db.postgresql.provider/postgresql-9.2-1004.jdbc4.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-2.31.0-sources.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-2.35.0-srcs.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-standalone-2.31.0.jar +exclude org.idempiere.fitnesse.server/lib/selenium-server-standalone-2.35.0.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg84.jar +exclude org.adempiere.ui.zk/labelapplet.jar +exclude org.zkoss.zk.library/lib/calendar.jar +exclude org.adempiere.base/bcmail-jdk14-1.38.jar +exclude org.adempiere.base/bcprov-jdk14-1.38.jar +exclude org.adempiere.base/bctsp-jdk14-1.38.jar +exclude org.adempiere.base/barcode4j-2.1.jar +exclude org.adempiere.report.jasper.library/lib/barcode4j-2.1.jar +exclude org.adempiere.base/bcmail-jdk14-1.38.jar +exclude org.adempiere.base/bcprov-jdk14-1.38.jar +exclude org.adempiere.base/bcprov-jdk15on-1.46.jar +exclude org.adempiere.base/bctsp-jdk14-1.38.jar +exclude org.adempiere.server-feature/data/seed/Adempiere.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg.jar +exclude org.adempiere.server-feature/data/seed/Adempiere_pg84.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/src/ckez-sources.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zel-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude org.zkoss.zk.library/lib/calendar.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/gmapsz.jar +exclude org.zkoss.zk.library/lib/src/calendar-source.jar +exclude org.zkoss.zk.library/lib/src/calendar-sources.jar +exclude org.zkoss.zk.library/lib/src/ckez-sources.jar +exclude org.zkoss.zk.library/lib/src/gmapsz-sources.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zel-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude org.zkoss.zk.library/lib/bsh.jar +exclude lib/plugins/com.springsource.javax.activation_1.1.1.jar +exclude lib/plugins/com.springsource.javax.mail_1.4.5.jar +exclude lib/plugins/org.apache.poi_3.7.0.jar +exclude org.adempiere.report.jasper.library/lib/jdt-compiler-3.1.1.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-antlr.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bcel.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-bsf.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-log4j.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-oro.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-regexp.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-apache-resolver.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-logging.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-commons-net.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jai.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-javamail.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jdepend.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jmf.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-jsch.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-junit.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-launcher.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-netrexx.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-starteam.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-stylebook.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-swing.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant-weblogic.jar +exclude org.adempiere.target.platform-feature/plugins/org.apache.ant_1.7.1.v20100518-1145/lib/ant.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.ant.core.source_3.2.200.v20100427.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.ant.core_3.2.200.v20100427.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.contenttype.source_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.runtime.source_3.6.0.v20100505.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar +exclude org.adempiere.target.platform-feature/plugins/org.eclipse.core.variables_3.2.400.v20100505.jar +exclude lib/plugins/com.sun.mail.javax.mail_1.5.1.jar +exclude lib/plugins/com.sun.mail.javax.mail_1.5.1.jar +exclude lib/plugins/org.apache.felix.webconsole.plugins.memoryusage_1.0.4.jar +exclude lib/plugins/org.apache.felix.webconsole.plugins.packageadmin_1.0.0.jar +exclude lib/plugins/org.apache.felix.webconsole_4.0.0.jar +exclude org.idempiere.hazelcast.service/hazelcast-3.3.1.jar +exclude org.idempiere.hazelcast.service/hazelcast-cloud-3.3.1.jar +exclude org.slf4j.jdk14/slf4j-jdk14-1.7.2.jar +exclude org.zkoss.zk.library/lib/Filters.jar +exclude org.zkoss.zk.library/lib/asm.jar +exclude org.zkoss.zk.library/lib/calendar.jar +exclude org.zkoss.zk.library/lib/cglib.jar +exclude org.zkoss.zk.library/lib/ckez.jar +exclude org.zkoss.zk.library/lib/commons-el.jar +exclude org.zkoss.zk.library/lib/gmapsz.jar +exclude org.zkoss.zk.library/lib/jruby.jar +exclude org.zkoss.zk.library/lib/js.jar +exclude org.zkoss.zk.library/lib/json_simple.jar +exclude org.zkoss.zk.library/lib/junit.jar +exclude org.zkoss.zk.library/lib/jython.jar +exclude org.zkoss.zk.library/lib/mvel.jar +exclude org.zkoss.zk.library/lib/ognl.jar +exclude org.zkoss.zk.library/lib/src/calendar-sources.jar +exclude org.zkoss.zk.library/lib/src/ckez-sources.jar +exclude org.zkoss.zk.library/lib/src/gmapsz-sources.jar +exclude org.zkoss.zk.library/lib/src/timelinez-sources.jar +exclude org.zkoss.zk.library/lib/src/timeplotz-sources.jar +exclude org.zkoss.zk.library/lib/src/zcommon-sources.jar +exclude org.zkoss.zk.library/lib/src/zel-sources.jar +exclude org.zkoss.zk.library/lib/src/zhtml-sources.jar +exclude org.zkoss.zk.library/lib/src/zk-sources.jar +exclude org.zkoss.zk.library/lib/src/zkbind-sources.jar +exclude org.zkoss.zk.library/lib/src/zkplus-sources.jar +exclude org.zkoss.zk.library/lib/src/zul-sources.jar +exclude org.zkoss.zk.library/lib/src/zweb-sources.jar +exclude org.zkoss.zk.library/lib/timelinez.jar +exclude org.zkoss.zk.library/lib/timeplotz.jar +exclude org.zkoss.zk.library/lib/xercesImpl.jar +exclude org.zkoss.zk.library/lib/zcommon.jar +exclude org.zkoss.zk.library/lib/zel.jar +exclude org.zkoss.zk.library/lib/zhtml.jar +exclude org.zkoss.zk.library/lib/zk.jar +exclude org.zkoss.zk.library/lib/zkbind.jar +exclude org.zkoss.zk.library/lib/zkplus.jar +exclude org.zkoss.zk.library/lib/zul.jar +exclude org.zkoss.zk.library/lib/zweb.jar +exclude lib/plugins/org.apache.felix.webconsole.plugins.packageadmin_1.0.0.1.jar +exclude org.adempiere.base/cron4j-2.2.1.jar +exclude org.adempiere.base/cron4j-2.2.5.jar +exclude org.adempiere.base/jcommon-1.0.16.jar +exclude org.adempiere.base/jcommon-1.0.23.jar +exclude org.adempiere.base/jfreechart-1.0.13.jar +exclude org.adempiere.base/jfreechart-1.0.19.jar +exclude org.adempiere.base/super-csv-2.0.0-beta-1.jar +exclude org.adempiere.base/super-csv-2.2.0.jar +exclude org.adempiere.base/vt-password-3.1.1.jar +exclude org.adempiere.base/vt-password-3.1.2.jar +exclude org.adempiere.report.jasper.library/lib/jackson-core-2.0.5.jar +exclude org.adempiere.report.jasper.library/lib/jackson-core-2.1.4.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-5.1.2-sources.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-5.1.2.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-5.6.1.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-fonts-5.1.2.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-fonts-5.6.1.jar +exclude org.compiere.db.oracle.provider/c3p0-0.9.2.jar +exclude org.compiere.db.oracle.provider/c3p0-0.9.5-pre9.jar +exclude org.compiere.db.oracle.provider/c3p0-oracle-thin-extras-0.9.2.jar +exclude org.compiere.db.oracle.provider/c3p0-oracle-thin-extras-0.9.5-pre9.jar +exclude org.compiere.db.oracle.provider/mchange-commons-java-0.2.3.3.jar +exclude org.compiere.db.oracle.provider/mchange-commons-java-0.2.8.jar +exclude org.compiere.db.oracle.provider/ojdbc6.jar +exclude org.compiere.db.oracle.provider/ojdbc7.jar +exclude org.compiere.db.postgresql.provider/c3p0-0.9.2.jar +exclude org.compiere.db.postgresql.provider/c3p0-0.9.5-pre9.jar +exclude org.compiere.db.postgresql.provider/mchange-commons-java-0.2.3.3.jar +exclude org.compiere.db.postgresql.provider/mchange-commons-java-0.2.8.jar +exclude org.compiere.db.postgresql.provider/postgresql-9.2-1004.jdbc4.jar +exclude org.compiere.db.postgresql.provider/postgresql-9.3-1102.jdbc41.jar +exclude org.adempiere.base/passay-1.0.jar +exclude org.adempiere.base/vt-password-3.1.2.jar +exclude org.idempiere.webservices/WEB-INF/lib/idempiere-xmlbeans-1.0.jar +exclude org.adempiere.report.jasper.library/lib/jasperreports-functions-5.6.1.jar +exclude org.adempiere.report.jasper.library/lib/joda-time-2.1.jar +exclude org.idempiere.hazelcast.service/hazelcast-3.5.3.jar +exclude org.idempiere.hazelcast.service/hazelcast-cloud-3.5.3.jar +exclude org.compiere.db.postgresql.provider/postgresql-9.4-1204.jdbc41.jar +exclude org.compiere.db.oracle.provider/c3p0-0.9.5.jar +exclude org.compiere.db.oracle.provider/c3p0-oracle-thin-extras-0.9.5.jar +exclude org.compiere.db.oracle.provider/mchange-commons-java-0.2.9.jar +exclude org.compiere.db.postgresql.provider/c3p0-0.9.5.jar +exclude org.compiere.db.postgresql.provider/mchange-commons-java-0.2.9.jar diff --git a/migration/reduce_repository/readme b/migration/reduce_repository/readme new file mode 100644 index 0000000000..bdb7f290c2 --- /dev/null +++ b/migration/reduce_repository/readme @@ -0,0 +1,26 @@ +reference: https://idempiere.atlassian.net/browse/IDEMPIERE-2940 + +1. asume folder contain your idempiere repository is /mnt/data/dev/bitbucket/main-sync/idempiere-experimental + +2. asume folder contain new repository is /mnt/data/dev/bitbucket/main-sync/idempiere-reduce + +3. active convert extension in your mercurial +https://www.mercurial-scm.org/wiki/ConvertExtension#Configuration + +Add the following lines to your .hgrc or to enable the extension : +[extensions] +hgext.convert= + +4. run shell command: +IDEMPIERE_ROOT=/mnt/data/dev/bitbucket/main-sync/idempiere-experimental +IDEMPIERE_REDUCE=/mnt/data/dev/bitbucket/main-sync/idempiere-reduce + +hg convert --filemap $IDEMPIERE_ROOT/migration/reduce_repository/exclude_file_map.txt $IDEMPIERE_ROOT $IDEMPIERE_REDUCE + +5. wait (about 30 miutes) for process finish + +6. in new repository do below command to delete latest commit of convert extension + +7. hg rollback --verbose -f + +8. upload your new repository to your server or bitbucket diff --git a/org.adempiere.base-feature/feature.xml b/org.adempiere.base-feature/feature.xml index 49f2d152b3..cc856c2ef3 100644 --- a/org.adempiere.base-feature/feature.xml +++ b/org.adempiere.base-feature/feature.xml @@ -117,7 +117,7 @@ id="org.eclipse.jetty.osgi-servlet-api" download-size="0" install-size="0" - version="3.1.0.M0" + version="0.0.0" unpack="false"/> + + + + + + + + + + + + + + + + diff --git a/org.adempiere.base/copyjars.xml b/org.adempiere.base/copyjars.xml new file mode 100644 index 0000000000..0bb6756b88 --- /dev/null +++ b/org.adempiere.base/copyjars.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.base/src/org/compiere/model/MQuery.java b/org.adempiere.base/src/org/compiere/model/MQuery.java index 8af8461b80..b83c181f0f 100644 --- a/org.adempiere.base/src/org/compiere/model/MQuery.java +++ b/org.adempiere.base/src/org/compiere/model/MQuery.java @@ -1025,10 +1025,10 @@ class Restriction implements Serializable // clean code if (Code instanceof String) { - if (Code.toString().startsWith("'")) + if (Code.toString().startsWith("'") && Code.toString().endsWith("'")) { Code = Code.toString().substring(1); - if (Code.toString().endsWith("'")) Code = Code.toString().substring(0, Code.toString().length()-2); + } } if (infoDisplay != null) InfoDisplay = infoDisplay.trim(); diff --git a/org.adempiere.base/src/org/compiere/print/ReportEngine.java b/org.adempiere.base/src/org/compiere/print/ReportEngine.java index 4733bdf36e..26a50e3c85 100644 --- a/org.adempiere.base/src/org/compiere/print/ReportEngine.java +++ b/org.adempiere.base/src/org/compiere/print/ReportEngine.java @@ -801,6 +801,7 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount) XhtmlDocument doc = new XhtmlDocument(); doc.getHtml().setNeedClosingTag(false); doc.getBody().setNeedClosingTag(false); + doc.appendHead(""); doc.appendBody(table); appendInlineCss (doc); if (extension != null && extension.getStyleURL() != null) diff --git a/org.adempiere.extend/buckminster.cspex b/org.adempiere.extend/buckminster.cspex new file mode 100644 index 0000000000..37e112943c --- /dev/null +++ b/org.adempiere.extend/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.extend/copyjars.xml b/org.adempiere.extend/copyjars.xml new file mode 100644 index 0000000000..0b6afab9ae --- /dev/null +++ b/org.adempiere.extend/copyjars.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/org.adempiere.install/buckminster.cspex b/org.adempiere.install/buckminster.cspex new file mode 100644 index 0000000000..ecfc6ce11a --- /dev/null +++ b/org.adempiere.install/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.install/copyjars.xml b/org.adempiere.install/copyjars.xml new file mode 100644 index 0000000000..bfa48b8e22 --- /dev/null +++ b/org.adempiere.install/copyjars.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/org.adempiere.payment.processor/buckminster.cspex b/org.adempiere.payment.processor/buckminster.cspex new file mode 100644 index 0000000000..ecfc6ce11a --- /dev/null +++ b/org.adempiere.payment.processor/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.payment.processor/copyjars.xml b/org.adempiere.payment.processor/copyjars.xml new file mode 100644 index 0000000000..78be53f86e --- /dev/null +++ b/org.adempiere.payment.processor/copyjars.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/org.adempiere.report.jasper.library/buckminster.cspex b/org.adempiere.report.jasper.library/buckminster.cspex new file mode 100644 index 0000000000..ecfc6ce11a --- /dev/null +++ b/org.adempiere.report.jasper.library/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.report.jasper.library/copyjars.xml b/org.adempiere.report.jasper.library/copyjars.xml new file mode 100644 index 0000000000..b306124507 --- /dev/null +++ b/org.adempiere.report.jasper.library/copyjars.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/org.adempiere.sdk-feature/adempiere.cquery b/org.adempiere.sdk-feature/adempiere.cquery index 23c78cc84b..66a8149ad9 100644 --- a/org.adempiere.sdk-feature/adempiere.cquery +++ b/org.adempiere.sdk-feature/adempiere.cquery @@ -19,7 +19,7 @@ - + @@ -30,4 +30,7 @@ + + + diff --git a/org.adempiere.sdk-feature/adempiere.rmap b/org.adempiere.sdk-feature/adempiere.rmap index c9cfd11829..5a362716b3 100644 --- a/org.adempiere.sdk-feature/adempiere.rmap +++ b/org.adempiere.sdk-feature/adempiere.rmap @@ -1,6 +1,6 @@ - + @@ -75,7 +75,7 @@ - + @@ -121,6 +121,7 @@ + diff --git a/org.adempiere.server-feature/buckminster.cspex b/org.adempiere.server-feature/buckminster.cspex index 6c19bd929c..01937c1f8b 100644 --- a/org.adempiere.server-feature/buckminster.cspex +++ b/org.adempiere.server-feature/buckminster.cspex @@ -48,9 +48,20 @@ + + + + + + + + + + + diff --git a/org.adempiere.server-feature/copyjars.xml b/org.adempiere.server-feature/copyjars.xml new file mode 100644 index 0000000000..b267463fac --- /dev/null +++ b/org.adempiere.server-feature/copyjars.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.server-feature/feature.xml b/org.adempiere.server-feature/feature.xml index bdee27e0ef..e95943a252 100644 --- a/org.adempiere.server-feature/feature.xml +++ b/org.adempiere.server-feature/feature.xml @@ -117,7 +117,7 @@ id="javax.annotation-api" download-size="0" install-size="0" - version="1.2.0" + version="0.0.0" unpack="false"/> - - - - - - - diff --git a/org.adempiere.server-feature/server.product.functionaltest.launch b/org.adempiere.server-feature/server.product.functionaltest.launch index 0c3c7e4c41..4c8b4657a2 100644 --- a/org.adempiere.server-feature/server.product.functionaltest.launch +++ b/org.adempiere.server-feature/server.product.functionaltest.launch @@ -22,7 +22,7 @@ - + diff --git a/org.adempiere.server-feature/server.product.launch b/org.adempiere.server-feature/server.product.launch index f3b6932367..530fe8f959 100644 --- a/org.adempiere.server-feature/server.product.launch +++ b/org.adempiere.server-feature/server.product.launch @@ -24,7 +24,7 @@ - + diff --git a/org.adempiere.server-feature/setup/configuration/config.ini b/org.adempiere.server-feature/setup/configuration/config.ini index 5a7c8a6f9e..e4ecfac5a6 100644 --- a/org.adempiere.server-feature/setup/configuration/config.ini +++ b/org.adempiere.server-feature/setup/configuration/config.ini @@ -1,4 +1,4 @@ -osgi.framework=file\:../plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar +osgi.framework=file\:../plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar osgi.install.area=setup equinox.use.ds=true osgi.bundles=org.eclipse.equinox.ds@1:start,\ diff --git a/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/etc/init.d/idempiere b/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/etc/init.d/idempiere index 192e500a9a..0f1188ef3d 100755 --- a/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/etc/init.d/idempiere +++ b/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/etc/init.d/idempiere @@ -244,7 +244,7 @@ configure_perform() ! echo "Done" fi - grep ${ADEMPIERE_WEB_PORT} ${IDEMPIERE_HOME}/jettyhome/etc/jetty.xml > /dev/null 2>&1 + grep ${ADEMPIERE_WEB_PORT} ${IDEMPIERE_HOME}/jettyhome/etc/jetty-selector.xml > /dev/null 2>&1 if [ $? -ne 0 ] then echo "Error deploying iDempiere, please verify and try again" diff --git a/org.adempiere.server/buckminster.cspex b/org.adempiere.server/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.adempiere.server/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.server/copyjars.xml b/org.adempiere.server/copyjars.xml new file mode 100644 index 0000000000..f01c631d08 --- /dev/null +++ b/org.adempiere.server/copyjars.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties b/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties index e9ed9ccfb2..e8fb300a89 100644 --- a/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties +++ b/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties @@ -53,7 +53,7 @@ ClientName = iDempiere Server #Custom Credits & Copyright tail Credits = Welcome to the iDempiere (OSGi+ADempiere) 3.1 Page! -Copyriright = || by Company +Copyriright = || by iDempiere Community #Custom RSS (rss1 to rss5) rssOn = true @@ -61,4 +61,4 @@ RssRefreshMessage = Refresh rss1Name = iDempiere's Blog rss1 = https://groups.google.com/group/idempiere/feed/rss_v2_0_msgs.xml rss2Name = 2 nd Blog -rss2 = https://groups.google.com/group/idempiere-es/feed/rss_v2_0_msgs.xml \ No newline at end of file +rss2 = https://groups.google.com/group/idempiere-es/feed/rss_v2_0_msgs.xml diff --git a/org.adempiere.target.platform-feature/feature.xml b/org.adempiere.target.platform-feature/feature.xml index 2f6c38194f..fd4da2f42c 100644 --- a/org.adempiere.target.platform-feature/feature.xml +++ b/org.adempiere.target.platform-feature/feature.xml @@ -19,18 +19,18 @@ + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> diff --git a/org.adempiere.ui.swing/buckminster.cspex b/org.adempiere.ui.swing/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.adempiere.ui.swing/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.ui.swing/copyjars.xml b/org.adempiere.ui.swing/copyjars.xml new file mode 100644 index 0000000000..1718f17aa9 --- /dev/null +++ b/org.adempiere.ui.swing/copyjars.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java index e3d4afc727..76e1a38b64 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java @@ -861,4 +861,22 @@ public class GridTabRowRenderer implements RowRenderer, RowRendererExt Events.sendEvent(gridPanel, new Event("onSelectRow", gridPanel, checkBox)); } } + + /** + * Check if the new value in the field, changes the display logic in the dependant fields + * @param dependantFields + */ + public void checkDependants(ArrayList dependantFields){ + + for ( GridField field : dependantFields ){ + + WEditor editor = editors.get(field); + boolean isEditable = field.isEditableGrid(true); + editor.setReadWrite(isEditable); + if( isEditable ) + gridPanel.refresh(gridTab); + } + + } + } diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/util/GridTabDataBinder.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/util/GridTabDataBinder.java index 19a2a6b905..3dd8b50743 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/util/GridTabDataBinder.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/util/GridTabDataBinder.java @@ -12,11 +12,14 @@ *****************************************************************************/ package org.adempiere.webui.util; +import java.util.ArrayList; import java.util.Properties; import java.util.logging.Level; import org.adempiere.base.Core; import org.adempiere.exceptions.AdempiereException; +import org.adempiere.webui.adwindow.GridTabRowRenderer; +import org.adempiere.webui.component.Grid; import org.adempiere.webui.editor.WEditor; import org.adempiere.webui.event.ValueChangeEvent; import org.adempiere.webui.event.ValueChangeListener; @@ -26,6 +29,7 @@ import org.compiere.model.GridTable; import org.compiere.util.CLogger; import org.compiere.util.Env; import org.compiere.util.Trx; +import org.zkoss.zul.RowRenderer; /** * Transfer data from editor to GridTab @@ -165,6 +169,27 @@ public class GridTabDataBinder implements ValueChangeListener { } } } + + //Checks if the change in a field modifies the display logic in the dependant fields + Object source = e.getSource(); + if (source != null && source instanceof WEditor) { + WEditor editor = (WEditor) source; + ArrayList dependants = gridTab.getDependantFields(editor.getColumnName()); + if (dependants != null + && !dependants.isEmpty() + && editor.getComponent() != null //Editor + && editor.getComponent().getParent() != null //Cell + && editor.getComponent().getParent().getParent() != null //Row + && editor.getComponent().getParent().getParent().getParent() != null //Rows + && editor.getComponent().getParent().getParent().getParent().getParent() != null //Grid + && editor.getComponent().getParent().getParent().getParent().getParent() instanceof Grid) { + Grid listBox = (Grid) editor.getComponent().getParent().getParent().getParent().getParent(); + RowRenderer renderer = listBox.getRowRenderer(); + GridTabRowRenderer gtr = (GridTabRowRenderer)renderer; + if( gtr != null ) + gtr.checkDependants(dependants); + } + } } // ValueChange diff --git a/org.adempiere.ui.zk/buckminster.cspex b/org.adempiere.ui.zk/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.adempiere.ui.zk/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.ui.zk/copyjars.xml b/org.adempiere.ui.zk/copyjars.xml new file mode 100644 index 0000000000..a28a3e1bb7 --- /dev/null +++ b/org.adempiere.ui.zk/copyjars.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/org.adempiere.ui/buckminster.cspex b/org.adempiere.ui/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.adempiere.ui/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.adempiere.ui/copyjars.xml b/org.adempiere.ui/copyjars.xml new file mode 100644 index 0000000000..9b9dfd83ed --- /dev/null +++ b/org.adempiere.ui/copyjars.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/org.compiere.db.oracle.provider/buckminster.cspex b/org.compiere.db.oracle.provider/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.compiere.db.oracle.provider/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.compiere.db.oracle.provider/copyjars.xml b/org.compiere.db.oracle.provider/copyjars.xml new file mode 100644 index 0000000000..8cddd65746 --- /dev/null +++ b/org.compiere.db.oracle.provider/copyjars.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.compiere.db.postgresql.provider/buckminster.cspex b/org.compiere.db.postgresql.provider/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.compiere.db.postgresql.provider/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.compiere.db.postgresql.provider/copyjars.xml b/org.compiere.db.postgresql.provider/copyjars.xml new file mode 100644 index 0000000000..408103ae22 --- /dev/null +++ b/org.compiere.db.postgresql.provider/copyjars.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/org.idempiere.eclipse.platform-feature/director/configuration/config.ini b/org.idempiere.eclipse.platform-feature/director/configuration/config.ini index 7ff5db4119..2c3262519f 100644 --- a/org.idempiere.eclipse.platform-feature/director/configuration/config.ini +++ b/org.idempiere.eclipse.platform-feature/director/configuration/config.ini @@ -1,4 +1,4 @@ -osgi.framework=file\:../plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar +osgi.framework=file\:../plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar osgi.install.area=director equinox.use.ds=true osgi.bundles=org.eclipse.core.net@start,\ diff --git a/org.idempiere.eclipse.platform-feature/feature.xml b/org.idempiere.eclipse.platform-feature/feature.xml index 7748b35e70..f0b018d856 100644 --- a/org.idempiere.eclipse.platform-feature/feature.xml +++ b/org.idempiere.eclipse.platform-feature/feature.xml @@ -31,32 +31,32 @@ + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> - + diff --git a/org.idempiere.felix.webconsole-feature/feature.xml b/org.idempiere.felix.webconsole-feature/feature.xml index f21bfd4065..9bc21b6c5c 100644 --- a/org.idempiere.felix.webconsole-feature/feature.xml +++ b/org.idempiere.felix.webconsole-feature/feature.xml @@ -23,20 +23,6 @@ version="0.0.0" unpack="false"/> - - - - + + + + + + + + + + + + + + + + diff --git a/org.idempiere.fitnesse.server/copyjars.xml b/org.idempiere.fitnesse.server/copyjars.xml new file mode 100644 index 0000000000..17bf269c7e --- /dev/null +++ b/org.idempiere.fitnesse.server/copyjars.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/org.idempiere.hazelcast.service/buckminster.cspex b/org.idempiere.hazelcast.service/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.idempiere.hazelcast.service/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.idempiere.hazelcast.service/copyjars.xml b/org.idempiere.hazelcast.service/copyjars.xml new file mode 100644 index 0000000000..bf042c63b1 --- /dev/null +++ b/org.idempiere.hazelcast.service/copyjars.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java index 75f04413ea..d063d53945 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java @@ -16,9 +16,13 @@ import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Timestamp; import java.text.SimpleDateFormat; +import java.util.HashMap; +import java.util.Map; import java.util.Properties; import java.util.logging.Level; +import javax.servlet.http.HttpServletRequest; + import org.adempiere.util.ServerContext; import org.compiere.model.MSession; import org.compiere.model.MUser; @@ -29,6 +33,7 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; import org.compiere.util.Language; import org.compiere.util.Login; +import org.idempiere.adInterface.x10.ADLoginRequest; /** * @author deepak @@ -46,6 +51,12 @@ public class CompiereService { private int m_M_Warehouse_ID; private String m_locale; private String m_userName; + private String m_password; + private int m_expiryMinutes; + private long m_lastAuthorizationTime; + private String m_IPAddress; + private static Map csMap = new HashMap(); + private static Map ctxMap = new HashMap(); private boolean m_loggedin = false; @@ -68,7 +79,7 @@ public class CompiereService { public final String dateFormatOnlyForCtx = "yyyy-MM-dd"; private boolean m_connected; - + /** * * @return AD_Client_ID of current request @@ -131,12 +142,23 @@ public class CompiereService { */ public void disconnect() { - if (m_connected) - { - Env.logout(); - ServerContext.dispose(); - m_loggedin = false; - m_connected = false; + // TODO: create a thread that checks expired connected compiereservices and log them out + if (! isExpired()) { + // do not close, save session in cache + if (! csMap.containsValue(this)) { + String key = getKey(m_AD_Client_ID, + m_AD_Org_ID, + m_userName, + m_AD_Role_ID, + m_M_Warehouse_ID, + m_locale, + m_password, + m_IPAddress); + csMap.put(key.toString(), this); + Properties savedCache = new Properties(); + savedCache.putAll(Env.getCtx()); + ctxMap.put(key.toString(), savedCache); + } } } @@ -279,6 +301,9 @@ public class CompiereService { session = MSession.get (getCtx(), true); } session.setWebSession("WebService"); + + session.setDescription(session.getDescription() + "\nUser Agent: " + getCtx().getProperty("#UserAgent")); + session.saveEx(); m_loggedin = true; @@ -325,4 +350,101 @@ public class CompiereService { return m_userName; } + /** + * @return set password + */ + public void setPassword(String pass) { + m_password = pass; + } + + /** + * @return logged in password of current request + */ + public String getPassword() { + return m_password; + } + + /** + * @return set expiry minutes + */ + public void setExpiryMinutes(int expiryMinutes) { + m_expiryMinutes = expiryMinutes; + } + + /** + * @return logged in expiry minutes of current request + */ + public int getExpiryMinutes() { + return m_expiryMinutes; + } + + public void refreshLastAuthorizationTime() { + m_lastAuthorizationTime = System.currentTimeMillis(); + } + + public void setIPAddress(String remoteAddr) { + m_IPAddress = remoteAddr; + } + + public static CompiereService get(HttpServletRequest req, ADLoginRequest loginRequest) { + String key = getKey(loginRequest.getClientID(), + loginRequest.getOrgID(), + loginRequest.getUser(), + loginRequest.getRoleID(), + loginRequest.getWarehouseID(), + loginRequest.getLang(), + loginRequest.getPass(), + req.getRemoteAddr()); + CompiereService l_cs = null; + if (csMap.containsKey(key)) { + l_cs = csMap.get(key); + if (l_cs != null) { + if (l_cs.isExpired()) { + l_cs = null; + } else { + Properties cachedCtx = ctxMap.get(key); + Env.getCtx().putAll(cachedCtx); + } + } + } + return l_cs; + } + + private static String getKey( + int aD_Client_ID, + int aD_Org_ID, + String userName, + int aD_Role_ID, + int m_Warehouse_ID, + String locale, + String password, + String iPAddress) { + StringBuilder key = new StringBuilder() + .append(aD_Client_ID).append("|") + .append(aD_Org_ID).append("|") + .append(userName).append("|") + .append(aD_Role_ID).append("|") + .append(m_Warehouse_ID).append("|") + .append(locale).append("|") + .append(password).append("|") + .append(iPAddress); + return key.toString(); + } + + private boolean isExpired() { + boolean expired = + ( + (getExpiryMinutes() <= 0) + || (m_lastAuthorizationTime + (getExpiryMinutes() * 60000) <= System.currentTimeMillis()) + ); + if (m_connected && expired) + { + Env.logout(); + ServerContext.dispose(); + m_loggedin = false; + m_connected = false; + } + return expired; + } + } diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/ModelADServiceImpl.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/ModelADServiceImpl.java index 60af5d5e5f..c2925f582a 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/ModelADServiceImpl.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/ModelADServiceImpl.java @@ -41,6 +41,7 @@ import javax.jws.WebService; import javax.xml.namespace.QName; import javax.xml.ws.WebServiceContext; +import org.apache.commons.codec.binary.Base64; import org.apache.cxf.jaxrs.ext.MessageContext; import org.apache.xmlbeans.StringEnumAbstractBase.Table; import org.compiere.model.I_AD_Column; @@ -1391,10 +1392,13 @@ public class ModelADServiceImpl extends AbstractService implements ModelADServic String columnName = poinfo.getColumnName(i); if (m_webservicetype.isOutputColumnNameAllowed(columnName)) { DataField dfid = dr.addNewField(); - dfid.setColumn(columnName); - if (po.get_Value(i) != null) - dfid.setVal(po.get_Value(i).toString()); - else + dfid.setColumn(columnName); + if (po.get_Value(i) != null){ + if(po.get_Value(i) instanceof byte[]){ + dfid.setVal(new String(Base64.encodeBase64((byte[]) po.get_Value(i)))); + }else + dfid.setVal(po.get_Value(i).toString()); + }else dfid.setVal(null); } } @@ -1538,10 +1542,13 @@ public class ModelADServiceImpl extends AbstractService implements ModelADServic DataRow dr = ds.addNewDataRow(); for (int i = 0; i < poinfo.getColumnCount(); i++) { String columnName = poinfo.getColumnName(i); - if (m_webservicetype.isOutputColumnNameAllowed(columnName)) { + if (m_webservicetype.isOutputColumnNameAllowed(columnName)) { DataField dfid = dr.addNewField(); dfid.setColumn(columnName); - dfid.setVal(rsquery.getString(columnName)); + if(rsquery.getObject(columnName) instanceof byte[]) + dfid.setVal(new String(Base64.encodeBase64(rsquery.getBytes(columnName)))); + else + dfid.setVal(rsquery.getString(columnName)); } } } diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java index a7d1d347b8..48685917e1 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java @@ -85,6 +85,16 @@ public class AbstractService { protected String login(ADLoginRequest loginRequest, String webService, String method, String serviceType) { CompiereService m_cs = getCompiereService(); + if (m_cs.getUserName() == null) { + HttpServletRequest req = getHttpServletRequest(); + // search for a non-expired CompiereService with same login data + CompiereService cachedCs = CompiereService.get(req, loginRequest); + if (cachedCs != null) { + m_cs = cachedCs; + req.setAttribute(COMPIERE_SERVICE, cachedCs); + return authenticate(webService, method, serviceType, cachedCs); // already logged with same data + } + } if (m_cs.isLoggedIn() && m_cs.getAD_Client_ID() == loginRequest.getClientID() && loginRequest.getClientID() == Env.getAD_Client_ID(Env.getCtx()) && m_cs.getAD_Org_ID() == loginRequest.getOrgID() && m_cs.getAD_Role_ID() == loginRequest.getRoleID() @@ -99,6 +109,9 @@ public class AbstractService { KeyNamePair[] clients = login.getClients(loginRequest.getUser(), loginRequest.getPass()); if (clients == null) return "Error login - User invalid"; + m_cs.setPassword(loginRequest.getPass()); + m_cs.setExpiryMinutes(loginRequest.getStage()); + m_cs.setIPAddress(getHttpServletRequest().getRemoteAddr()); boolean okclient = false; KeyNamePair selectedClient = null; @@ -119,6 +132,8 @@ public class AbstractService { Env.setContext(m_cs.getCtx(), "#AD_User_ID", user.getAD_User_ID() ); Env.setContext(m_cs.getCtx(), "#AD_User_Name", user.getName() ); Env.setContext(m_cs.getCtx(), "#SalesRep_ID", user.getAD_User_ID() ); + String userAgent = getHttpServletRequest().getHeader("User-Agent"); + Env.setContext(m_cs.getCtx(), "#UserAgent", userAgent == null ? "Unknown" : userAgent); } KeyNamePair[] roles = login.getRoles(loginRequest.getUser(), selectedClient); @@ -246,7 +261,9 @@ public class AbstractService { String ret=invokeLoginValidator(null, m_cs.getCtx(), m_webservicetype, IWSValidator.TIMING_ON_AUTHORIZATION); if(ret!=null && ret.length()>0) return ret; - + + m_cs.refreshLastAuthorizationTime(); + return null; } @@ -331,7 +348,11 @@ public class AbstractService { OutputField outField= outputFields.addNewOutputField(); outField.setColumn(colName); if(po.get_Value(indCol)!=null){ - outField.setValue(po.get_Value(indCol).toString()); + if(po.get_Value(indCol) instanceof byte[]) + outField.setValue(new String(Base64.encodeBase64((byte[]) po.get_Value(indCol)))); + else + outField.setValue(po.get_Value(indCol).toString()); + Lookup lookup = poInfo.getColumnLookup(indCol); if(lookup != null){ //Setting text diff --git a/org.idempiere.webservices/buckminster.cspex b/org.idempiere.webservices/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.idempiere.webservices/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.idempiere.webservices/copyjars.xml b/org.idempiere.webservices/copyjars.xml new file mode 100644 index 0000000000..a0c95d266b --- /dev/null +++ b/org.idempiere.webservices/copyjars.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.idempiere.webservices/testScripts/iDempiereWebServices-soapui-project.xml b/org.idempiere.webservices/testScripts/iDempiereWebServices-soapui-project.xml index 820f83227c..db0ee66919 100644 --- a/org.idempiere.webservices/testScripts/iDempiereWebServices-soapui-project.xml +++ b/org.idempiere.webservices/testScripts/iDempiereWebServices-soapui-project.xml @@ -1,5 +1,5 @@ -https://localhost:8443/ADInterface/services/ModelADService?wsdl +https://localhost:8443/ADInterface/services/ModelADService?wsdl @@ -461,7 +461,7 @@ -]]>http://schemas.xmlsoap.org/wsdl/https://localhost:8443/ADInterface/services/ModelADService<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>http://schemas.xmlsoap.org/wsdl/https://localhost:8443/ADInterface/services/ModelADService<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:createData> @@ -473,7 +473,7 @@ <_0:Action>Create <_0:DataRow> <_0:field column="Value"> - <_0:val>GlobalQSS + <_0:val>GlobalQSS3 <_0:field column="Name"> <_0:val>Quality Systems & Solutions @@ -511,7 +511,7 @@ -]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>BasicBasicGlobal HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:deleteData> @@ -535,7 +535,7 @@ -]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:getList> @@ -558,7 +558,7 @@ -]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:queryData> @@ -587,7 +587,7 @@ -]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:readData> @@ -611,7 +611,7 @@ -]]>Global HTTP SettingsExample on how to run report Storage Detail with HQ Warehouse and Patio Chair as parameters You need to define web service security for: Web Service Type: RunStorageDetail Web Service Parameters: AD_Process_ID Constant 236 AD_Menu_ID Constant 0 AD_Record_ID Constant 0 And allow execution to the WebService role on the report. <xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>Global HTTP SettingsExample on how to run report Storage Detail with HQ Warehouse and Patio Chair as parameters You need to define web service security for: Web Service Type: RunStorageDetail Web Service Parameters: AD_Process_ID Constant 236 AD_Menu_ID Constant 0 AD_Record_ID Constant 0 And allow execution to the WebService role on the report. <xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:runProcess> @@ -637,7 +637,7 @@ -]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:runProcess> @@ -658,7 +658,7 @@ -]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:setDocAction> @@ -682,7 +682,7 @@ -]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService +]]>Global HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/ModelADService <_0:updateData> @@ -711,4 +711,4 @@ -]]>Global HTTP Settings \ No newline at end of file +]]>Global HTTP Settings \ No newline at end of file diff --git a/org.idempiere.webservices/testScripts/idempiere-composite-soapui-project.xml b/org.idempiere.webservices/testScripts/idempiere-composite-soapui-project.xml index 7f9d6cdc94..46bde3cbba 100644 --- a/org.idempiere.webservices/testScripts/idempiere-composite-soapui-project.xml +++ b/org.idempiere.webservices/testScripts/idempiere-composite-soapui-project.xml @@ -1,651 +1,670 @@ - -https://localhost:8443/ADInterface/services/compositeInterface?wsdl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]>http://schemas.xmlsoap.org/wsdl/https://localhost:8443/ADInterface/services/compositeInterface<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/compositeInterface - - - <_0:compositeOperation> - <_0:CompositeRequest> - <_0:ADLoginRequest> - <_0:user>WebService - <_0:pass>WebService - <_0:lang>en_US - <_0:ClientID>11 - <_0:RoleID>50004 - <_0:OrgID>11 - <_0:WarehouseID>103 - <_0:stage>9 - - <_0:serviceType>SyncOrder - <_0:operations> - <_0:operation preCommit="false" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>CreateBPartner - <_0:TableName>C_BPartner - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="Name"> - <_0:val>Trek Global - - <_0:field column="TaxID"> - <_0:val>830.085.359-4 - - <_0:field column="IsVendor"> - <_0:val>Y - - <_0:field column="IsCustomer"> - <_0:val>N - - <_0:field column="IsTaxExempt"> - <_0:val>N - - <_0:field column="C_BP_Group_ID"> - <_0:val>104 - - - - - <_0:operation preCommit="false" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>CreateUpdateUser - <_0:TableName>AD_User - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="Name"> - <_0:val>Deepak Pansheriya - - <_0:field column="EMail"> - <_0:val>dpansheriya@trekglobal.com - - <_0:field column="C_BPartner_ID"> - <_0:val>@C_BPartner.C_BPartner_ID - - <_0:field column="Phone"> - <_0:val>9228785734 - - - - - <_0:operation preCommit="false" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>CreateUpdateLocation1 - <_0:TableName>C_Location - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="C_Country_ID" lval="United States"/> - <_0:field column="Address1"> - <_0:val>1625 Cowboy Chaps Place - - <_0:field column="Address2"> - <_0:val/> - - <_0:field column="C_Region_ID" lval="NV"/> - <_0:field column="RegionName"> - <_0:val>NV - - <_0:field column="Postal"> - <_0:val>89002 - - <_0:field column="City"> - <_0:val>Henderson - - - - - <_0:operation preCommit="false" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>CreateUpdateBPLocation - <_0:TableName>C_BPartner_Location - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="C_BPartner_ID"> - <_0:val>@C_BPartner.C_BPartner_ID - - <_0:field column="C_Location_ID"> - <_0:val>@C_Location.C_Location_ID - - <_0:field column="IsShipTo"> - <_0:val>True - - <_0:field column="IsBillTo"> - <_0:val>True - - - - - <_0:operation preCommit="false" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>CreateUpdateUser - <_0:TableName>AD_User - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="EMail"> - <_0:val>dpansheriya@trekglobal.com - - <_0:field column="C_BPartner_ID"> - <_0:val>@C_BPartner.C_BPartner_ID - - <_0:field column="C_BPartner_Location_ID"> - <_0:val>@C_BPartner_Location.C_BPartner_Location_ID - - - - - <_0:operation preCommit="false" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>createOrderRecord - <_0:TableName>C_Order - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="M_Warehouse_ID"> - <_0:val>50001 - - <_0:field column="DocumentNo"> - <_0:val>DEEPTEST03 - - <_0:field column="AD_User_ID"> - <_0:val>@AD_User.AD_User_ID - - <_0:field column="C_BPartner_ID"> - <_0:val>@C_BPartner.C_BPartner_ID - - <_0:field column="C_BPartner_Location_ID"> - <_0:val>@C_BPartner_Location.C_BPartner_Location_ID - - <_0:field column="Bill_BPartner_ID"> - <_0:val>@C_BPartner.C_BPartner_ID - - <_0:field column="Bill_Location_ID"> - <_0:val>@C_BPartner_Location.C_BPartner_Location_ID - - <_0:field column="C_DocTypeTarget_ID"> - <_0:val>132 - - <_0:field column="FreightCostRule" lval="Freight included"/> - <_0:field column="FreightAmt"> - <_0:val>6 - - - - - <_0:operation preCommit="true" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>CreateOrderLine - <_0:TableName>C_OrderLine - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="AD_Org_ID"> - <_0:val>11 - - <_0:field column="AD_Client_ID"> - <_0:val>11 - - <_0:field column="C_Order_ID"> - <_0:val>@C_Order.C_Order_ID - - <_0:field column="M_Product_ID"> - <_0:val>140 - - <_0:field column="QtyEntered"> - <_0:val>1 - - <_0:field column="QtyOrdered"> - <_0:val>1 - - <_0:field column="Line"> - <_0:val>10 - - <_0:field column="PriceEntered"> - <_0:val>12 - - <_0:field column="PriceActual"> - <_0:val>13 - - - - - <_0:operation preCommit="false" postCommit="false"> - <_0:TargetPort>createUpdateData - <_0:ModelCRUD> - <_0:serviceType>CreateOrderLine - <_0:TableName>C_OrderLine - <_0:RecordID>0 - <_0:Action>CreateUpdate - <_0:DataRow> - <_0:field column="C_Order_ID"> - <_0:val>@C_Order.C_Order_ID - - <_0:field column="M_Product_ID"> - <_0:val>123 - - <_0:field column="QtyEntered"> - <_0:val>2 - - <_0:field column="QtyOrdered"> - <_0:val>2 - - <_0:field column="Line"> - <_0:val>10 - - <_0:field column="PriceEntered"> - <_0:val>14 - - <_0:field column="PriceActual"> - <_0:val>15 - - - - - <_0:operation preCommit="true" postCommit="true"> - <_0:TargetPort>setDocAction - <_0:ModelSetDocAction> - <_0:serviceType>CompleteOrder - <_0:tableName>C_Order - <_0:recordID>0 - <_0:recordIDVariable>@C_Order.C_Order_ID - <_0:docAction>CO - - - - - - -]]>Global HTTP Settings + +https://localhost:8443/ADInterface/services/compositeInterface?wsdl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]>http://schemas.xmlsoap.org/wsdl/https://localhost:8443/ADInterface/services/compositeInterface<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/compositeInterface + + + <_0:compositeOperation> + <_0:CompositeRequest> + <_0:ADLoginRequest> + <_0:user>WebService + <_0:pass>WebService + <_0:lang>en_US + <_0:ClientID>11 + <_0:RoleID>50004 + <_0:OrgID>11 + <_0:WarehouseID>103 + <_0:stage>9 + + <_0:serviceType>SyncOrder + <_0:operations> + <_0:operation preCommit="false" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>CreateBPartner + <_0:TableName>C_BPartner + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="Name"> + <_0:val>Trek Global + + <_0:field column="TaxID"> + <_0:val>830.085.359-4 + + <_0:field column="IsVendor"> + <_0:val>Y + + <_0:field column="IsCustomer"> + <_0:val>N + + <_0:field column="IsTaxExempt"> + <_0:val>N + + <_0:field column="C_BP_Group_ID"> + <_0:val>104 + + + + + <_0:operation preCommit="false" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>CreateUpdateUser + <_0:TableName>AD_User + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="Name"> + <_0:val>Deepak Pansheriya + + <_0:field column="EMail"> + <_0:val>dpansheriya@trekglobal.com + + <_0:field column="C_BPartner_ID"> + <_0:val>@C_BPartner.C_BPartner_ID + + <_0:field column="Phone"> + <_0:val>9228785734 + + + + + <_0:operation preCommit="false" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>CreateUpdateLocation1 + <_0:TableName>C_Location + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="C_Country_ID" lval="United States"/> + <_0:field column="Address1"> + <_0:val>1625 Cowboy Chaps Place + + <_0:field column="Address2"> + <_0:val/> + + <_0:field column="C_Region_ID" lval="NV"/> + <_0:field column="RegionName"> + <_0:val>NV + + <_0:field column="Postal"> + <_0:val>89002 + + <_0:field column="City"> + <_0:val>Henderson + + + + + <_0:operation preCommit="false" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>CreateUpdateBPLocation + <_0:TableName>C_BPartner_Location + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="C_BPartner_ID"> + <_0:val>@C_BPartner.C_BPartner_ID + + <_0:field column="C_Location_ID"> + <_0:val>@C_Location.C_Location_ID + + <_0:field column="IsShipTo"> + <_0:val>True + + <_0:field column="IsBillTo"> + <_0:val>True + + + + + <_0:operation preCommit="false" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>CreateUpdateUser + <_0:TableName>AD_User + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="EMail"> + <_0:val>dpansheriya@trekglobal.com + + <_0:field column="C_BPartner_ID"> + <_0:val>@C_BPartner.C_BPartner_ID + + <_0:field column="C_BPartner_Location_ID"> + <_0:val>@C_BPartner_Location.C_BPartner_Location_ID + + + + + <_0:operation preCommit="false" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>createOrderRecord + <_0:TableName>C_Order + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="M_Warehouse_ID"> + <_0:val>50001 + + <_0:field column="DocumentNo"> + <_0:val>DEEPTEST03 + + <_0:field column="AD_User_ID"> + <_0:val>@AD_User.AD_User_ID + + <_0:field column="C_BPartner_ID"> + <_0:val>@C_BPartner.C_BPartner_ID + + <_0:field column="C_BPartner_Location_ID"> + <_0:val>@C_BPartner_Location.C_BPartner_Location_ID + + <_0:field column="Bill_BPartner_ID"> + <_0:val>@C_BPartner.C_BPartner_ID + + <_0:field column="Bill_Location_ID"> + <_0:val>@C_BPartner_Location.C_BPartner_Location_ID + + <_0:field column="C_DocTypeTarget_ID"> + <_0:val>132 + + <_0:field column="FreightCostRule" lval="Freight included"/> + <_0:field column="FreightAmt"> + <_0:val>6 + + + + + <_0:operation preCommit="true" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>CreateOrderLine + <_0:TableName>C_OrderLine + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="AD_Org_ID"> + <_0:val>11 + + <_0:field column="AD_Client_ID"> + <_0:val>11 + + <_0:field column="C_Order_ID"> + <_0:val>@C_Order.C_Order_ID + + <_0:field column="M_Product_ID"> + <_0:val>140 + + <_0:field column="QtyEntered"> + <_0:val>1 + + <_0:field column="QtyOrdered"> + <_0:val>1 + + <_0:field column="Line"> + <_0:val>10 + + <_0:field column="PriceEntered"> + <_0:val>12 + + <_0:field column="PriceActual"> + <_0:val>13 + + + + + <_0:operation preCommit="false" postCommit="false"> + <_0:TargetPort>createUpdateData + <_0:ModelCRUD> + <_0:serviceType>CreateOrderLine + <_0:TableName>C_OrderLine + <_0:RecordID>0 + <_0:Action>CreateUpdate + <_0:DataRow> + <_0:field column="C_Order_ID"> + <_0:val>@C_Order.C_Order_ID + + <_0:field column="M_Product_ID"> + <_0:val>123 + + <_0:field column="QtyEntered"> + <_0:val>2 + + <_0:field column="QtyOrdered"> + <_0:val>2 + + <_0:field column="Line"> + <_0:val>10 + + <_0:field column="PriceEntered"> + <_0:val>14 + + <_0:field column="PriceActual"> + <_0:val>15 + + + + + <_0:operation preCommit="true" postCommit="true"> + <_0:TargetPort>setDocAction + <_0:ModelSetDocAction> + <_0:serviceType>CompleteOrder + <_0:tableName>C_Order + <_0:recordID>0 + <_0:recordIDVariable>@C_Order.C_Order_ID + <_0:docAction>CO + + + + + + +]]>BasicBasicGlobal HTTP Settings<xml-fragment/>UTF-8https://localhost:8443/ADInterface/services/compositeInterface + + + <_0:compositeOperation> + <_0:CompositeRequest> + <_0:serviceType>TestLogin + <_0:ADLoginRequest> + <_0:user>WebServicex + <_0:pass>WebService + <_0:lang>en_US + <_0:ClientID>11 + <_0:RoleID>50004 + <_0:OrgID>11 + <_0:WarehouseID>103 + <_0:stage>9 + + + + +]]>No Authorization \ No newline at end of file diff --git a/org.slf4j.jdk14/buckminster.cspex b/org.slf4j.jdk14/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.slf4j.jdk14/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.slf4j.jdk14/copyjars.xml b/org.slf4j.jdk14/copyjars.xml new file mode 100644 index 0000000000..ecc90a359f --- /dev/null +++ b/org.slf4j.jdk14/copyjars.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/org.w3c.dom.fragment/buckminster.cspex b/org.w3c.dom.fragment/buckminster.cspex new file mode 100644 index 0000000000..c6cc7e6633 --- /dev/null +++ b/org.w3c.dom.fragment/buckminster.cspex @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/org.w3c.dom.fragment/copyjars.xml b/org.w3c.dom.fragment/copyjars.xml new file mode 100644 index 0000000000..81fd55a561 --- /dev/null +++ b/org.w3c.dom.fragment/copyjars.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/org.zkoss.zk.library/.classpath b/org.zkoss.zk.library/.classpath index ca4bd397ab..b32da48ff3 100644 --- a/org.zkoss.zk.library/.classpath +++ b/org.zkoss.zk.library/.classpath @@ -1,30 +1,21 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/org.zkoss.zk.library/META-INF/MANIFEST.MF b/org.zkoss.zk.library/META-INF/MANIFEST.MF index 55c8b76fac..8e93d81ceb 100644 --- a/org.zkoss.zk.library/META-INF/MANIFEST.MF +++ b/org.zkoss.zk.library/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: iDempiere Zk Library Bundle-SymbolicName: org.zkoss.zk.library -Bundle-Version: 7.0.7.20151022 +Bundle-Version: 7.0.7.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: bsh, bsh.classpath, @@ -155,19 +155,9 @@ Import-Package: bsh, Bundle-ClassPath: ., lib/calendar.jar, lib/ckez.jar, - lib/commons-el.jar, lib/commons-fileupload.jar, lib/commons-io.jar, - lib/Filters.jar, lib/gmapsz.jar, - lib/jruby-complete.jar, - lib/js.jar, - lib/json_simple.jar, - lib/junit.jar, - lib/jxl.jar, - lib/jython.jar, - lib/mvel.jar, - lib/ognl.jar, lib/timelinez.jar, lib/timeplotz.jar, lib/zcommon.jar, @@ -177,46 +167,18 @@ Bundle-ClassPath: ., lib/zkbind.jar, lib/zkplus.jar, lib/zul.jar, - lib/zweb.jar -Export-Package: com.jhlabs.image, - com.jhlabs.math, - com.jhlabs.vecmath, - com.xhaus.modjy, - com.ziclix.python.sql, - com.ziclix.python.sql.connect, - com.ziclix.python.sql.handler, - com.ziclix.python.sql.pipe, - com.ziclix.python.sql.pipe.csv, - com.ziclix.python.sql.pipe.db, - com.ziclix.python.sql.procedure, - com.ziclix.python.sql.resource, - com.ziclix.python.sql.util, - common, - common.log, - javatests, - jline, - junit.extensions, + lib/zweb.jar, + lib/junit.jar +Export-Package: junit.extensions, junit.framework, junit.runner, junit.textui, - jxl, - jxl.biff, - jxl.biff.drawing, - jxl.biff.formula, - jxl.demo, - jxl.format, - jxl.read.biff, - jxl.write, - jxl.write.biff, metainfo.mesg, metainfo.org.zkoss.util.media, metainfo.tld, metainfo.xel, metainfo.xml, metainfo.zk, - ognl, - org.apache.commons.el, - org.apache.commons.el.parser, org.apache.commons.fileupload;version="1.2.2", org.apache.commons.fileupload.disk;version="1.2.2", org.apache.commons.fileupload.portlet;version="1.2.2", @@ -228,54 +190,6 @@ Export-Package: com.jhlabs.image, org.apache.commons.io.input;version="2.1.0", org.apache.commons.io.monitor, org.apache.commons.io.output;version="2.1.0", - org.jruby, - org.jruby.anno, - org.jruby.ast, - org.jruby.ast.executable, - org.jruby.ast.types, - org.jruby.ast.util, - org.jruby.ast.visitor, - org.jruby.common, - org.jruby.compiler, - org.jruby.compiler.impl, - org.jruby.compiler.util, - org.jruby.environment, - org.jruby.evaluator, - org.jruby.exceptions, - org.jruby.ext, - org.jruby.ext.ffi, - org.jruby.ext.ffi.io, - org.jruby.ext.socket, - org.jruby.gen, - org.jruby.internal.runtime, - org.jruby.internal.runtime.methods, - org.jruby.java.addons, - org.jruby.java.invokers, - org.jruby.java.proxies, - org.jruby.javasupport, - org.jruby.javasupport.bsf, - org.jruby.javasupport.proxy, - org.jruby.javasupport.util, - org.jruby.lexer.yacc, - org.jruby.management, - org.jruby.parser, - org.jruby.platform, - org.jruby.runtime, - org.jruby.runtime.builtin, - org.jruby.runtime.callback, - org.jruby.runtime.callsite, - org.jruby.runtime.component, - org.jruby.runtime.invokedynamic, - org.jruby.runtime.load, - org.jruby.runtime.marshal, - org.jruby.runtime.scope, - org.jruby.util, - org.jruby.util.collections, - org.jruby.util.io, - org.jruby.util.string, - org.jruby.util.unsafe, - org.json.simple, - org.json.simple.parser, org.junit, org.junit.internal, org.junit.internal.requests, @@ -284,128 +198,6 @@ Export-Package: com.jhlabs.image, org.junit.runner.manipulation, org.junit.runner.notification, org.junit.runners, - org.mozilla.classfile, - org.mozilla.javascript, - org.mozilla.javascript.continuations, - org.mozilla.javascript.debug, - org.mozilla.javascript.jdk11, - org.mozilla.javascript.jdk13, - org.mozilla.javascript.jdk15, - org.mozilla.javascript.optimizer, - org.mozilla.javascript.regexp, - org.mozilla.javascript.resources, - org.mozilla.javascript.serialize, - org.mozilla.javascript.tools, - org.mozilla.javascript.tools.idswitch, - org.mozilla.javascript.tools.jsc, - org.mozilla.javascript.tools.resources, - org.mozilla.javascript.xml, - org.mozilla.javascript.xml.impl.xmlbeans, - org.mozilla.javascript.xmlimpl, - org.mvel, - org.mvel.asm, - org.mvel.ast, - org.mvel.ast.cache, - org.mvel.conversion, - org.mvel.debug, - org.mvel.integration, - org.mvel.integration.impl, - org.mvel.math, - org.mvel.optimizers, - org.mvel.optimizers.impl.asm, - org.mvel.optimizers.impl.refl, - org.mvel.optimizers.impl.refl.collection, - org.mvel.tests, - org.mvel.tests.main, - org.mvel.tests.main.res, - org.mvel.tests.perftests, - org.mvel.tests.special, - org.mvel.util, - org.python, - org.python.antlr, - org.python.antlr.adapter, - org.python.antlr.ast, - org.python.antlr.base, - org.python.antlr.op, - org.python.antlr.runtime, - org.python.antlr.runtime.debug, - org.python.antlr.runtime.misc, - org.python.antlr.runtime.tree, - org.python.apache.html.dom, - org.python.apache.wml, - org.python.apache.wml.dom, - org.python.apache.xerces.dom, - org.python.apache.xerces.dom.events, - org.python.apache.xerces.dom3.as, - org.python.apache.xerces.impl, - org.python.apache.xerces.impl.dtd, - org.python.apache.xerces.impl.dtd.models, - org.python.apache.xerces.impl.dv, - org.python.apache.xerces.impl.dv.dtd, - org.python.apache.xerces.impl.dv.util, - org.python.apache.xerces.impl.dv.xs, - org.python.apache.xerces.impl.io, - org.python.apache.xerces.impl.msg, - org.python.apache.xerces.impl.validation, - org.python.apache.xerces.impl.xpath, - org.python.apache.xerces.impl.xpath.regex, - org.python.apache.xerces.impl.xs, - org.python.apache.xerces.impl.xs.identity, - org.python.apache.xerces.impl.xs.models, - org.python.apache.xerces.impl.xs.opti, - org.python.apache.xerces.impl.xs.traversers, - org.python.apache.xerces.impl.xs.util, - org.python.apache.xerces.jaxp, - org.python.apache.xerces.jaxp.datatype, - org.python.apache.xerces.jaxp.validation, - org.python.apache.xerces.parsers, - org.python.apache.xerces.util, - org.python.apache.xerces.xinclude, - org.python.apache.xerces.xni, - org.python.apache.xerces.xni.grammars, - org.python.apache.xerces.xni.parser, - org.python.apache.xerces.xpointer, - org.python.apache.xerces.xs, - org.python.apache.xerces.xs.datatypes, - org.python.apache.xml.serialize, - org.python.compiler, - org.python.constantine, - org.python.constantine.platform, - org.python.constantine.platform.darwin, - org.python.constantine.platform.fake, - org.python.constantine.platform.freebsd, - org.python.constantine.platform.linux, - org.python.constantine.platform.openbsd, - org.python.constantine.platform.sunos, - org.python.core, - org.python.core.adapter, - org.python.core.io, - org.python.core.packagecache, - org.python.core.util, - org.python.expose, - org.python.modules, - org.python.modules._collections, - org.python.modules._csv, - org.python.modules._functools, - org.python.modules._weakref, - org.python.modules.random, - org.python.modules.sre, - org.python.modules.thread, - org.python.modules.time, - org.python.modules.zipimport, - org.python.objectweb.asm, - org.python.objectweb.asm.commons, - org.python.objectweb.asm.signature, - org.python.objectweb.asm.util, - org.python.posix, - org.python.posix.util, - org.python.tests, - org.python.tests.identity, - org.python.tests.inbred, - org.python.tests.mro, - org.python.tests.props, - org.python.util, - org.w3c.dom.html, org.zkforge.ckez, org.zkforge.json.simple, org.zkforge.json.simple.parser, diff --git a/org.zkoss.zk.library/buckminster.cspex b/org.zkoss.zk.library/buckminster.cspex index b254c4a602..6ed1ff4efe 100644 --- a/org.zkoss.zk.library/buckminster.cspex +++ b/org.zkoss.zk.library/buckminster.cspex @@ -20,7 +20,7 @@ - + diff --git a/org.zkoss.zk.library/build.properties b/org.zkoss.zk.library/build.properties index 6cc648e932..8331eb4525 100644 --- a/org.zkoss.zk.library/build.properties +++ b/org.zkoss.zk.library/build.properties @@ -1,21 +1,11 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ - lib/jython.jar,\ lib/calendar.jar,\ lib/ckez.jar,\ - lib/commons-el.jar,\ lib/commons-fileupload.jar,\ lib/commons-io.jar,\ - lib/Filters.jar,\ lib/gmapsz.jar,\ - lib/jruby-complete.jar,\ - lib/js.jar,\ - lib/json_simple.jar,\ - lib/junit.jar,\ - lib/jxl.jar,\ - lib/mvel.jar,\ - lib/ognl.jar,\ lib/timelinez.jar,\ lib/timeplotz.jar,\ lib/zcommon.jar,\ @@ -25,5 +15,6 @@ bin.includes = META-INF/,\ lib/zkbind.jar,\ lib/zkplus.jar,\ lib/zul.jar,\ - lib/zweb.jar + lib/zweb.jar,\ + lib/junit.jar source.. = src/ diff --git a/org.zkoss.zk.library/copyjars.xml b/org.zkoss.zk.library/copyjars.xml index 3bcf6e17bd..3793d6da21 100644 --- a/org.zkoss.zk.library/copyjars.xml +++ b/org.zkoss.zk.library/copyjars.xml @@ -1,19 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +