From 5eac1a4896175065065133dbc8d213dacba201b3 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Sun, 10 Jan 2010 13:46:33 +0100 Subject: Partial revert "Switch build to Apache Felix maven-bundle-plugin" This restores the ability to build using just Eclipse without strange procedures, extra plugins and it is again possible to work on both JGit and EGit in the same Eclipse workspace with ease. Change-Id: I0af08127d507fbce186f428f1cdeff280f0ddcda Signed-off-by: Robin Rosenberg --- org.eclipse.jgit.test/.classpath | 9 +++++++ org.eclipse.jgit.test/.project | 28 ++++++++++++++++++++++ org.eclipse.jgit.test/META-INF/MANIFEST.MF | 28 ++++++++++++++++++++++ org.eclipse.jgit.test/build.properties | 6 +++++ ...e.jgit.core--All-External-Tests (Java 6).launch | 22 ++++++++--------- ...rg.eclipse.jgit.core--All-External-Tests.launch | 20 +++++++--------- ...rg.eclipse.jgit.core--All-Tests (Java 6).launch | 2 -- .../org.eclipse.jgit.core--All-Tests.launch | 20 +++++++--------- org.eclipse.jgit.test/plugin.properties | 2 ++ 9 files changed, 101 insertions(+), 36 deletions(-) create mode 100644 org.eclipse.jgit.test/.classpath create mode 100644 org.eclipse.jgit.test/.project create mode 100644 org.eclipse.jgit.test/META-INF/MANIFEST.MF create mode 100644 org.eclipse.jgit.test/build.properties create mode 100644 org.eclipse.jgit.test/plugin.properties (limited to 'org.eclipse.jgit.test') diff --git a/org.eclipse.jgit.test/.classpath b/org.eclipse.jgit.test/.classpath new file mode 100644 index 0000000000..ea41285773 --- /dev/null +++ b/org.eclipse.jgit.test/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/org.eclipse.jgit.test/.project b/org.eclipse.jgit.test/.project new file mode 100644 index 0000000000..84c971100e --- /dev/null +++ b/org.eclipse.jgit.test/.project @@ -0,0 +1,28 @@ + + + org.eclipse.jgit.test + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..32d5efdfc4 --- /dev/null +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -0,0 +1,28 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %plugin_name +Bundle-SymbolicName: org.eclipse.jgit.test +Bundle-Version: 0.6.0.qualifier +Bundle-Localization: plugin +Bundle-Vendor: %provider_name +Bundle-ActivationPolicy: lazy +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Import-Package: com.jcraft.jsch, + junit.framework, + junit.textui, + org.eclipse.jgit.junit, + org.eclipse.jgit.diff, + org.eclipse.jgit.dircache, + org.eclipse.jgit.errors, + org.eclipse.jgit.fnmatch, + org.eclipse.jgit.lib, + org.eclipse.jgit.merge, + org.eclipse.jgit.patch, + org.eclipse.jgit.revplot, + org.eclipse.jgit.revwalk, + org.eclipse.jgit.revwalk.filter, + org.eclipse.jgit.transport, + org.eclipse.jgit.treewalk, + org.eclipse.jgit.treewalk.filter, + org.eclipse.jgit.util, + org.eclipse.jgit.util.io diff --git a/org.eclipse.jgit.test/build.properties b/org.eclipse.jgit.test/build.properties new file mode 100644 index 0000000000..afc4855d67 --- /dev/null +++ b/org.eclipse.jgit.test/build.properties @@ -0,0 +1,6 @@ +source.. = tst/,\ + tst-rsrc/,\ + exttst/ +bin.includes = META-INF/,\ + .,\ + plugin.properties diff --git a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests (Java 6).launch b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests (Java 6).launch index 6ef8132d05..9a9ca124d3 100644 --- a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests (Java 6).launch +++ b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests (Java 6).launch @@ -1,23 +1,21 @@ - + - - - + + + - + + + + + - - + - - - - - diff --git a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests.launch b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests.launch index abdb965028..6735fb0a26 100644 --- a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests.launch +++ b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests.launch @@ -1,22 +1,20 @@ - + - - - + + + - + + + + - - + - - - - diff --git a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests (Java 6).launch b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests (Java 6).launch index 075f47b8fe..a0aecf920c 100644 --- a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests (Java 6).launch +++ b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests (Java 6).launch @@ -15,9 +15,7 @@ - - diff --git a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests.launch b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests.launch index 5735df0396..bff41ecf07 100644 --- a/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests.launch +++ b/org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests.launch @@ -1,22 +1,20 @@ - + - - - + + + - + + + + - - + - - - - diff --git a/org.eclipse.jgit.test/plugin.properties b/org.eclipse.jgit.test/plugin.properties new file mode 100644 index 0000000000..68e67f8107 --- /dev/null +++ b/org.eclipse.jgit.test/plugin.properties @@ -0,0 +1,2 @@ +plugin_name=Java Git Core Tests (Incubation) +provider_name=eclipse.org -- cgit v1.2.3