[ooo-build-commit] extensions/ooo2gd
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Jan 8 20:23:13 PST 2010
extensions/ooo2gd/build.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 0cef701420635cc7980b4462649d036044336e37
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Jan 8 23:22:18 2010 -0500
Updated some comments.
* extensions/ooo2gd/build.xml:
diff --git a/extensions/ooo2gd/build.xml b/extensions/ooo2gd/build.xml
index 03eee87..3019f05 100644
--- a/extensions/ooo2gd/build.xml
+++ b/extensions/ooo2gd/build.xml
@@ -13,6 +13,7 @@
<property name="ooodir" value="/usr/lib/ooo3"/>
<property name="basisdir" value="${ooodir}/basis3.1"/>
<property name="clsdir" value="${ooodir}/ure/share/java"/>
+ <!-- Can we generate this from a list of file names? -->
<property name="external_jars" value="libs/activation.jar:libs/gdata-client-1.0.jar:libs/gdata-client-meta-1.0.jar:libs/gdata-core-1.0.jar:libs/gdata-docs-2.0.jar:libs/gdata-media-1.0.jar:libs/gdata-spreadsheet-3.0.jar:libs/gdata-spreadsheet-meta-3.0.jar:libs/google-collect-1.0-rc1.jar:libs/mail-1.4.jar"/>
<property name="ooo_jars" value="${clsdir}/jurt.jar:${clsdir}/juh.jar:${clsdir}/sandbox.jar:${clsdir}/unoil.jar:${clsdir}/ridl.jar"/>
<property name="clspath" value="${external_jars}:${ooo_jars}:${nbp11path}/swing-layout-1.0.4.jar:."/>
@@ -43,7 +44,7 @@
<manifest>
<attribute name="UNO-Type-Path" value=""/>
<attribute name="RegistrationClassName" value="org.openoffice.gdocs.CentralRegistrationClass"/>
- <!-- We need to have the class-path autogenerated. -->
+ <!-- We need to find a way to have the class-path autogenerated in the future Is there a way?. -->
<attribute name="Class-Path" value="external_jars/gdata-client-1.0.jar external_jars/gdata-client-meta-1.0.jar external_jars/gdata-core-1.0.jar external_jars/gdata-media-1.0.jar external_jars/mail-1.4.jar external_jars/gdata-docs-2.0.jar external_jars/swing-layout-1.0.4.jar external_jars/activation.jar external_jars/gdata-spreadsheet-3.0.jar external_jars/gdata-spreadsheet-meta-3.0.jar external_jars/google-collect-1.0-rc1.jar external_jars/AbsoluteLayout.jar"/>
<section name="org/openoffice/gdocs/CentralRegistrationClass.class">
<attribute name="RegistrationClasses" value="org.openoffice.gdocs.GDocs"/>
More information about the ooo-build-commit
mailing list