Skip to content

Commit

Permalink
Rework Xalan date-adding extension to use the joda-time library, whic…
Browse files Browse the repository at this point in the history
…h can cope with a wider variety of date formats. Includes a JUnit test class and the joda-time library.
  • Loading branch information
iay committed Apr 1, 2009
1 parent f8fc113 commit 99d7eb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="test-bin" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="lib/joda-time-1.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 99d7eb8

Please sign in to comment.