-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
41 lines (41 loc) · 2.25 KB
/
Copy path.classpath
File metadata and controls
41 lines (41 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/antTask"/>
<classpathentry kind="src" path="src/tools"/>
<classpathentry kind="src" path="etc"/>
<classpathentry kind="src" path="src/xsl"/>
<classpathentry kind="src" path="src/junit"/>
<classpathentry kind="src" path="src/gui"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<accessrules>
<accessrule kind="accessible" pattern="com/sun/management/*"/>
<accessrule kind="nonaccessible" pattern="com/sun/**"/>
<accessrule kind="accessible" pattern="com/apple/eawt/*"/>
<accessrule kind="nonaccessible" pattern="com/apple/**"/>
</accessrules>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/AppleJavaExtensions.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://dom4j.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcip-annotations.jar"/>
<classpathentry exported="true" kind="lib" path="lib/yjp-controller-api-redist.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/jsr305.jar" sourcepath="lib/jsr305.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxen-1.1.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jFormatString.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jdepend-2.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ant.jar" sourcepath="lib/apache-ant-1.8.3-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/asm-debug-all-5.0.2.jar" sourcepath="/asm3"/>
<classpathentry exported="true" kind="lib" path="lib/bcel-6.0-SNAPSHOT.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-bcel/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="classesEclipse"/>
</classpath>