From d81e9f0bb7edc7b7739484f02340ba11a29f317e Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Tue, 13 Jul 2010 16:08:03 +0800 Subject: [PATCH] Fixed classpath to depends only on plugin dependency. Modify build file for osgi deployment --- JasperReports/.classpath | 8 - JasperReports/META-INF/MANIFEST.MF | 11 +- JasperReports/build.properties | 1 + JasperReports/build.xml | 232 +++-------------------------- 4 files changed, 22 insertions(+), 230 deletions(-) diff --git a/JasperReports/.classpath b/JasperReports/.classpath index 825d97b205..3b5382a9c0 100644 --- a/JasperReports/.classpath +++ b/JasperReports/.classpath @@ -2,14 +2,6 @@ - - - - - - - - diff --git a/JasperReports/META-INF/MANIFEST.MF b/JasperReports/META-INF/MANIFEST.MF index 009eae608f..2e3b3a3487 100644 --- a/JasperReports/META-INF/MANIFEST.MF +++ b/JasperReports/META-INF/MANIFEST.MF @@ -1,18 +1,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JasperReports -Bundle-SymbolicName: JasperReports +Bundle-SymbolicName: org.adempiere.JasperReports Bundle-Version: 1.0.0.qualifier -Bundle-ClassPath: JasperReports.jar, - lib/postgresql.jar, - lib/ocrs12.jar, - lib/ojdbc14.jar, - lib/barbecue-1.5-beta1.jar +Bundle-ClassPath: JasperReports.jar Export-Package: org.compiere.interfaces, org.compiere.report, org.compiere.utils Require-Bundle: org.adempiere.base;bundle-version="0.0.0", org.adempiere.JasperReportsTools;bundle-version="1.0.0", org.adempiere.client;bundle-version="0.0.0", - com.springsource.javax.ejb;bundle-version="3.0.0" + com.springsource.javax.ejb;bundle-version="3.0.0", + org.adempiere.tools;bundle-version="0.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/JasperReports/build.properties b/JasperReports/build.properties index ea87d678f8..d3413af8c4 100644 --- a/JasperReports/build.properties +++ b/JasperReports/build.properties @@ -1,3 +1,4 @@ source.JasperReports.jar = src/ +output.JasperReports.jar = build bin.includes = META-INF/,\ JasperReports.jar diff --git a/JasperReports/build.xml b/JasperReports/build.xml index 952a9d0d48..8fef7d8e67 100644 --- a/JasperReports/build.xml +++ b/JasperReports/build.xml @@ -3,227 +3,29 @@ - + - Build the UI subproject within the Compiere project. + build jasper reports bundle for adempiere - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TM Looks API Documentation]]> -
Compiere JasperReports Integration 1.0]]>
- Copyright (c) 1999-2005 ComPiere, Inc. - Author: Ronan LE MEILLAT based on rus.jar]]> - -
-
- - - - - - - - - - - - - - - + + + + + + + + + +