-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
30 lines (30 loc) · 1.79 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/**|.svn/" kind="src" path="docroot/WEB-INF/service"/>
<classpathentry excluding="**/.svn/**|.svn/" kind="src" path="docroot/WEB-INF/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/portal/lib/development/activation.jar"/>
<classpathentry kind="lib" path="/portal/lib/development/annotations.jar"/>
<classpathentry kind="lib" path="/portal/lib/development/jsp-api.jar"/>
<classpathentry kind="lib" path="/portal/lib/development/mail.jar"/>
<classpathentry kind="lib" path="/portal/lib/development/servlet-api.jar"/>
<classpathentry kind="lib" path="/portal/lib/global/portlet.jar"/>
<classpathentry kind="lib" path="/portal/lib/portal/commons-logging.jar"/>
<classpathentry kind="lib" path="/portal/lib/portal/jstl-api.jar"/>
<classpathentry kind="lib" path="/portal/lib/portal/jstl-impl.jar"/>
<classpathentry kind="lib" path="/portal/lib/portal/log4j.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.liferay.ide.eclipse.server.tomcat.runtimeClasspathProvider/Liferay v6.1 CE (Tomcat 7)">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="com.liferay.ide.eclipse.server.plugin.container/portlet">
<attributes>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/portal"/>
<classpathentry kind="output" path="docroot/WEB-INF/classes"/>
</classpath>