forked from galan/packtag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
48 lines (48 loc) · 2.75 KB
/
.classpath
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="src" output="target/classes" path="packtag-core/src/main/java"/>
<classpathentry kind="src" output="target/test-classes" path="packtag-core/src/test/java">
<attributes>
<attribute name="maven.type" value="test"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="packtag-core/src/main/resources" path="packtag-core/src/main/resources"/>
<classpathentry excluding="**" kind="src" output="packtag-core/src/test/resources" path="packtag-core/src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER/modules">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4">
<attributes>
<attribute name="owner.project.facets" value="jst.java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/contrib/apache-log4j-1.2.15.zip"/>
<classpathentry kind="lib" path="lib/contrib/custom_rhino.jar"/>
<classpathentry kind="lib" path="lib/contrib/jakarta-taglibs-standard-1.1.2.zip"/>
<classpathentry kind="lib" path="lib/contrib/logging-log4j-1.2.14.zip"/>
<classpathentry kind="lib" path="lib/contrib/rhino1_6R6.zip"/>
<classpathentry kind="lib" path="lib/contrib/rhino1_6R7.zip"/>
<classpathentry kind="lib" path="lib/contrib/yuicompressor-2.2.5.zip"/>
<classpathentry kind="lib" path="lib/contrib/yuicompressor-2.3.5.zip"/>
<classpathentry kind="lib" path="lib/contrib/yuicompressor-2.3.6.zip"/>
<classpathentry kind="lib" path="lib/contrib/yuicompressor-2.4.1.zip"/>
<classpathentry kind="lib" path="lib/support/ant-junit-1.6.5.jar"/>
<classpathentry kind="lib" path="lib/support/checkstyle-all-4.3.jar"/>
<classpathentry kind="lib" path="lib/support/ehcache-1.5.0.jar"/>
<classpathentry kind="lib" path="lib/support/j2ee-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/support/jstl.jar"/>
<classpathentry kind="lib" path="lib/support/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="lib/support/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/support/standard.jar"/>
<classpathentry kind="lib" path="lib/web/jawr-1.4.jar"/>
<classpathentry kind="lib" path="lib/web/yuicompressor-2.3.5.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>