diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2010-01-10 13:46:33 +0100 |
---|---|---|
committer | Robin Rosenberg <robin.rosenberg@dewire.com> | 2010-01-10 15:59:03 +0100 |
commit | 5eac1a4896175065065133dbc8d213dacba201b3 (patch) | |
tree | 78f143a113e3a3ae07b84279e0922247ea862ede /org.eclipse.jgit.test/build.properties | |
parent | fc5fc70e2e8cc8e3ef493e130c3227ef83400f80 (diff) | |
download | jgit-5eac1a4896175065065133dbc8d213dacba201b3.tar.gz jgit-5eac1a4896175065065133dbc8d213dacba201b3.zip |
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 <robin.rosenberg@dewire.com>
Diffstat (limited to 'org.eclipse.jgit.test/build.properties')
-rw-r--r-- | org.eclipse.jgit.test/build.properties | 6 |
1 files changed, 6 insertions, 0 deletions
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 |