Skip to content

Commit

Permalink
Add jodatime jar to swingclient classpath, and add src reference to w…
Browse files Browse the repository at this point in the history
…indowlicker core.
  • Loading branch information
scarytom committed Feb 27, 2010
1 parent eb2c39d commit a98b495
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion org.netmelody.docnap.swingclient/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
</attributes>
</classpathentry>
<classpathentry kind="lib" path="vendor/buildlib/tools.jar"/>
<classpathentry kind="lib" path="vendor/buildlib/windowlicker-core-DEV.jar"/>
<classpathentry kind="lib" path="vendor/buildlib/windowlicker-core-DEV.jar" sourcepath="vendorsrc/windowlicker-core-DEV-src.jar"/>
<classpathentry kind="lib" path="vendor/buildlib/windowlicker-swing-DEV.jar" sourcepath="vendorsrc/windowlicker-swing-DEV-src.jar"/>
<classpathentry kind="lib" path="vendor/buildlib/hamcrest-all-1.2.jar"/>
<classpathentry kind="lib" path="/org.netmelody.docnap.core/vendor/buildlib/junit-4.8.1.jar" sourcepath="/org.netmelody.docnap.core/vendorsrc/junit-4.8.1-src.jar"/>
<classpathentry kind="lib" path="/org.netmelody.docnap.core/vendor/lib/commons-io-1.4.jar" sourcepath="/org.netmelody.docnap.core/vendorsrc/commons-io-1.4-sources.jar"/>
<classpathentry kind="lib" path="/org.netmelody.docnap.core/vendor/lib/joda-time-1.6.jar" sourcepath="/org.netmelody.docnap.core/vendorsrc/joda-time-1.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.netmelody.docnap.core/vendorsrc/joda-time-1.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit a98b495

Please sign in to comment.