Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2012-05-22 23:43:50 +0000
committerMatthias Sohn2012-05-23 20:25:19 +0000
commit64417af7a7e0d74ee423d6642d40a5116f584fe1 (patch)
tree8b4191563a6d8ccd3b73d3221314e5776f44abd8 /org.eclipse.egit.import-feature/.gitignore
parent7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7 (diff)
downloadegit-64417af7a7e0d74ee423d6642d40a5116f584fe1.tar.gz
egit-64417af7a7e0d74ee423d6642d40a5116f584fe1.tar.xz
egit-64417af7a7e0d74ee423d6642d40a5116f584fe1.zip
Add support for Eclipse-SourceReferences header
Add extensions required to import a plug-in using SCM URL from its MANIFEST.MF. To give it a try, open Plug-ins view, select a plug-in, right click and Import As > Project from a Repository.... Then follow instructions in the wizard. Importing with a tag is not supported yet, see bug 367712. This allows EGit compilation against all supported eclipse platform versions but only builds the p2 repository when built against Juno. This should be improved in a subsequent change. Bug: 327381 Change-Id: Ia4eb34fec24f5fe714a1b5a2b50fe0393e8d3f39 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.import-feature/.gitignore')
-rw-r--r--org.eclipse.egit.import-feature/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.import-feature/.gitignore b/org.eclipse.egit.import-feature/.gitignore
new file mode 100644
index 0000000000..2f7896d1d1
--- /dev/null
+++ b/org.eclipse.egit.import-feature/.gitignore
@@ -0,0 +1 @@
+target/

Back to the top