Changeset 3562

Show
Ignore:
Timestamp:
04/15/06 17:47:03 (3 years ago)
Author:
pottedmeat
Message:

New JsToXml? parser framework thanks to Jesse Kuhnert

Location:
trunk/docscripts
Files:
31 added
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docscripts/.classpath

    r3394 r3562  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry kind="src" path="src"/> 
     3        <classpathentry kind="src" path="src/java"/> 
    44        <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"/> 
    59        <classpathentry kind="output" path="bin"/> 
    610</classpath>