aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/pom.xml
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-05-22 16:10:50 -0700
committerSiva Velusamy <vsiva@google.com>2014-05-22 16:19:18 -0700
commit1f9d9f63233d07517d201bcf487c7115f02d06e8 (patch)
tree79d0e50221111c96673e5c2a8dff4fd531db2170 /eclipse/pom.xml
parent4648148c1e87bac9aa326ba942bc065e0731733b (diff)
downloadsdk-1f9d9f63233d07517d201bcf487c7115f02d06e8.tar.gz
sdk-1f9d9f63233d07517d201bcf487c7115f02d06e8.tar.bz2
sdk-1f9d9f63233d07517d201bcf487c7115f02d06e8.zip
Include all dependencies in the p2 repository
Currently, the generated p2 repository only includes the ADT plugins. We need to include all the tools and prebuilts that are now OSGI bundles, so this CL instructs p2 to include all the dependencies as well. Unfortunately, this means that all of the platform, jdt, cdt are all included as well. Change-Id: I5d2bfc8f72b18145e60985bffb54074a83a7d26a
Diffstat (limited to 'eclipse/pom.xml')
-rw-r--r--eclipse/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse/pom.xml b/eclipse/pom.xml
index 0fd7c9311..301e7c18e 100644
--- a/eclipse/pom.xml
+++ b/eclipse/pom.xml
@@ -187,6 +187,15 @@
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-repository-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <includeAllDependencies>true</includeAllDependencies>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>