[Tde-development] net.sourceforge.tde.jdt.core .project,1.3,1.4 .classpath,1.3,1.4 plugin.xml,1.7,1.
Status: Beta
Brought to you by:
dcorbin
|
From: <dc...@us...> - 2004-03-03 02:52:44
|
Update of /cvsroot/tde/net.sourceforge.tde.jdt.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5139 Modified Files: .project .classpath plugin.xml Log Message: Still trying to recover the repository. Index: .project =================================================================== RCS file: /cvsroot/tde/net.sourceforge.tde.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:15 -0000 1.3 --- .project 3 Mar 2004 02:40:31 -0000 1.4 *************** *** 7,10 **** --- 7,11 ---- <project>org.eclipse.core.runtime.compatibility</project> <project>org.eclipse.debug.core</project> + <project>org.eclipse.osgi</project> </projects> <buildSpec> Index: .classpath =================================================================== RCS file: /cvsroot/tde/net.sourceforge.tde.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:15 -0000 1.3 --- .classpath 3 Mar 2004 02:40:31 -0000 1.4 *************** *** 4,7 **** --- 4,8 ---- <classpathentry kind="src" path="/org.eclipse.core.resources"/> <classpathentry kind="src" path="/org.eclipse.debug.core"/> + <classpathentry kind="src" path="/org.eclipse.osgi"/> <classpathentry kind="src" path="/org.eclipse.core.runtime.compatibility"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> Index: plugin.xml =================================================================== RCS file: /cvsroot/tde/net.sourceforge.tde.jdt.core/plugin.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** plugin.xml 2 Mar 2004 01:18:15 -0000 1.7 --- plugin.xml 3 Mar 2004 02:40:31 -0000 1.8 *************** *** 15,18 **** --- 15,19 ---- <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.debug.core"/> + <import plugin="org.eclipse.osgi" optional="true"/> </requires> |