[FOray-commit] SF.net SVN: foray: [8693] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2007-02-12 22:14:53
|
Revision: 8693
http://svn.sourceforge.net/foray/?rev=8693&view=rev
Author: victormote
Date: 2007-02-12 14:14:52 -0800 (Mon, 12 Feb 2007)
Log Message:
-----------
Add a source code package to our build libraries.
Modified Paths:
--------------
trunk/foray/foray-graphic/.classpath
Added Paths:
-----------
trunk/foray/lib-build/readme.txt
trunk/foray/lib-build/xmlgraphics-commons/
trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.1-src.zip
Modified: trunk/foray/foray-graphic/.classpath
===================================================================
--- trunk/foray/foray-graphic/.classpath 2007-02-12 20:56:12 UTC (rev 8692)
+++ trunk/foray/foray-graphic/.classpath 2007-02-12 22:14:52 UTC (rev 8693)
@@ -8,8 +8,8 @@
<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/xmlgraphics-commons-1.1.jar" sourcepath="/XMLGRAPHICS_COMMONS_HOME/xmlgraphics-commons-1.1-src.zip"/>
<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="output" path="build/eclipse"/>
</classpath>
Added: trunk/foray/lib-build/readme.txt
===================================================================
--- trunk/foray/lib-build/readme.txt (rev 0)
+++ trunk/foray/lib-build/readme.txt 2007-02-12 22:14:52 UTC (rev 8693)
@@ -0,0 +1,15 @@
+The files in this directory contain build-time libraries and source
+code that does not need to be distributed to end-users, but is
+included as a convenience for developers, and to ensure that a certain
+amount of consistency is achieved in the development process.
+
+Yes, we know about Maven and Ivy, etc. and we will likely switch to
+that approach at some time in the future. There is some difficulty
+with that approach unless all resources are available in public
+libraries. For now, our needs are simple enough that this approach
+should be sufficient.
+
+Licenses for some packages in this directory may be found in the
+"lib" directory with the compiled jar files.
+
+# End of memo.
Property changes on: trunk/foray/lib-build/readme.txt
___________________________________________________________________
Name: svn:keywords
+ "Author Id Rev Date URL"
Name: svn:eol-style
+ native
Added: trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.1-src.zip
===================================================================
(Binary files differ)
Property changes on: trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.1-src.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|