diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-14 01:22:42 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-15 03:45:01 +0100 |
commit | f245579820f8113ae767864772731e8ad97b5a1f (patch) | |
tree | a2b20e07001a2a4a5fc1f8431b87c0c3b0ea2c83 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties | |
parent | f5eb0d93660786213b98dadde7d93c5605454495 (diff) | |
download | jgit-f245579820f8113ae767864772731e8ad97b5a1f.tar.gz jgit-f245579820f8113ae767864772731e8ad97b5a1f.zip |
Maven 3/Tycho build for JGit feature
As discussed on the jgit-dev list here:
http://dev.eclipse.org/mhonarc/lists/egit-dev/msg00654.html
- Define a separate JGit feature.
- As of now create a separate JGit update site and zip it.
Change-Id: Ie4026f15f6250c4933dccf6f31b5009b90c036bc
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties new file mode 100644 index 0000000000..b3a611b5c9 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties @@ -0,0 +1,2 @@ +bin.includes = feature.xml,\ + feature.properties |