Fix build and test failures
commit058456865a75ff36d85d63105650d3897ee21105
authorShawn O. Pearce <spearce@spearce.org>
Thu, 11 Feb 2010 23:57:21 +0000 (11 15:57 -0800)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 14 Feb 2010 02:57:10 +0000 (14 03:57 +0100)
treef2ae32126b33536d083dbf70532e7cea5cd153bd
parentf701560d6f08edbf55a3afad2765400ecf1753ba
Fix build and test failures

- Correcting versions.

[ms:
- Correcting wrong version for org.eclipse.core.filesystem to [1.1,2.0)
- "Require-Bundle:" needs to use "bundle-version:" to specify version.
- Manifest refered to JUnit 4 but test execution specified JUnit 3.
- Fix tests which have been broken by the change
  667f571b "Fix enabling team operations on project import."
- Split packages between org.eclipse.egit.core and org.eclipse.egit.core.test
  caused ClassNotFoundException in test execution hence moving test packages.
]

Change-Id: Ic76335ecb34daa76431b3d7daae566d97a7413f0
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit-feature/feature.xml
org.eclipse.egit.core.test/META-INF/MANIFEST.MF
org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/T0003_AdaptableFileTreeIteratorTest.java [moved from org.eclipse.egit.core.test/src/org/eclipse/egit/core/T0003_AdaptableFileTreeIteratorTest.java with 93% similarity]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/internal/mapping/T0002_history.java [moved from org.eclipse.egit.core.test/src/org/eclipse/egit/core/internal/mapping/T0002_history.java with 98% similarity]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/op/T0001_ConnectProviderOperationTest.java [moved from org.eclipse.egit.core.test/src/org/eclipse/egit/core/op/T0001_ConnectProviderOperationTest.java with 96% similarity]
org.eclipse.egit.core/META-INF/MANIFEST.MF
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ConnectProviderOperation.java
org.eclipse.egit.ui/META-INF/MANIFEST.MF