Make the org.eclipse.core.test bundle a fragment bundle
commit55a334b3018ed0db1335c8857e13153cb2f46361
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 2 May 2010 08:46:47 +0000 (2 10:46 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 2 May 2010 08:46:47 +0000 (2 10:46 +0200)
treef59dfff9de1712737c0395650fd39541e0bb11da
parentdc9549b6d29825839d1e94da612a414e1423aaa7
Make the org.eclipse.core.test bundle a fragment bundle

A fragment bundle allows us direct access to internal packages of the
host bundle that we are testing without the hazzle with export/import.

Since we cannot have an activator for a fragment we now set up the
MockSystemReader in the GitTestCase that our tests derive from anyway.

Change-Id: I6a1ded23d0a3063ae03ef6b8683c04b8dbe0d84e
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.egit.core.test/META-INF/MANIFEST.MF
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/Activator.java [deleted file]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/GitTestCase.java