[FOray-commit] SF.net SVN: foray:[10651] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2009-03-12 17:40:59
|
Revision: 10651
http://foray.svn.sourceforge.net/foray/?rev=10651&view=rev
Author: victormote
Date: 2009-03-12 17:40:56 +0000 (Thu, 12 Mar 2009)
Log Message:
-----------
Move the dependency on the hyphenation patterns from the App project to the hyphenation project, so that tests will run properly when just run on the hyphenation package.
Modified Paths:
--------------
trunk/foray/foray-app/.classpath
trunk/foray/foray-hyphen/.classpath
Modified: trunk/foray/foray-app/.classpath
===================================================================
--- trunk/foray/foray-app/.classpath 2009-03-12 17:01:55 UTC (rev 10650)
+++ trunk/foray/foray-app/.classpath 2009-03-12 17:40:56 UTC (rev 10651)
@@ -37,7 +37,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/FOraySpeech"/>
<classpathentry kind="lib" path="/FOray Lib-Build/ant/ant.jar" sourcepath="/FOray Lib-Build/ant/ant-src.zip"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit-4.4.jar" sourcepath="/FOray Lib-Build/junit/junit-4.4-src.jar"/>
- <classpathentry kind="lib" path="/FOray Lib/foray-hyphen-0.4-rsrc.jar"/>
<classpathentry kind="lib" path="/FOray Lib/commons-io-1.4.jar" sourcepath="/FOray Lib-Build/commons-io/commons-io-1.4-sources.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-hyphen/.classpath
===================================================================
--- trunk/foray/foray-hyphen/.classpath 2009-03-12 17:01:55 UTC (rev 10650)
+++ trunk/foray/foray-hyphen/.classpath 2009-03-12 17:40:56 UTC (rev 10651)
@@ -11,5 +11,6 @@
<classpathentry kind="lib" path="/FOray Lib/icu4j_3_4_3.jar"/>
<classpathentry kind="lib" path="/FOray Lib-Build/ant/ant.jar"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit-4.4.jar" sourcepath="/FOray Lib-Build/junit/junit-4.4-src.jar"/>
+ <classpathentry kind="lib" path="/FOray Lib/foray-hyphen-0.4-rsrc.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.
|