forked from jbehave/jbehave-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
48 lines (48 loc) · 2.6 KB
/
.classpath
File metadata and controls
48 lines (48 loc) · 2.6 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
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="test">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jbehave-core-3.9.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/freemarker-2.3.19.jar"/>
<classpathentry exported="true" kind="lib" path="lib/functionaljava-3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-10.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/logback-classic-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/logback-core-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/paranamer-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/plexus-utils-3.0.10.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.6.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xstream-1.4.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
<classpathentry exported="true" kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hamcrest-integration-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hamcrest-library-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jsr305-1.3.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mockito-all-1.8.4.jar"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>