source: vanHelsing/trunk/gui/.classpath@ 832

Last change on this file since 832 was 832, checked in by tobias, on Mar 5, 2010 at 6:03:21 PM

views and data objects of the resource types added.
basic logging with log4j for the beanUtil class.
Configuration and JobSchedule class renamed.

File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-1.6.0-openjdk-1.6.0">
5 <attributes>
6 <attribute name="owner.project.facets" value="jst.java"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
10 <attributes>
11 <attribute name="owner.project.facets" value="jst.web"/>
12 </attributes>
13 </classpathentry>
14 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
15 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
16 <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ICEfaces Core Library v1.8.2">
17 <attributes>
18 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
19 <attribute name="owner.project.facets" value="jst.jsf"/>
20 </attributes>
21 </classpathentry>
22 <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ICEfaces Support Library v1.8.2">
23 <attributes>
24 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
25 <attribute name="owner.project.facets" value="jst.jsf"/>
26 </attributes>
27 </classpathentry>
28 <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JSF 1.2 (Sun RI)">
29 <attributes>
30 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
31 <attribute name="owner.project.facets" value="jst.jsf"/>
32 </attributes>
33 </classpathentry>
34 <classpathentry kind="lib" path="/home/tgoecke/Downloads/apache-log4j-1.2.15/log4j-1.2.15.jar"/>
35 <classpathentry kind="output" path="build/classes"/>
36</classpath>
Note: See TracBrowser for help on using the repository browser.