[aXSL-commit] SF.net SVN: axsl: [516] trunk/axsl/scripts/build.xml
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-05-08 18:01:08
|
Revision: 516 Author: victormote Date: 2006-05-06 06:23:37 -0700 (Sat, 06 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=516&view=rev Log Message: ----------- Fix build error. Modified Paths: -------------- trunk/axsl/scripts/build.xml Modified: trunk/axsl/scripts/build.xml =================================================================== --- trunk/axsl/scripts/build.xml 2006-05-06 02:11:22 UTC (rev 515) +++ trunk/axsl/scripts/build.xml 2006-05-06 13:23:37 UTC (rev 516) @@ -179,7 +179,7 @@ <package name="org.axsl.areaW"/> <package name="org.axsl.areaW.*"/> </group> - <group title="The aXSL Area Tree Writer Module"> + <group title="The aXSL Area Tree Reader Module"> <package name="org.axsl.areaR"/> <package name="org.axsl.areaR.*"/> </group> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |