Changeset 35 for trunk/de.ugoe.cs.swe.exercises/.classpath
- Timestamp:
- 10/22/09 21:41:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/de.ugoe.cs.swe.exercises/.classpath
r34 r35 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry exported="true" kind="lib" path="lib/xpp3_min-1.1.4c.jar"/> 4 <classpathentry exported="true" kind="lib" path="lib/xstream-1.3.1.jar"/> 5 <classpathentry exported="true" kind="lib" path="lib/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar"/> 6 <classpathentry exported="true" kind="lib" path="lib/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar"/> 3 <classpathentry exported="true" kind="lib" path="lib/xstream/xpp3_min-1.1.4c.jar"/> 4 <classpathentry exported="true" kind="lib" path="lib/xstream/xstream-1.3.1.jar"/> 5 <classpathentry exported="true" kind="lib" path="lib/svnkit/antlr-runtime-3.1.3.jar"/> 6 <classpathentry exported="true" kind="lib" path="lib/svnkit/jna.jar"/> 7 <classpathentry exported="true" kind="lib" path="lib/svnkit/sqljet.1.0.0.b616.jar"/> 8 <classpathentry exported="true" kind="lib" path="lib/svnkit/svnkit-javahl.jar"/> 9 <classpathentry exported="true" kind="lib" path="lib/svnkit/svnkit.jar"/> 10 <classpathentry exported="true" kind="lib" path="lib/svnkit/trilead.jar"/> 11 <classpathentry exported="true" kind="lib" path="lib/nebula/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar"/> 12 <classpathentry exported="true" kind="lib" path="lib/nebula/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar"/> 13 <classpathentry exported="true" kind="lib" path="lib/mysql/mysql-connector-java-5.1.8-bin.jar"/> 7 14 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 8 15 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 9 16 <classpathentry kind="src" path="src"/> 10 <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.8-bin.jar"/>11 17 <classpathentry kind="output" path="bin"/> 12 18 </classpath>
Note: See TracChangeset
for help on using the changeset viewer.