|
From: Christopher W. <caw...@us...> - 2006-01-05 17:20:15
|
Update of /cvsroot/rubyeclipse/org.rubypeople.eclipse.testutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6410 Modified Files: plugin.xml build.properties Log Message: try to move to Manifest to see if that fixes unit tests not running on continuous build Index: build.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.eclipse.testutils/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 24 Oct 2004 09:56:48 -0000 1.2 --- build.properties 5 Jan 2006 17:20:07 -0000 1.3 *************** *** 1,3 **** source.testutils.jar = src/ bin.includes = testutils.jar,\ ! plugin.xml --- 1,4 ---- source.testutils.jar = src/ bin.includes = testutils.jar,\ ! plugin.xml,\ ! META-INF/ Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.eclipse.testutils/plugin.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** plugin.xml 26 Mar 2005 11:35:46 -0000 1.6 --- plugin.xml 5 Jan 2006 17:20:07 -0000 1.7 *************** *** 1,20 **** <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> ! <plugin ! id="org.rubypeople.eclipse.testutils" ! name="org.rubypeople.eclipse.testutils" ! version="0.6.0"> ! ! <runtime> ! <library name="testutils.jar"> ! <export name="*"/> ! </library> ! </runtime> ! ! <requires> ! <import plugin="org.eclipse.core.runtime.compatibility"/> ! <import plugin="org.eclipse.core.resources"/> ! <import plugin="org.junit"/> ! </requires> </plugin> --- 1,6 ---- <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> ! <plugin> + </plugin> |