root / trunk / docscripts / .classpath

Revision 3562, 0.5 kB (checked in by pottedmeat, 3 years ago)

New JsToXml? parser framework thanks to Jesse Kuhnert

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="src/java"/>
4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5        <classpathentry kind="lib" path="lib/xercesImpl-2.7.1.jar"/>
6        <classpathentry kind="lib" path="lib/xalan-2.7.0.jar"/>
7        <classpathentry kind="src" path="src/test"/>
8        <classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.1.1/src/org.junit_3.8.1/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/>
9        <classpathentry kind="output" path="bin"/>
10</classpath>
Note: See TracBrowser for help on using the browser.