You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/10/15 06:48:58 UTC

svn commit: r825391 [3/18] - in /ofbiz/branches/addBirt/framework: base/config/ webapp/lib/ webapp/src/org/ofbiz/webapp/control/ webtools/ webtools/config/ webtools/data/helpdata/ webtools/servicedef/ webtools/src/org/ofbiz/birt/ webtools/src/org/ofbiz...

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/CancelTask.jsp
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/CancelTask.jsp?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/CancelTask.jsp (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/CancelTask.jsp Thu Oct 15 04:48:28 2009
@@ -0,0 +1,49 @@
+<%-----------------------------------------------------------------------------
+	Copyright (c) 2004 Actuate Corporation and others.
+	All rights reserved. This program and the accompanying materials 
+	are made available under the terms of the Eclipse Public License v1.0
+	which accompanies this distribution, and is available at
+	http://www.eclipse.org/legal/epl-v10.html
+	
+	Contributors:
+		Actuate Corporation - Initial implementation.
+-----------------------------------------------------------------------------%>
+<%@ page contentType="text/html; charset=utf-8" %>
+<%@ page session="false" buffer="none" %>
+<%@ page import="org.eclipse.birt.report.utility.BirtUtility,
+				 org.eclipse.birt.report.IBirtConstants,	
+				 org.eclipse.birt.report.resource.BirtResources" %>
+
+<%-----------------------------------------------------------------------------
+	Cancel Task
+-----------------------------------------------------------------------------%>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+	<HEAD>
+		<TITLE>
+			<%= BirtResources.getMessage( "birt.viewer.title.message" )%>
+		</TITLE>
+		<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
+		<LINK REL="stylesheet" HREF="<%= request.getContextPath( ) + "/webcontent/birt/styles/style.css" %>" TYPE="text/css">
+	</HEAD>
+	<%
+		String taskid = request.getParameter( IBirtConstants.OPRAND_TASKID );
+		try
+		{
+			BirtUtility.cancelTask( request, taskid );
+		}
+		catch( Exception e )
+		{
+			e.printStackTrace( );
+		}
+	%>
+	<BODY>
+		<TABLE CLASS="BirtViewer_Highlight_Label">
+			<TR>
+				<TD NOWRAP>
+					<%= BirtResources.getMessage( "birt.viewer.message.taskcanceled" )%>
+				</TD>
+			</TR>
+		</TABLE>
+	</BODY>
+</HTML>
\ No newline at end of file

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/CancelTask.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/CancelTask.jsp
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/CancelTask.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/config.ini
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/config.ini?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/config.ini (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/config.ini Thu Oct 15 04:48:28 2009
@@ -0,0 +1,5 @@
+#Product Runtime Configuration File
+eclipse.product=org.eclipse.birt.report.engine.ReportEngineSDK
+osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.birt.core@start
+osgi.framework.extensions=org.eclipse.birt.api
+osgi.bundles.defaultStartLevel=4

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/config.ini
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.core.runtime/.manager/.fileTableLock
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.core.runtime/.manager/.fileTableLock?rev=825391&view=auto
==============================================================================
    (empty)

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.core.runtime/.manager/.fileTableLock
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.equinox.app/.manager/.fileTableLock
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.equinox.app/.manager/.fileTableLock?rev=825391&view=auto
==============================================================================
    (empty)

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.equinox.app/.manager/.fileTableLock
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.equinox.app/.manager/.tmp6547585616898249644.instance
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.equinox.app/.manager/.tmp6547585616898249644.instance?rev=825391&view=auto
==============================================================================
    (empty)

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.equinox.app/.manager/.tmp6547585616898249644.instance
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.bundledata.1
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.bundledata.1?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.bundledata.1
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.bundledata.1
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.lazy.1
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.lazy.1?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.lazy.1
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.lazy.1
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.4
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.4?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.4 (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.4 Thu Oct 15 04:48:28 2009
@@ -0,0 +1,6 @@
+#safe table
+#Mon Oct 12 17:13:06 ICT 2009
+.bundledata=1
+.state=0
+.lazy=0
+.crc3548b291.v1

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.4
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.5
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.5?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.5 (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.5 Thu Oct 15 04:48:28 2009
@@ -0,0 +1,6 @@
+#safe table
+#Mon Oct 12 17:13:06 ICT 2009
+.bundledata=1
+.state=1
+.lazy=1
+.crcc391e8ee.v1

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTable.5
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTableLock
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTableLock?rev=825391&view=auto
==============================================================================
    (empty)

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTableLock
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.tmp4010540039369615635.instance
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.tmp4010540039369615635.instance?rev=825391&view=auto
==============================================================================
    (empty)

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.manager/.tmp4010540039369615635.instance
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.state.1
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.state.1?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.state.1
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/.state.1
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/Tidy.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/Tidy.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/Tidy.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/Tidy.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/commons-cli-1.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/commons-cli-1.0.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/commons-cli-1.0.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/commons-cli-1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml Thu Oct 15 04:48:28 2009
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config date="1255342355826" transient="false" version="3.0">
+<site enabled="true" policy="USER-EXCLUDE" updateable="true" url="platform:/base/">
+</site>
+</config>

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/history/1255342354000.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/last.config.stamp
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/last.config.stamp?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/last.config.stamp
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/last.config.stamp
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/platform.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/platform.xml?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/platform.xml (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/platform.xml Thu Oct 15 04:48:28 2009
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config date="1255576526435" transient="false" version="3.0">
+<site enabled="true" policy="USER-EXCLUDE" updateable="true" url="platform:/base/">
+</site>
+</config>

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/platform.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/platform.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/configuration/org.eclipse.update/platform.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.bat
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.bat?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.bat (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.bat Thu Oct 15 04:48:28 2009
@@ -0,0 +1,81 @@
+ECHO off
+
+REM org.eclipse.birt.report.engine.impl.ReportRunner Usage:
+REM --mode/-m [ run | render | runrender] the default is runrender
+REM for runrender mode:
+REM      we should add it in the end <design file>
+REM      --format/-f [ HTML \| PDF ]
+REM      --output/-o <target file>
+REM      --htmlType/-t < HTML \| ReportletNoCSS >
+REM      --locale /-l <locale>
+REM      --parameter/-p <"parameterName=parameterValue">
+REM      --file/-F <parameter file>
+REM      --encoding/-e <target encoding>
+REM
+REM Locale: default is english
+REM parameters in command line will overide parameters in parameter file
+REM parameter name cant include characters such as \ ', '=', ':'
+REM
+REM For RUN mode:
+REM      we should add it in the end<design file>
+REM      --output/-o <target file>
+REM      --locale /-l <locale>
+REM      --parameter/-p <parameterName=parameterValue>
+REM      --file/-F <parameter file>
+REM
+REM Locale: default is english
+REM parameters in command line will overide parameters in parameter file 
+REM parameter name cant include characters such as \ ', '=', ':' 
+REM
+REM For RENDER mode:
+REM     we should add it in the end<design file>
+REM     --output/-o <target file>
+REM     --page/-p <pageNumber>
+REM     --locale /-l <locale>
+REM
+REM Locale: default is english
+IF not "%BIRT_HOME%" == "" GOTO runBirt
+ECHO "Please set BIRT_HOME first."
+GOTO end
+:runBirt
+
+
+REM set the birt class path.
+SET BIRTCLASSPATH=%BIRT_HOME%\ReportEngine\lib\chartengineapi.jar;%BIRT_HOME%\ReportEngine\lib\chartitemapi.jar;%BIRT_HOME%\ReportEngine\lib\com.ibm.icu_4.0.1.v20090822.jar;%BIRT_HOME%\ReportEngine\lib\commons-cli-1.0.jar;%BIRT_HOME%\ReportEngine\lib\coreapi.jar;%BIRT_HOME%\ReportEngine\lib\crosstabcoreapi.jar;%BIRT_HOME%\ReportEngine\lib\dataadapterapi.jar;%BIRT_HOME%\ReportEngine\lib\dataaggregationapi.jar;%BIRT_HOME%\ReportEngine\lib\dataextraction.jar;%BIRT_HOME%\ReportEngine\lib\dteapi.jar;%BIRT_HOME%\ReportEngine\lib\emitterconfig.jar;%BIRT_HOME%\ReportEngine\lib\engineapi.jar;%BIRT_HOME%\ReportEngine\lib\flute.jar;%BIRT_HOME%\ReportEngine\lib\js.jar;%BIRT_HOME%\ReportEngine\lib\modelapi.jar;%BIRT_HOME%\ReportEngine\lib\modelodaapi.jar;%BIRT_HOME%\ReportEngine\lib\odadesignapi.jar;%BIRT_HOME%\ReportEngine\lib\org.apache.commons.codec_1.3.0.v20080530-1600.jar;%BIRT_HOME%\ReportEngine\lib\org.eclipse.emf.common_2.5.0.v200906151043.jar;%BIRT_HOME%\ReportEngine\lib\org.ecl
 ipse.emf.ecore.xmi_2.5.0.v200906151043.jar;%BIRT_HOME%\ReportEngine\lib\org.eclipse.emf.ecore_2.5.0.v200906151043.jar;%BIRT_HOME%\ReportEngine\lib\org.w3c.css.sac_1.3.0.v200805290154.jar;%BIRT_HOME%\ReportEngine\lib\scriptapi.jar;
+
+
+REM set command
+SET JAVACMD=java
+set p1=%1
+set p2=%2
+set p3=%3
+set p4=%4
+set p5=%5
+set p6=%6
+set p7=%7
+set p8=%8
+set p9=%9
+shift
+set p10=%9
+shift
+set p11=%9
+shift
+set p12=%9
+shift
+set p13=%9
+shift
+set p14=%9
+shift
+set p15=%9
+shift
+set p16=%9
+shift
+set p17=%9
+shift
+set p18=%9
+shift
+set p19=%9
+
+%JAVACMD% -cp "%BIRTCLASSPATH%" -DBIRT_HOME="%BIRT_HOME%\ReportEngine" org.eclipse.birt.report.engine.api.ReportRunner %p1% %p2% %p3% %p4% %p5% %p6% %p7% %p8% %p9% %p10% %p11% %p12% %p13% %p14% %p15% %p16% %p17% %p18% %p19%
+
+:end

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.bat
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.sh
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.sh?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.sh (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.sh Thu Oct 15 04:48:28 2009
@@ -0,0 +1,48 @@
+################USAGE OF REPORTRUNNER#########################
+# echo "org.eclipse.birt.report.engine.impl.ReportRunner Usage:";
+# echo "--mode/-m [ run | render | runrender] the default is runrender "
+# echo "for runrender mode: "
+# echo "" "we should add it in the end <design file> "
+# echo "" "--format/-f [ HTML | PDF ] "
+# echo "" "--output/-o <target file>"
+# echo "" "--htmlType/-t < HTML | ReportletNoCSS >"
+# echo "" "--locale /-l<locale>"
+# echo "" "--parameter/-p <"parameterName=parameterValue">"
+# echo "" "--file/-F <parameter file>"
+# echo "" "--encoding/-e <target encoding>"
+# echo " "
+# echo "Locale: default is english"
+# echo "parameters in command line will overide parameters in parameter file"
+# echo "parameter name cant include characters such as \ ', '=', ':'"
+# echo " "
+# echo "For RUN mode:"
+# echo "we should add it in the end<design file>"
+# echo "" "--output/-o <target file>"
+# echo "" "--locale /-l<locale>"
+# echo "" "--parameter/-p <parameterName=parameterValue>"
+# echo "" "--file/-F <parameter file>"
+# echo " "
+# echo "Locale: default is english"
+# echo "parameters in command line will overide parameters in parameter file"
+# echo "parameter name cant include characters such as \ ', '=', ':'"
+# echo " "
+# echo "For RENDER mode:"
+# echo "" "we should add it in the end<design file>"
+# echo "" "--output/-o <target file>"
+# echo "" "--page/-p <pageNumber>"
+# echo "" "--locale /-l<locale>"
+# echo " "
+# echo "Locale: default is english"
+################END OF USAGE #########################
+if [ "$BIRT_HOME" = "" ];
+
+then
+echo " The BIRT_HOME need be set before BirtRunner can run.";
+else
+
+export BIRTCLASSPATH="$BIRT_HOME/ReportEngine/lib/chartengineapi.jar:$BIRT_HOME/ReportEngine/lib/chartitemapi.jar:$BIRT_HOME/ReportEngine/lib/com.ibm.icu_4.0.1.v20090822.jar:$BIRT_HOME/ReportEngine/lib/commons-cli-1.0.jar:$BIRT_HOME/ReportEngine/lib/coreapi.jar:$BIRT_HOME/ReportEngine/lib/crosstabcoreapi.jar:$BIRT_HOME/ReportEngine/lib/dataadapterapi.jar:$BIRT_HOME/ReportEngine/lib/dataaggregationapi.jar:$BIRT_HOME/ReportEngine/lib/dataextraction.jar:$BIRT_HOME/ReportEngine/lib/dteapi.jar:$BIRT_HOME/ReportEngine/lib/emitterconfig.jar:$BIRT_HOME/ReportEngine/lib/engineapi.jar:$BIRT_HOME/ReportEngine/lib/flute.jar:$BIRT_HOME/ReportEngine/lib/js.jar:$BIRT_HOME/ReportEngine/lib/modelapi.jar:$BIRT_HOME/ReportEngine/lib/modelodaapi.jar:$BIRT_HOME/ReportEngine/lib/odadesignapi.jar:$BIRT_HOME/ReportEngine/lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar:$BIRT_HOME/ReportEngine/lib/org.eclipse.emf.common_2.5.0.v200906151043.jar:$BIRT_HOME/ReportEngine/lib/org.eclipse.emf.ecore.x
 mi_2.5.0.v200906151043.jar:$BIRT_HOME/ReportEngine/lib/org.eclipse.emf.ecore_2.5.0.v200906151043.jar:$BIRT_HOME/ReportEngine/lib/org.w3c.css.sac_1.3.0.v200805290154.jar:$BIRT_HOME/ReportEngine/lib/scriptapi.jar"
+
+JAVACMD='java';
+$JAVACMD -cp "$BIRTCLASSPATH" -DBIRT_HOME="$BIRT_HOME/ReportEngine" org.eclipse.birt.report.engine.api.ReportRunner ${1+"$@"}
+
+fi

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/genReport.sh
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartengineapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartengineapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartengineapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartengineapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartitemapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartitemapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartitemapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/chartitemapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/com.ibm.icu_4.0.1.v20090822.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/com.ibm.icu_4.0.1.v20090822.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/com.ibm.icu_4.0.1.v20090822.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/com.ibm.icu_4.0.1.v20090822.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/commons-cli-1.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/commons-cli-1.0.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/commons-cli-1.0.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/commons-cli-1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/coreapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/coreapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/coreapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/coreapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/crosstabcoreapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/crosstabcoreapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/crosstabcoreapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/crosstabcoreapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataadapterapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataadapterapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataadapterapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataadapterapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataaggregationapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataaggregationapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataaggregationapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataaggregationapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataextraction.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataextraction.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataextraction.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dataextraction.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dteapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dteapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dteapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/dteapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/emitterconfig.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/emitterconfig.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/emitterconfig.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/emitterconfig.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/engineapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/engineapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/engineapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/engineapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/flute.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/flute.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/flute.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/flute.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/js.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/js.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/js.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/js.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelodaapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelodaapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelodaapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/modelodaapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/odadesignapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/odadesignapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/odadesignapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/odadesignapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.common_2.5.0.v200906151043.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.common_2.5.0.v200906151043.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.common_2.5.0.v200906151043.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.common_2.5.0.v200906151043.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore_2.5.0.v200906151043.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore_2.5.0.v200906151043.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore_2.5.0.v200906151043.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.eclipse.emf.ecore_2.5.0.v200906151043.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.w3c.css.sac_1.3.0.v200805290154.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.w3c.css.sac_1.3.0.v200805290154.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.w3c.css.sac_1.3.0.v200805290154.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/org.w3c.css.sac_1.3.0.v200805290154.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/scriptapi.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/scriptapi.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/scriptapi.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/lib/scriptapi.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.ibm.icu_4.0.1.v20090822.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.ibm.icu_4.0.1.v20090822.jar?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.ibm.icu_4.0.1.v20090822.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.ibm.icu_4.0.1.v20090822.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.RSA
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.RSA?rev=825391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.RSA
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.RSA
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.SF
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.SF?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.SF (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.SF Thu Oct 15 04:48:28 2009
@@ -0,0 +1,50 @@
+Signature-Version: 1.0
+SHA1-Digest-Manifest: CV56Rir/IOTu7nd3HkVw8kO33Vg=
+Created-By: 1.6.0 (IBM Corporation)
+SHA1-Digest-Manifest-Main-Attributes: pccmIMPkaRpr84AsMr4BJxnQ9mw=
+
+Name: about_files/NOTICE-commons-lang.txt
+SHA1-Digest: Dcmk5XHoZTnZ/1XZa9bByHyjhL8=
+
+Name: eclipse32.png
+SHA1-Digest: Yg2IAx+o7H2tbLyk4cwOAV+K+R4=
+
+Name: about_files/bouncycastle_license.txt
+SHA1-Digest: 2PU7V/eCst00nEPIkJILLPdE3f4=
+
+Name: about.ini
+SHA1-Digest: INNEGu5sbk4YgQndV+vTc61w/Bk=
+
+Name: META-INF/eclipse.inf
+SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk=
+
+Name: about.mappings
+SHA1-Digest: NpOqGmwrfWeloOYEZ4bIGujex88=
+
+Name: about_files/MPL-1.1.txt
+SHA1-Digest: R7vjJduoLOplud0HRjSwvqhRUck=
+
+Name: about_files/LICENSE-asl-20.txt
+SHA1-Digest: AS8blcGMNj4ID0EVE7SDKY6GgG8=
+
+Name: about.html
+SHA1-Digest: iPXWZT36PZ8hxm39O8cR7wM13oQ=
+
+Name: lib/itextasian-1.5.2.jar
+SHA1-Digest: d+vWDcqMH+XJHYujyovdrDfY5vI=
+
+Name: about.properties
+SHA1-Digest: XWGNdC+dDP7dEpdNUGlnwHkKkO0=
+
+Name: about_files/UNICODE-notice.txt
+SHA1-Digest: CoRcDqKTIbOkRJLQVFwGG40G2MY=
+
+Name: lib/itext_1.5.4.jar
+SHA1-Digest: Ll9ZRrsGFGISuYjylWTQ4cmx9tk=
+
+Name: about_files/NOTICE-xerces.txt
+SHA1-Digest: VACO3ykBiD4jq5Urp7AquIjYfS8=
+
+Name: about_files/JAI-notice.txt
+SHA1-Digest: JEnaZwZhCpknfNLCNpU1qBxIINI=
+

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/ECLIPSEF.SF
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/MANIFEST.MF?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/MANIFEST.MF (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/MANIFEST.MF Thu Oct 15 04:48:28 2009
@@ -0,0 +1,68 @@
+Manifest-Version: 1.0
+Bundle-ClassPath: lib/itextasian-1.5.2.jar,library.jar,lib/itext_1.5.4
+ .jar
+Bundle-Vendor: Eclipse.org
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-Name: Lowagie Itext
+Bundle-SymbolicName: com.lowagie.itext
+Eclipse-ExtensibleAPI: true
+Bundle-Version: 1.5.4.v20090305
+Export-Package: com.lowagie.bc.asn1,com.lowagie.text,com.lowagie.text.
+ html,com.lowagie.text.html.simpleparser,com.lowagie.text.markup,com.l
+ owagie.text.pdf,com.lowagie.text.pdf.codec,com.lowagie.text.pdf.codec
+ .wmf,com.lowagie.text.pdf.crypto,com.lowagie.text.pdf.events,com.lowa
+ gie.text.pdf.fonts,com.lowagie.text.pdf.hyphenation,com.lowagie.text.
+ rtf,com.lowagie.text.rtf.direct,com.lowagie.text.rtf.document,com.low
+ agie.text.rtf.document.output,com.lowagie.text.rtf.field,com.lowagie.
+ text.rtf.graphic,com.lowagie.text.rtf.headerfooter,com.lowagie.text.r
+ tf.list,com.lowagie.text.rtf.style,com.lowagie.text.rtf.table,com.low
+ agie.text.rtf.text,com.lowagie.text.xml,com.lowagie.text.xml.xmp,com.
+ lowagie.tools
+Bundle-ManifestVersion: 2
+
+Name: about_files/NOTICE-commons-lang.txt
+SHA1-Digest: yxqsyHYuXWcGuS5lTBUlpd4qNQw=
+
+Name: eclipse32.png
+SHA1-Digest: eCk/A3/COXL3S6qAVDOSrlsqmLw=
+
+Name: about_files/bouncycastle_license.txt
+SHA1-Digest: c2+FXGr4NqQecSfu0fWsHRAHfmg=
+
+Name: about.ini
+SHA1-Digest: 2w8BfdBzQbbWHJNbazxzu9YMYwo=
+
+Name: META-INF/eclipse.inf
+SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=
+
+Name: about.mappings
+SHA1-Digest: 4fkRPbakxJw/l7UVJfFDuPncInU=
+
+Name: about_files/MPL-1.1.txt
+SHA1-Digest: q6jXbQr2fVfaPDwyHKpZ89JCOGs=
+
+Name: about_files/LICENSE-asl-20.txt
+SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=
+
+Name: about.html
+SHA1-Digest: G9uakmojrdxY0X9pbQ4J9IXi7zM=
+
+Name: lib/itextasian-1.5.2.jar
+SHA1-Digest: l6c5otF0wiM2nyT2cnw7zvAFD94=
+
+Name: about.properties
+SHA1-Digest: mk9sY8umsVweO7IpyhT0OAxj/wQ=
+
+Name: about_files/UNICODE-notice.txt
+SHA1-Digest: kqfRHLL5ywDiFndNWSu195E8W/M=
+
+Name: lib/itext_1.5.4.jar
+SHA1-Digest: lClTRUmniPS9GkLwqrNCn6ON2EQ=
+
+Name: about_files/NOTICE-xerces.txt
+SHA1-Digest: rg63D4ZieDMyEchu20aOfye4/mo=
+
+Name: about_files/JAI-notice.txt
+SHA1-Digest: jbHA0tpkkS58HITw2Z0lKWyVTNk=
+

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/MANIFEST.MF
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/eclipse.inf
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/eclipse.inf?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/eclipse.inf (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/eclipse.inf Thu Oct 15 04:48:28 2009
@@ -0,0 +1,3 @@
+#Processed using Jarprocessor
+pack200.args = -E4
+pack200.conditioned = true

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/META-INF/eclipse.inf
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html Thu Oct 15 04:48:28 2009
@@ -0,0 +1,231 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>Jan 29, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+<h3>Third Party Content</h3>
+
+<p>The Content includes items that have been sourced from third parties as set out below. If you 
+did not receive this Content directly from the Eclipse Foundation, the following is provided 
+for informational purposes only, and you should look to the Redistributor&rsquo;s license for 
+terms and conditions of use.</p>
+
+<h4>iText 1.5.4</h4>
+
+<p>The plug-in is accompanied by software developed by the iText project led by 
+Bruno Lowagie and Paulo Soares at <a href="http://www.lowagie.com/iText/">
+http://www.lowagie.com/iText/</a>.
+The binary code of iText 1.5.4 (&quot;iText&quot;) is included with the plug-in without modification in lib/itext-1.5.4.jar.
+Your use of iText is subject to the terms and conditions of the Mozilla Public License, Version 1.1 (&quot;MPL&quot;).
+A copy of the Mozilla Public License can be found in <a href="about_files/MPL-1.1.txt">about_files/MPL-1.1.txt</a>
+and is also available at <a href="http://www.lowagie.com/iText/MPL-1.1.txt">http://www.lowagie.com/iText/MPL-1.1.txt</a>.
+The source code for iText is available at <a href="http://sourceforge.net/projects/itext/">http://sourceforge.net/projects/itext/</a>.</p>
+
+<h4>iText Asian 1.5.2 </h4>
+
+<p>The plug-in is accompanied by software developed by the iText project led by 
+Bruno Lowagie and Paulo Soares at <a href="http://www.lowagie.com/iText/">
+http://www.lowagie.com/iText/</a>.
+The binary code of iText Asian (&quot;iTextAsian&quot;) is included with the plug-in without modification in lib/iTextAsian.jar.
+Your use of iText Asian is subject to the terms and conditions of the Mozilla Public License, Version 1.1 (&quot;MPL&quot;).
+A copy of the MPL can be found in <a href="about_files/MPL-1.1.txt">about_files/MPL-1.1.txt</a>
+and is also available at <a href="http://www.lowagie.com/iText/MPL-1.1.txt">http://www.lowagie.com/iText/MPL-1.1.txt</a>.
+The source code for iText Asian is available at <a href="http://sourceforge.net/projects/itext/">http://sourceforge.net/projects/itext/</a>.</p>
+
+<h4>The Bouncy Castle Crypto Package (SUBSET)</h4>
+
+<p>The plug-in is accompanied by software developed by The Legion of the Bouncy Castle project at <a href="http://www.bouncycastle.org">
+http://www.bouncycastle.org</a>.
+The binary code for the Bouncy Castle Crypto package is included included in the plug-in without modification in lib/itext-1.5.4.jar.
+Your use of the Bouncy Castle Crypto code is subject to the terms and conditions of The Legion of the Bouncy Castle license.
+A copy of the license can be found in <a href="about_files/bouncycastle_license.txt">about_files/bouncycastle_license.txt</a>
+and is also available at <a href="http://www.bouncycastle.org/licence.html">http://www.bouncycastle.org/licence.html</a>.
+The source code for The Bouncy Castle Crypto package is available at <a href="http://www.bouncycastle.org/">http://www.bouncycastle.org/</a>.</p>
+
+<h4>Apache FOP (Subset)</h4>
+
+<p>The plug-in is accompanied by software developed by Apache FOP project at <a href="http://xmlgraphics.apache.org/fop/">
+http://xmlgraphics.apache.org/fop/</a>.
+The binary code for the Apache FOP code is included included in the plug-in without modification in lib/itext-1.5.4.jar.
+Your use of the Apache FOP code is subject to the terms and conditions of the Apache Software License 2.0.
+A copy of the license can be found in <a href="about_files/LICENSE-asl-20.txt">about_files/LICENSE-asl-20.txt</a>
+and is also available at <a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>.
+The source code for Apache FOP is available at <a href="http://xmlgraphics.apache.org/fop/download.html">http://xmlgraphics.apache.org/fop/download.html</a>. </p>
+
+<h4>Apache Commons Lang (Derivative work)</h4>
+
+<p>The plug-in is accompanied by software developed by Apache Commons Lang project at <a href="http://jakarta.apache.org/commons/lang/">
+http://jakarta.apache.org/commons/lang/</a>.
+The binary code for the Commons Lang code is included included in the plug-in with modifications in lib/itext-1.5.4.jar.
+Use of the Commons Lang code is subject to the terms and conditions of the Apache Software License 2.0.
+A copy of the license can be found in <a href="about_files/LICENSE-asl-20.txt">about_files/LICENSE-asl-20.txt</a>
+and is also available at <a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>.
+The source code for Commons Lang is available at <a href="http://jakarta.apache.org/site/downloads/downloads_commons-lang.cgi">http://jakarta.apache.org/site/downloads/downloads_commons-lang.cgi</a>. The source code for the modifications made to the Commons Lang code is available in the source code for iText at <a href="http://sourceforge.net/projects/itext/">http://sourceforge.net/projects/itext/</a>. </p>
+<p>The Apache attribution <a href="about_files/NOTICE-commons-lang.txt" target="_blank">NOTICE</a> file for Commons Lang is included with the Content in accordance with 4d of the Apache License, Version 2.0.</p>
+<h4>Apache XercesJ (Derivative work)</h4>
+
+<p>The plug-in is accompanied by software developed by Apache XercesJ project at <a href="http://xerces.apache.org/xerces-j/">
+http://xerces.apache.org/xerces-j/</a>.  The binary code for the XercesJ code is included included in the plug-in without modification in lib/itext-1.5.4.jar.
+Your use of the XercesJ code is subject to the terms and conditions of the Apache Software License 2.0.
+A copy of the license can be found in <a href="about_files/LICENSE-asl-20.txt">about_files/LICENSE-asl-20.txt</a>
+and is also available at <a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>.
+The source code for XercesJ is available at <a href="http://archive.apache.org/dist/xml/xerces-j/">http://archive.apache.org/dist/xml/xerces-j/</a>.  The source code for the modifications made to the XercesJ code is available in the source code for iText at <a href="http://sourceforge.net/projects/itext/">http://sourceforge.net/projects/itext/</a>. </p>
+<p>The Apache attribution <a href="about_files/NOTICE-xerces.txt" target="_blank">NOTICE</a> file for XercesJ is included with the Content in accordance with 4d of the Apache License, Version 2.0.</p>
+<h4>JAI codec </h4>
+The following classes contain Java Advanced Imaging (JAI) codec code, which are image encoder/decoder (codec) classes: 
+<ul><li>com/lowagie/text/pdf/LZWDecoder.java</li>
+  <li>com/lowagie/text/pdf/codec/BmpImage.java</li>
+  <li>      com/lowagie/text/pdf/codec/PngImage.java</li>
+  <li>      com/lowagie/text/pdf/codec/TIFFConstants.java</li>
+  <li>      com/lowagie/text/pdf/codec/TIFFDirectory.java</li>
+  <li>      com/lowagie/text/pdf/codec/TIFFFaxDecoder.java</li>
+  <li>      com/lowagie/text/pdf/codec/TIFFField.java</li>
+    <li>
+      com/lowagie/text/pdf/codec/TIFFLZWDecoder.java
+  </li>
+</ul>
+<p>The code was obtained under the following <a href="about_files/JAI-notice.txt">license</a>:</p>
+<p>  Copyright (c) 2001 Sun Microsystems, Inc. All Rights Reserved.<br />
+  <br />
+  Redistribution and use in source and binary forms, with or without<br />
+  modification, are permitted provided that the following conditions are met:<br />
+  <br />
+  -Redistributions of source code must retain the above copyright notice, this<br />
+  list of conditions and the following disclaimer.<br />
+  <br />
+  -Redistribution in binary form must reproduct the above copyright notice,<br />
+  this list of conditions and the following disclaimer in the documentation<br />
+  and/or other materials provided with the distribution.<br />
+  <br />
+  Neither the name of Sun Microsystems, Inc. or the names of contributors may<br />
+  be used to endorse or promote products derived from this software without<br />
+  specific prior written permission.<br />
+  <br />
+  This software is provided &quot;AS IS,&quot; without a warranty of any kind. ALL<br />
+  EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY<br />
+  IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR<br />
+  NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE<br />
+  LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING<br />
+  OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS<br />
+  LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT,<br />
+  INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER<br />
+  CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF<br />
+  OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE<br />
+  POSSIBILITY OF SUCH DAMAGES.<br />
+  <br />
+  You acknowledge that Software is not designed or intended for use in<br />
+  the design, construction, operation or maintenance of any nuclear facility.<br />
+</p>
+<h4>Reference implementation of the Unicode 3.0 Bidi algorithm</h4>
+<p>There is code in the com/lowagie/text/pdf/BidiOrder class that is a reference implementation of the Unicode 3.0 Bidi algorithm. The code is (C) Copyright IBM Corp. 1999, All Rights Reserved and was obtained under the following <a href="about_files/UNICODE-notice.txt">Unicode Inc. license agreement</a>:</p>
+<p>  EXHIBIT 1<br />
+  UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE<br />
+  <br />
+  Unicode Data Files include all data files under the directories<br />
+  http://www.unicode.org/Public/, http://www.unicode.org/reports/,<br />
+  and http://www.unicode.org/cldr/data/ .<br />
+  Unicode Software includes any source code published in the Unicode Standard<br />
+  or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,<br />
+  and http://www.unicode.org/cldr/data/.<br />
+  <br />
+  NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,<br />
+  INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (&quot;DATA FILES&quot;),<br />
+  AND/OR SOFTWARE (&quot;SOFTWARE&quot;), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY,<br />
+  ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT<br />
+  DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.<br />
+  <br />
+  COPYRIGHT AND PERMISSION NOTICE<br />
+  Copyright &copy; 1991-2007 Unicode, Inc. All rights reserved. Distributed under<br />
+  the Terms of Use in http://www.unicode.org/copyright.html.<br />
+  <br />
+  Permission is hereby granted, free of charge, to any person obtaining a copy<br />
+  of the Unicode data files and any associated documentation (the &quot;Data Files&quot;)<br />
+  or Unicode software and any associated documentation (the &quot;Software&quot;) to deal<br />
+  in the Data Files or Software without restriction, including without limitation<br />
+  the rights to use, copy, modify, merge, publish, distribute, and/or sell copies<br />
+  of the Data Files or Software, and to permit persons to whom the Data Files<br />
+  or Software are furnished to do so, provided that (a) the above copyright<br />
+  notice(s) and this permission notice appear with all copies of the Data Files<br />
+  or Software, (b) both the above copyright notice(s) and this permission notice<br />
+  appear in associated documentation, and (c) there is clear notice in each<br />
+  modified Data File or in the Software as well as in the documentation associated<br />
+  with the Data File(s) or Software that the data or software has been modified.<br />
+  <br />
+  THE DATA FILES AND SOFTWARE ARE PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,<br />
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br />
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.<br />
+  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE<br />
+  LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY<br />
+  DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN<br />
+  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN<br />
+  CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.<br />
+  <br />
+  Except as contained in this notice, the name of a copyright holder shall not<br />
+  be used in advertising or otherwise to promote the sale, use or other dealings<br />
+  in these Data Files or Software without prior written authorization of the<br />
+  copyright holder.<br />
+</p>
+
+<h4>LibTIFF</h4> 
+
+The class /com/lowagie/text/pdf/codec/TIFFConstants contains code taken from LibTIFF.  Use of this code is subject to the following terms and conditions:<br>
+<br>
+
+Copyright (c) 1988-1997 Sam Leffler <br>
+Copyright (c) 1991-1997 Silicon Graphics, Inc. 
+
+<p>Permission to use, copy, modify, distribute, and sell this software and 
+ its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Sam Leffler and Silicon Graphics. 
+  
+ </p>
+<p>THE
+
+ SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
+ EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.   
+  
+ IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR 
+ ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
+ WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 
+</snip> 
+
+</p>
+
+<h3>Cryptography</h3>
+<h4>Export Control</h4>
+<p>The plug-in contains encryption software. The country in which you are  currently may have restrictions on the import, possession,  and use, and/or re-export to another country, of encryption software.  BEFORE using any encryption software, please check the country's  laws, regulations and policies concerning the import, possession, or  use, and re-export of encryption software, to see if this  is permitted.</p>
+<h4>Encryption Items</h4>
+<p>Details of the encryption software in this plug-in are provided to  assist in obtaining relevant export control classification and  approval.  Cryptography in this plug-in has been deemed eligible by the U.S.  Government Department of Commerce for export under License Exception  Technology Software Unrestricted (TSU) for both object code and source  code.</p>
+<p>The plug-in includes the implementation of AES and ARCFOUR algorithms for the purpose of encrypting PDF files. </p>
+<p>The following classes contain encryption items (the plug-in may contain both binary and source code):</p>
+<ul>
+  <li>com.lowagie.text.pdf.crypto.AESCipher.java</li>
+  <li>com.lowagie.text.pdf.crypto.AESFastEngine.java</li>
+  <li>com.lowagie.text.pdf.crypto.ARCFOUREncryption.java</li>
+</ul>
+
+<small>Java and all Java-based trademarks and logos are trademarks or  registered trademarks of Sun Microsystems, Inc. in the United States  and other countries.</small> 
+</body>
+</html>
\ No newline at end of file

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.ini
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.ini?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.ini (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.ini Thu Oct 15 04:48:28 2009
@@ -0,0 +1,29 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%aboutText
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# optional
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.ini
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.mappings
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.mappings?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.mappings (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.mappings Thu Oct 15 04:48:28 2009
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=v20090922-0630
\ No newline at end of file

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.mappings
------------------------------------------------------------------------------
    svn:executable = *

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties Thu Oct 15 04:48:28 2009
@@ -0,0 +1,16 @@
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+#
+# Do not translate any values surrounded by {}
+
+aboutText=Lowagie iText\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Bruno Lowagie and Paulo Soares 2002, 2007.  All rights reserved.\n\
+Visit http://www.eclipse.org/birt
+

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt
URL: http://svn.apache.org/viewvc/ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt?rev=825391&view=auto
==============================================================================
--- ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt (added)
+++ ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt Thu Oct 15 04:48:28 2009
@@ -0,0 +1,30 @@
+  Copyright (c) 2001 Sun Microsystems, Inc. All Rights Reserved.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are met:
+ 
+  -Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+ 
+  -Redistribution in binary form must reproduct the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+ 
+  Neither the name of Sun Microsystems, Inc. or the names of contributors may
+  be used to endorse or promote products derived from this software without
+  specific prior written permission.
+ 
+  This software is provided "AS IS," without a warranty of any kind. ALL
+  EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
+  IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
+  NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE
+  LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
+  OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
+  LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT,
+  INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
+  CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF
+  OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGES.
+ 
+  You acknowledge that Software is not designed or intended for use in
+  the design, construction, operation or maintenance of any nuclear facility.

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/branches/addBirt/framework/webtools/webapp/birt/WEB-INF/ReportEngine/plugins/com.lowagie.itext_1.5.4.v20090305/about_files/JAI-notice.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain