Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-01-18 17:39:20 +0000
committerUwe Stieber2012-01-18 17:42:42 +0000
commitd43f42e5dd3bfd3b151d8daaf420f41b6b0362b7 (patch)
treedd993ab5aec76c39b4bac0194c3311ef303d2219 /pom.xml
parent856f2a8de1fa117f1f0a9b2c626c29a4689a649c (diff)
downloadorg.eclipse.tcf-d43f42e5dd3bfd3b151d8daaf420f41b6b0362b7.tar.gz
org.eclipse.tcf-d43f42e5dd3bfd3b151d8daaf420f41b6b0362b7.tar.xz
org.eclipse.tcf-d43f42e5dd3bfd3b151d8daaf420f41b6b0362b7.zip
Target Explorer: Moved wire type UI controls to open source
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3d57fb1f2..0eb923cbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
<cdt-site>http://download.eclipse.org/tools/cdt/builds/hudson/cdt-nightly</cdt-site>
<tm-version>3.3</tm-version>
<tm-site>http://download.eclipse.org/tm/updates/${tm-version}</tm-site>
+ <rxtx-site>http://rxtx.qbang.org/eclipse</rxtx-site>
</properties>
<licenses>
@@ -114,6 +115,11 @@
<url>${tm-site}</url>
<layout>p2</layout>
</repository>
+ <repository>
+ <id>rxtx</id>
+ <url>${rxtx-site}</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
<build>

Back to the top