[Tde-development] net.sourceforge.tde.tests.jdt.core plugin.xml,1.3,1.4 .project,1.3,1.4 .classpath,
Status: Beta
Brought to you by:
dcorbin
|
From: <dc...@us...> - 2004-03-03 03:01:42
|
Update of /cvsroot/tde/net.sourceforge.tde.tests.jdt.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6827 Modified Files: plugin.xml .project .classpath Log Message: Still trying to recover the repository. Index: plugin.xml =================================================================== RCS file: /cvsroot/tde/net.sourceforge.tde.tests.jdt.core/plugin.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** plugin.xml 2 Mar 2004 01:18:46 -0000 1.3 --- plugin.xml 3 Mar 2004 02:49:28 -0000 1.4 *************** *** 24,28 **** <import plugin="org.eclipse.ui.ide" optional="true"/> <import plugin="org.eclipse.core.runtime.compatibility" optional="true"/> - <import plugin="org.eclipse.jdt.debug"/> </requires> --- 24,27 ---- Index: .project =================================================================== RCS file: /cvsroot/tde/net.sourceforge.tde.tests.jdt.core/.project,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .project 2 Mar 2004 01:18:46 -0000 1.3 --- .project 3 Mar 2004 02:49:28 -0000 1.4 *************** *** 10,14 **** <project>org.eclipse.debug.core</project> <project>org.eclipse.jdt.core</project> - <project>org.eclipse.jdt.debug</project> <project>org.eclipse.ui.ide</project> <project>org.junit</project> --- 10,13 ---- Index: .classpath =================================================================== RCS file: /cvsroot/tde/net.sourceforge.tde.tests.jdt.core/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 2 Mar 2004 01:18:46 -0000 1.3 --- .classpath 3 Mar 2004 02:49:28 -0000 1.4 *************** *** 11,15 **** <classpathentry kind="src" path="/org.eclipse.ui.ide"/> <classpathentry kind="src" path="/org.eclipse.core.runtime.compatibility"/> - <classpathentry kind="src" path="/org.eclipse.jdt.debug"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> --- 11,14 ---- |