mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
bump pom versions to 3.8.0 to match highest version of any feature in RSE;
bump copyrights to 2018 Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
parent
e928812a57
commit
72f74ad2d7
83 changed files with 97 additions and 97 deletions
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.dstore.doc.isv</artifactId>
|
<artifactId>org.eclipse.dstore.doc.isv</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.doc.isv</artifactId>
|
<artifactId>org.eclipse.rse.doc.isv</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.doc.user</artifactId>
|
<artifactId>org.eclipse.rse.doc.user</artifactId>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2017 Eclipse Foundation and others.
|
Copyright (c) 2018 Eclipse Foundation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Distribution License v1.0
|
are made available under the terms of the Eclipse Distribution License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -17,12 +17,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
<artifactId>org.eclipse.tm.rse.doc</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.examples</artifactId>
|
<artifactId>org.eclipse.rse.examples</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.examples.daytime</artifactId>
|
<artifactId>org.eclipse.rse.examples.daytime</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.examples.dstore</artifactId>
|
<artifactId>org.eclipse.rse.examples.dstore</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.examples.tutorial</artifactId>
|
<artifactId>org.eclipse.rse.examples.tutorial</artifactId>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2017 Eclipse Foundation and others.
|
Copyright (c) 2018 Eclipse Foundation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Distribution License v1.0
|
are made available under the terms of the Eclipse Distribution License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -17,12 +17,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
<artifactId>org.eclipse.tm.rse.examples</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse</artifactId>
|
<artifactId>org.eclipse.rse</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.core</artifactId>
|
<artifactId>org.eclipse.rse.core</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.core.source</artifactId>
|
<artifactId>org.eclipse.rse.core.source</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.dstore</artifactId>
|
<artifactId>org.eclipse.rse.dstore</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.dstore.source</artifactId>
|
<artifactId>org.eclipse.rse.dstore.source</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ftp</artifactId>
|
<artifactId>org.eclipse.rse.ftp</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ftp.source</artifactId>
|
<artifactId>org.eclipse.rse.ftp.source</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.local</artifactId>
|
<artifactId>org.eclipse.rse.local</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.local.source</artifactId>
|
<artifactId>org.eclipse.rse.local.source</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.scp</artifactId>
|
<artifactId>org.eclipse.rse.scp</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.sdk</artifactId>
|
<artifactId>org.eclipse.rse.sdk</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ssh</artifactId>
|
<artifactId>org.eclipse.rse.ssh</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.ssh.source</artifactId>
|
<artifactId>org.eclipse.rse.ssh.source</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.telnet</artifactId>
|
<artifactId>org.eclipse.rse.telnet</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.telnet.source</artifactId>
|
<artifactId>org.eclipse.rse.telnet.source</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.terminals</artifactId>
|
<artifactId>org.eclipse.rse.terminals</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.terminals.source</artifactId>
|
<artifactId>org.eclipse.rse.terminals.source</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.useractions</artifactId>
|
<artifactId>org.eclipse.rse.useractions</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.useractions.sdk</artifactId>
|
<artifactId>org.eclipse.rse.useractions.sdk</artifactId>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2017 Eclipse Foundation and others.
|
Copyright (c) 2018 Eclipse Foundation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Distribution License v1.0
|
are made available under the terms of the Eclipse Distribution License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -17,12 +17,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.dstore.core</artifactId>
|
<artifactId>org.eclipse.dstore.core</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.dstore.extra</artifactId>
|
<artifactId>org.eclipse.dstore.extra</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.connectorservice.dstore</artifactId>
|
<artifactId>org.eclipse.rse.connectorservice.dstore</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.connectorservice.local</artifactId>
|
<artifactId>org.eclipse.rse.connectorservice.local</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.connectorservice.ssh</artifactId>
|
<artifactId>org.eclipse.rse.connectorservice.ssh</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.connectorservice.telnet</artifactId>
|
<artifactId>org.eclipse.rse.connectorservice.telnet</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.core</artifactId>
|
<artifactId>org.eclipse.rse.core</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.dstore.security</artifactId>
|
<artifactId>org.eclipse.rse.dstore.security</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.efs.ui</artifactId>
|
<artifactId>org.eclipse.rse.efs.ui</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.efs</artifactId>
|
<artifactId>org.eclipse.rse.efs</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.files.ui</artifactId>
|
<artifactId>org.eclipse.rse.files.ui</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.importexport</artifactId>
|
<artifactId>org.eclipse.rse.importexport</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.processes.ui</artifactId>
|
<artifactId>org.eclipse.rse.processes.ui</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.sdk</artifactId>
|
<artifactId>org.eclipse.rse.sdk</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.services.dstore</artifactId>
|
<artifactId>org.eclipse.rse.services.dstore</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.services.files.ftp</artifactId>
|
<artifactId>org.eclipse.rse.services.files.ftp</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.services.local</artifactId>
|
<artifactId>org.eclipse.rse.services.local</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.services.ssh</artifactId>
|
<artifactId>org.eclipse.rse.services.ssh</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.services.telnet</artifactId>
|
<artifactId>org.eclipse.rse.services.telnet</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.services</artifactId>
|
<artifactId>org.eclipse.rse.services</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.shells.ui</artifactId>
|
<artifactId>org.eclipse.rse.shells.ui</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.files.core</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.files.core</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.files.dstore</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.files.dstore</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.files.ftp</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.files.ftp</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.files.local</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.files.local</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.files.scp</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.files.scp</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.files.ssh</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.files.ssh</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.processes.core</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.processes.core</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.processes.dstore</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.processes.dstore</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.processes.local</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.processes.local</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.processes.shell.linux</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.processes.shell.linux</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.shells.core</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.shells.core</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.shells.dstore</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.shells.dstore</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.shells.local</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.shells.local</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.shells.ssh</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.shells.ssh</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.shells.telnet</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.shells.telnet</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.terminals.core</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.terminals.core</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.subsystems.terminals.ssh</artifactId>
|
<artifactId>org.eclipse.rse.subsystems.terminals.ssh</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.terminals.ui</artifactId>
|
<artifactId>org.eclipse.rse.terminals.ui</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.ui.capabilities</artifactId>
|
<artifactId>org.eclipse.rse.ui.capabilities</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.ui</artifactId>
|
<artifactId>org.eclipse.rse.ui</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.useractions.sdk</artifactId>
|
<artifactId>org.eclipse.rse.useractions.sdk</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.useractions</artifactId>
|
<artifactId>org.eclipse.rse.useractions</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse</artifactId>
|
<artifactId>org.eclipse.rse</artifactId>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2017 Eclipse Foundation and others.
|
Copyright (c) 2018 Eclipse Foundation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Distribution License v1.0
|
are made available under the terms of the Eclipse Distribution License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -17,12 +17,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
<artifactId>org.eclipse.tm.rse.plugins</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.rse.tests</artifactId>
|
<artifactId>org.eclipse.rse.tests</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.tests.framework.examples</artifactId>
|
<artifactId>org.eclipse.rse.tests.framework.examples</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.tests.framework</artifactId>
|
<artifactId>org.eclipse.rse.tests.framework</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.rse.tests</artifactId>
|
<artifactId>org.eclipse.rse.tests</artifactId>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2017 Eclipse Foundation and others.
|
Copyright (c) 2018 Eclipse Foundation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Distribution License v1.0
|
are made available under the terms of the Eclipse Distribution License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -17,12 +17,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
<artifactId>org.eclipse.tm.rse.tests</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2017 Eclipse Foundation and others.
|
Copyright (c) 2018 Eclipse Foundation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Distribution License v1.0
|
are made available under the terms of the Eclipse Distribution License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
@ -17,12 +17,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse</artifactId>
|
<artifactId>org.eclipse.tm.rse</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.tm.rse</groupId>
|
<groupId>org.eclipse.tm.rse</groupId>
|
||||||
<artifactId>org.eclipse.tm.rse.tools</artifactId>
|
<artifactId>org.eclipse.tm.rse.tools</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.8.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2017 Eclipse Foundation and others.
|
Copyright (c) 2018 Eclipse Foundation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Distribution License v1.0
|
are made available under the terms of the Eclipse Distribution License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
|
|
Loading…
Add table
Reference in a new issue