[aXSL-commit] SF.net SVN: axsl: [474] trunk/axsl/scripts
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-04-29 17:29:52
|
Revision: 474 Author: victormote Date: 2006-04-29 10:29:45 -0700 (Sat, 29 Apr 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=474&view=rev Log Message: ----------- Clean up some lib dependencies. Modified Paths: -------------- trunk/axsl/axsl-area-in/.classpath trunk/axsl/scripts/build.xml Modified: trunk/axsl/axsl-area-in/.classpath =================================================================== --- trunk/axsl/axsl-area-in/.classpath 2006-04-29 17:18:20 UTC (rev 473) +++ trunk/axsl/axsl-area-in/.classpath 2006-04-29 17:29:45 UTC (rev 474) @@ -5,7 +5,6 @@ <classpathentry kind="src" path="/axslFont"/> <classpathentry kind="src" path="/axslGraphic"/> <classpathentry kind="src" path="/axslCommon"/> - <classpathentry kind="var" path="AXSL_LIB_ROOT/commons-logging.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/axslFOTree"/> <classpathentry kind="output" path="build/eclipse"/> </classpath> Modified: trunk/axsl/scripts/build.xml =================================================================== --- trunk/axsl/scripts/build.xml 2006-04-29 17:18:20 UTC (rev 473) +++ trunk/axsl/scripts/build.xml 2006-04-29 17:29:45 UTC (rev 474) @@ -34,7 +34,6 @@ <echo>AXSL_HOME: ${project.root}</echo> <path id="libs-build-classpath"> <fileset dir="${project.root}/lib"> - <include name="avalon-framework*.jar"/> <include name="commons-logging.jar"/> <include name="svg*.jar"/> </fileset> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |