[Patchanim-commit] SF.net SVN: patchanim: [109] trunk/patchanim
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-09 05:52:56
|
Revision: 109 http://patchanim.svn.sourceforge.net/patchanim/?rev=109&view=rev Author: dbrosius Date: 2008-02-08 21:51:40 -0800 (Fri, 08 Feb 2008) Log Message: ----------- add xml libraries Modified Paths: -------------- trunk/patchanim/.classpath Added Paths: ----------- trunk/patchanim/lib/ trunk/patchanim/lib/serializer.jar trunk/patchanim/lib/xalan.jar trunk/patchanim/lib/xercesImpl.jar trunk/patchanim/lib/xml-apis.jar Modified: trunk/patchanim/.classpath =================================================================== --- trunk/patchanim/.classpath 2008-02-09 05:49:59 UTC (rev 108) +++ trunk/patchanim/.classpath 2008-02-09 05:51:40 UTC (rev 109) @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry kind="lib" path="O:/patchanim/lib/xalan.jar"/> + <classpathentry kind="lib" path="O:/patchanim/lib/serializer.jar"/> + <classpathentry kind="lib" path="O:/patchanim/lib/xml-apis.jar"/> + <classpathentry kind="lib" path="O:/patchanim/lib/xercesImpl.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="classes"/> </classpath> Added: trunk/patchanim/lib/serializer.jar =================================================================== (Binary files differ) Property changes on: trunk/patchanim/lib/serializer.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/patchanim/lib/xalan.jar =================================================================== (Binary files differ) Property changes on: trunk/patchanim/lib/xalan.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/patchanim/lib/xercesImpl.jar =================================================================== (Binary files differ) Property changes on: trunk/patchanim/lib/xercesImpl.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/patchanim/lib/xml-apis.jar =================================================================== (Binary files differ) Property changes on: trunk/patchanim/lib/xml-apis.jar ___________________________________________________________________ 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. |