[FOray-commit] SF.net SVN: foray: [9349] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2007-05-04 16:48:26
|
Revision: 9349
http://svn.sourceforge.net/foray/?rev=9349&view=rev
Author: victormote
Date: 2007-05-04 09:48:23 -0700 (Fri, 04 May 2007)
Log Message:
-----------
Use the more natural jar file mechanism in Eclipse for describing the classpath elements.
Modified Paths:
--------------
trunk/foray/foray-app/.classpath
trunk/foray/foray-areatree/.classpath
trunk/foray/foray-common/.classpath
trunk/foray/foray-core/.classpath
trunk/foray/foray-font/.classpath
trunk/foray/foray-fotree/.classpath
trunk/foray/foray-graphic/.classpath
trunk/foray/foray-hyphen-r/.classpath
trunk/foray/foray-layout/.classpath
trunk/foray/foray-mif/.classpath
trunk/foray/foray-output/.classpath
trunk/foray/foray-pdf/.classpath
trunk/foray/foray-pioneer/.classpath
trunk/foray/foray-pretty/.classpath
trunk/foray/foray-ps/.classpath
trunk/foray/foray-render/.classpath
trunk/foray/foray-text/.classpath
Modified: trunk/foray/foray-app/.classpath
===================================================================
--- trunk/foray/foray-app/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-app/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -18,13 +18,7 @@
<classpathentry kind="src" path="/axslText"/>
<classpathentry kind="src" path="/FOrayText"/>
<classpathentry kind="src" path="/FOrayFOTree"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/servlet-2.2.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xalan-2.4.1.jar"/>
<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xercesImpl-2.7.1.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/resolver.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xml-apis-1.3.02.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry kind="src" path="/axslPDF-W"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayPDF"/>
<classpathentry kind="var" path="ANT_HOME/lib/ant-launcher.jar"/>
@@ -36,9 +30,15 @@
<classpathentry combineaccessrules="false" kind="src" path="/axslOutput"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslHyphen-R"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayHyphen-R"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/foray-hyphen-r-0.3-rsrc.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayPS"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
<classpathentry kind="lib" path="/FOray Lib/commons-io-1.2.jar" sourcepath="/FOray Lib-Build/commons-io/commons-io-1.2-src.zip"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/foray-hyphen-r-0.3-rsrc.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/resolver.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/servlet-2.2.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xalan-2.4.1.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xercesImpl-2.7.1.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xml-apis-1.3.02.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-areatree/.classpath
===================================================================
--- trunk/foray/foray-areatree/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-areatree/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -10,9 +10,9 @@
<classpathentry kind="src" path="/axslFO-R"/>
<classpathentry kind="src" path="/axslCommon"/>
<classpathentry kind="src" path="/axslText"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/batik.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslArea-W"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/batik.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-common/.classpath
===================================================================
--- trunk/foray/foray-common/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-common/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -3,9 +3,9 @@
<classpathentry excluding=".#*" kind="src" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/axslCommon"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/batik.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/avalon-framework-cvs-20020806.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-io-1.2.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/avalon-framework-cvs-20020806.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/batik.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-io-1.2.jar" sourcepath="/FOray Lib-Build/commons-io/commons-io-1.2-src.zip"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-core/.classpath
===================================================================
--- trunk/foray/foray-core/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-core/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayCommon"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslArea-W"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslFont-R"/>
@@ -14,7 +13,8 @@
<classpathentry combineaccessrules="false" kind="src" path="/axslOutput"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslCommon"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslHyphen-R"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xercesImpl-2.7.1.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xml-apis-1.3.02.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xercesImpl-2.7.1.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xml-apis-1.3.02.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-font/.classpath
===================================================================
--- trunk/foray/foray-font/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-font/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -8,12 +8,12 @@
<classpathentry kind="src" path="/FOrayCommon"/>
<classpathentry kind="src" path="/axslPS-R"/>
<classpathentry kind="src" path="/axslCommon"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xercesImpl-2.7.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayPretty"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-io-1.2.jar"/>
<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/foray-font-0.3-rsrc.jar"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-io-1.2.jar" sourcepath="/FOray Lib-Build/commons-io/commons-io-1.2-src.zip"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/foray-font-0.3-rsrc.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xercesImpl-2.7.1.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-fotree/.classpath
===================================================================
--- trunk/foray/foray-fotree/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-fotree/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -9,8 +9,8 @@
<classpathentry kind="src" path="/axslFO-R"/>
<classpathentry kind="src" path="/axslCommon"/>
<classpathentry kind="src" path="/axslText"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/batik.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/batik.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-graphic/.classpath
===================================================================
--- trunk/foray/foray-graphic/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-graphic/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -6,10 +6,10 @@
<classpathentry kind="src" path="/FOrayCommon"/>
<classpathentry kind="src" path="/axslGraphic-R"/>
<classpathentry kind="src" path="/axslCommon"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/batik.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-io-1.2.jar"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
<classpathentry kind="lib" path="/FOray Lib/xmlgraphics-commons-1.1.jar" sourcepath="/FOray Lib-Build/xmlgraphics-commons/xmlgraphics-commons-1.1-src.zip"/>
+ <classpathentry kind="lib" path="/FOray Lib/batik.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-io-1.2.jar" sourcepath="/FOray Lib-Build/commons-io/commons-io-1.2-src.zip"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-hyphen-r/.classpath
===================================================================
--- trunk/foray/foray-hyphen-r/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-hyphen-r/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -3,12 +3,12 @@
<classpathentry excluding=".#*" kind="src" path="src/java"/>
<classpathentry kind="src" path="src/javatest"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayCommon"/>
<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslHyphen-R"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
<classpathentry kind="lib" path="/FOray Lib/xercesImpl-2.7.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslCommon"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-layout/.classpath
===================================================================
--- trunk/foray/foray-layout/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-layout/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -8,8 +8,8 @@
<classpathentry combineaccessrules="false" kind="src" path="/axslArea-W"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslFont-R"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslGraphic-R"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslCommon"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslLayout"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-mif/.classpath
===================================================================
--- trunk/foray/foray-mif/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-mif/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -3,7 +3,7 @@
<classpathentry excluding=".#*" kind="src" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/axslCommon"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayCommon"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-output/.classpath
===================================================================
--- trunk/foray/foray-output/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-output/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -7,8 +7,8 @@
<classpathentry kind="src" path="/axslFont-R"/>
<classpathentry kind="src" path="/axslFO-R"/>
<classpathentry kind="src" path="/axslCommon"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayMIF"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslOutput"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-pdf/.classpath
===================================================================
--- trunk/foray/foray-pdf/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-pdf/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -8,8 +8,8 @@
<classpathentry kind="src" path="/axslPS-R"/>
<classpathentry kind="src" path="/axslCommon"/>
<classpathentry kind="src" path="/FOrayPS"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/batik.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry kind="src" path="/axslPDF-W"/>
+ <classpathentry kind="lib" path="/FOray Lib/batik.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-pioneer/.classpath
===================================================================
--- trunk/foray/foray-pioneer/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-pioneer/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -9,9 +9,9 @@
<classpathentry kind="src" path="/axslCommon"/>
<classpathentry kind="src" path="/FOrayCommon"/>
<classpathentry kind="src" path="/axslText"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/batik.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayLayout"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslLayout"/>
+ <classpathentry kind="lib" path="/FOray Lib/batik.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-pretty/.classpath
===================================================================
--- trunk/foray/foray-pretty/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-pretty/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -2,11 +2,11 @@
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xercesImpl-2.7.1.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/resolver.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/xml-apis-1.3.02.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/stax-api-1.0.1.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/stax-1.2.0_rc2-dev.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayCommon"/>
+ <classpathentry kind="lib" path="/FOray Lib/resolver.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/stax-1.2.0_rc2-dev.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/stax-api-1.0.1.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xercesImpl-2.7.1.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/xml-apis-1.3.02.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-ps/.classpath
===================================================================
--- trunk/foray/foray-ps/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-ps/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -6,7 +6,7 @@
<classpathentry kind="src" path="/FOrayCommon"/>
<classpathentry kind="src" path="/axslPS-R"/>
<classpathentry kind="src" path="/axslCommon"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-render/.classpath
===================================================================
--- trunk/foray/foray-render/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-render/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -11,11 +11,11 @@
<classpathentry kind="src" path="/axslPS-R"/>
<classpathentry kind="src" path="/axslCommon"/>
<classpathentry kind="src" path="/axslText"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/batik.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry kind="src" path="/axslPDF-W"/>
<classpathentry combineaccessrules="false" kind="src" path="/FOrayPS"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslOutput"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/batik.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-text/.classpath
===================================================================
--- trunk/foray/foray-text/.classpath 2007-05-03 23:13:06 UTC (rev 9348)
+++ trunk/foray/foray-text/.classpath 2007-05-04 16:48:23 UTC (rev 9349)
@@ -7,7 +7,7 @@
<classpathentry kind="src" path="/axslCommon"/>
<classpathentry kind="src" path="/FOrayCommon"/>
<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
- <classpathentry kind="var" path="FORAY_LIB_ROOT/commons-logging.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/axslHyphen-R"/>
+ <classpathentry kind="lib" path="/FOray Lib/commons-logging.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|