Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2013-12-10 10:48:21 +0000
committerUwe Stieber2013-12-10 10:48:21 +0000
commitcb30de4391c6daeff5892acfef6fca78d76f2f66 (patch)
tree393177360df9ce05cd56e38843541a6bd51538dd /admin
parent4f307e3c631827e5dda6a96871fdbc75da0670cb (diff)
downloadorg.eclipse.tcf-cb30de4391c6daeff5892acfef6fca78d76f2f66.tar.gz
org.eclipse.tcf-cb30de4391c6daeff5892acfef6fca78d76f2f66.tar.xz
org.eclipse.tcf-cb30de4391c6daeff5892acfef6fca78d76f2f66.zip
Releng: Improve TCF/TE Eclipse feature definitions
- Switch from including org.eclipse.tcf.* features into each other to require those features instead. More flexible P2 dependency resolution at install time. - Require the com.google.gson plugin instead of declaring it part of the org.eclipse.tcf.te.feature. More flexible P2 dependency resolution at install time. - com.google.gson plugin explicitly included into P2 repository aggregation via category.xml
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 1720de240..350ed5c19 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -108,15 +108,6 @@
<enabled>true</enabled>
</releases>
</pluginRepository>
- <!--<pluginRepository>
- <id>repo.eclipse.org</id>
- <url>http://repo.eclipse.org/content/repositories</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases> <enabled>true</enabled>
- </releases> </pluginRepository>
- -->
<pluginRepository>
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
@@ -216,6 +207,7 @@
<strictBinIncludes>false</strictBinIncludes>
<timestampProvider>jgit</timestampProvider>
<jgit.ignore>pom.xml</jgit.ignore>
+ <jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
<sourceReferences>
<generate>true</generate>
</sourceReferences>

Back to the top