Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2017-10-10 20:50:26 +0000
committerJeff Johnston2017-10-11 16:30:13 +0000
commit17201532fbe93afcb534223edd9307bff34b7c59 (patch)
tree997f0dd762006e1ccfb383224554b40e660ecdb7 /pom.xml
parentf73884c6bd299a6f2e0b549038e57bee91282964 (diff)
downloadorg.eclipse.linuxtools-17201532fbe93afcb534223edd9307bff34b7c59.tar.gz
org.eclipse.linuxtools-17201532fbe93afcb534223edd9307bff34b7c59.tar.xz
org.eclipse.linuxtools-17201532fbe93afcb534223edd9307bff34b7c59.zip
Add Mylyn Connector for OpenShift.io
- add new org.eclipse.linuxtools.mylyn.osio.rest.core plug-in - add new org.eclipse.linuxtools.mylyn.osio.rest.ui plug-in - add new org.eclipse.linuxtools.mylyn.osio.rest-feature feature - add new org.eclipse.linuxtools.mylyn-site releng repository Change-Id: I595c6ea25b3b12df6b2c562a38fa3bb7ee974713 Reviewed-on: https://git.eclipse.org/r/106538 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c9c86dbc1f..8fd939bd54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
<properties>
<mirror-repo-name>updates-nightly</mirror-repo-name>
<mirror-docker-repo-name>updates-docker-nightly</mirror-docker-repo-name>
+ <mirror-mylyn-repo-name>updates-mylyn-nightly</mirror-mylyn-repo-name>
<tycho-version>1.0.0</tycho-version>
<tycho-extras-version>1.0.0</tycho-extras-version>
<target-platform>linuxtools-e4.7</target-platform>
@@ -284,6 +285,7 @@
<module>valgrind</module>
<module>containers</module>
<module>vagrant</module>
+ <module>mylyn</module>
<module>releng</module>
</modules>

Back to the top