From: <ce...@us...> - 2004-02-04 09:44:57
|
Update of /cvsroot/csseditor/net.sourceforge.csseditor.tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5255 Modified Files: .project plugin.xml .classpath Log Message: Make the plugin work in builds after M6 (I hope) Index: .project =================================================================== RCS file: /cvsroot/csseditor/net.sourceforge.csseditor.tests/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .project 12 Jan 2004 17:27:50 -0000 1.2 --- .project 4 Feb 2004 09:42:29 -0000 1.3 *************** *** 7,10 **** --- 7,11 ---- <project>org.eclipse.core.resources</project> <project>org.eclipse.core.runtime</project> + <project>org.eclipse.core.runtime.compatibility</project> <project>org.eclipse.jface</project> <project>org.eclipse.jface.text</project> Index: plugin.xml =================================================================== RCS file: /cvsroot/csseditor/net.sourceforge.csseditor.tests/plugin.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** plugin.xml 12 Jan 2004 17:27:50 -0000 1.4 --- plugin.xml 4 Feb 2004 09:42:29 -0000 1.5 *************** *** 25,32 **** <import plugin="org.junit"/> <import plugin="org.eclipse.core.resources"/> ! <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.osgi"/> </requires> - </plugin> --- 25,31 ---- <import plugin="org.junit"/> <import plugin="org.eclipse.core.resources"/> ! <import plugin="org.eclipse.core.runtime.compatibility"/> <import plugin="org.eclipse.osgi"/> </requires> </plugin> Index: .classpath =================================================================== RCS file: /cvsroot/csseditor/net.sourceforge.csseditor.tests/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 12 Jan 2004 17:27:50 -0000 1.3 --- .classpath 4 Feb 2004 09:42:29 -0000 1.4 *************** *** 17,20 **** --- 17,21 ---- <classpathentry kind="src" path="/org.eclipse.core.runtime"/> <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"/> <classpathentry kind="output" path="bin"/> |