| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Terracotta
Revision: 9986
Author: gkeim
Date: 04 Sep 2008 21:40:09
Changes:Fixed ivy-tests-unit.xml module name. Re-ran eclipsegen.
Files:| ... | ...@@ -1,16 +1,15 @@ | |
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 | <classpath> |
| 3 | <classpathentry excluding="**/.svn/*" kind="src" path="src"/> | |
| 4 | <classpathentry excluding="**/.svn/*" kind="src" path="src.resources"/> | |
| 5 | <classpathentry excluding="**/.svn/*" kind="src" path="tests.base"/> | |
| 6 | <classpathentry excluding="**/.svn/*" kind="src" path="tests.system"/> | |
| 7 | <classpathentry excluding="**/.svn/*" kind="src" path="tests.unit"/> | |
| 8 | <classpathentry excluding="**/.svn/*" kind="src" path="tests.unit.resources"/> | |
| 3 | <classpathentry excluding="**/.svn/*" kind="src" output="build.eclipse/src.classes" path="src"/> | |
| 4 | <classpathentry excluding="**/.svn/*" kind="src" output="build.eclipse/src.classes" path="src.resources"/> | |
| 5 | <classpathentry excluding="**/.svn/*" kind="src" output="build.eclipse/tests.base.classes" path="tests.base"/> | |
| 6 | <classpathentry excluding="**/.svn/*" kind="src" output="build.eclipse/tests.system.classes" path="tests.system"/> | |
| 7 | <classpathentry excluding="**/.svn/*" kind="src" output="build.eclipse/tests.unit.classes" path="tests.unit"/> | |
| 8 | <classpathentry excluding="**/.svn/*" kind="src" output="build.eclipse/tests.unit.classes" path="tests.unit.resources"/> | |
| 9 | 9 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> |
| 10 | 10 | <classpathentry exported="true" kind="lib" path="/dependencies/lib/guice-1.0.jar"/> |
| 11 | <classpathentry exported="true" kind="lib" path="/dependencies/lib/jdom-1.0.jar"/> | |
| 11 | <classpathentry exported="true" kind="lib" path="/dependencies/lib/jdom-1.1.jar"/> | |
| 12 | <classpathentry exported="true" kind="lib" path="/dependencies/lib/jetty-6.1.8.jar"/> | |
| 12 | 13 | <classpathentry combineaccessrules="false" kind="src" path="/common"/> |
| 13 | 14 | <classpathentry combineaccessrules="false" kind="src" path="/common-api"/> |
| 14 | <classpathentry kind="lib" path="/dependencies/lib/jetty-6.1.8.jar"/> | |
| 15 | <classpathentry kind="output" path="build.eclipse"/> | |
| 16 | 15 | </classpath> |
| ... | ...@@ -1,6 +1,6 @@ | |
| 1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | 2 | <ivy-module version="2.0"> |
| 3 | <info organisation="ibiblio" module="tim-update-center"/> | |
| 3 | <info organisation="ibiblio" module="tim-update-center-tests-unit"/> | |
| 4 | 4 | <dependencies> |
| 5 | 5 | <dependency name="jetty" rev="6.1.8" org="terracotta"/> |
| 6 | 6 | </dependencies> |