diff options
author | Uwe Stieber | 2012-03-29 12:45:31 +0000 |
---|---|---|
committer | Uwe Stieber | 2012-03-29 12:45:31 +0000 |
commit | 53ceb4cdd7ece15b6a2cb375cd60eae58173617c (patch) | |
tree | f6db1b4bf54cbf4480baa85c7458a0301cc2d7fd /admin | |
parent | f3398d5fc6e9f7147546f6849fcf3aef3d4cccb5 (diff) | |
download | org.eclipse.tcf-53ceb4cdd7ece15b6a2cb375cd60eae58173617c.tar.gz org.eclipse.tcf-53ceb4cdd7ece15b6a2cb375cd60eae58173617c.tar.xz org.eclipse.tcf-53ceb4cdd7ece15b6a2cb375cd60eae58173617c.zip |
Target Explorer: Added com.google.gson to features and moved RCP related stuff into experimental
Diffstat (limited to 'admin')
-rw-r--r-- | admin/pom-config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml index 98e71d6d0..a020605ce 100644 --- a/admin/pom-config.xml +++ b/admin/pom-config.xml @@ -37,6 +37,7 @@ <cdt-site>http://download.eclipse.org/tools/cdt/builds/juno/nightly</cdt-site> <tm-site>http://download.eclipse.org/tm/updates/3.3</tm-site> <rxtx-site>http://rxtx.qbang.org/eclipse</rxtx-site> + <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20120308061416/repository/</orbit-site> </properties> <licenses> @@ -60,6 +61,11 @@ <layout>p2</layout> </repository> <repository> + <id>orbit</id> + <url>${orbit-site}</url> + <layout>p2</layout> + </repository> + <repository> <id>cdt</id> <url>${cdt-site}</url> <layout>p2</layout> |