From 54ecf4699f3063e137c5f7ec3b3be23cfca9a126 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Fri, 4 May 2018 02:35:11 -0400 Subject: [PATCH] Add LSP4E dependency to cdt.target Change-Id: Id990ce962b93dee306101089eb8a15ea2c5374fe --- .../org.eclipse.lsp4e.cpp.target/.project | 24 ---- .../org.eclipse.core.resources.prefs | 2 - .../.settings/org.eclipse.core.runtime.prefs | 2 - .../cdt-plus-lsp4e.cpp.target | 114 ------------------ .../lsp4e.cpp-staging.target | 45 ------- .../org.eclipse.lsp4e.cpp.target/pom.xml | 44 ------- lsp4e-cpp/pom.xml | 1 - releng/CDT.setup | 4 + releng/org.eclipse.cdt.target/cdt.target | 31 ++--- 9 files changed, 21 insertions(+), 246 deletions(-) delete mode 100644 lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.project delete mode 100644 lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.resources.prefs delete mode 100644 lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.runtime.prefs delete mode 100644 lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target delete mode 100644 lsp4e-cpp/org.eclipse.lsp4e.cpp.target/lsp4e.cpp-staging.target delete mode 100644 lsp4e-cpp/org.eclipse.lsp4e.cpp.target/pom.xml diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.project b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.project deleted file mode 100644 index 4c3114808bc..00000000000 --- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.project +++ /dev/null @@ -1,24 +0,0 @@ - - - org.eclipse.lsp4e.cpp.target - - - - - - - - - - parent-pom.xml - 1 - PARENT-1-PROJECT_LOC/pom.xml - - - - - copy_PARENT - $%7BPARENT-5-PROJECT_LOC%7D/git/lsp4e-cpp - - - diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.resources.prefs b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0203a..00000000000 --- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.runtime.prefs b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.runtime.prefs deleted file mode 100644 index 5a0ad22d2a7..00000000000 --- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/.settings/org.eclipse.core.runtime.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -line.separator=\n diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target deleted file mode 100644 index e09ad704d20..00000000000 --- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --Xms40m --Xmx512M --XX:MaxPermSize=256m --ea --consolelog - - diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/lsp4e.cpp-staging.target b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/lsp4e.cpp-staging.target deleted file mode 100644 index 1d87c359735..00000000000 --- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/lsp4e.cpp-staging.target +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --Xms40m --Xmx512M --XX:MaxPermSize=256m --ea --consolelog - - diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/pom.xml b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/pom.xml deleted file mode 100644 index 398c49b0afd..00000000000 --- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/pom.xml +++ /dev/null @@ -1,44 +0,0 @@ - - 4.0.0 - - - org.eclipse.lsp4e.cpp.group - org.eclipse.lsp4e.cpp.parent - 1.0.0-SNAPSHOT - - - org.eclipse.lsp4e.cpp.target - 1.0.0-SNAPSHOT - pom - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.9 - - - attach-artifacts - package - - attach-artifact - - - - - lsp4e.cpp-staging.target - target - lsp4e.cpp-staging - - - - - - - - - - diff --git a/lsp4e-cpp/pom.xml b/lsp4e-cpp/pom.xml index 0ed376d920d..b2a6ccd6364 100644 --- a/lsp4e-cpp/pom.xml +++ b/lsp4e-cpp/pom.xml @@ -48,7 +48,6 @@ org.eclipse.lsp4e.cpp org.eclipse.lsp4e.cpp.language org.eclipse.lsp4e.cpp.site - org.eclipse.lsp4e.cpp.target diff --git a/releng/CDT.setup b/releng/CDT.setup index a072994b476..ac85650053f 100644 --- a/releng/CDT.setup +++ b/releng/CDT.setup @@ -169,6 +169,8 @@ name="org.eclipse.ui.trace"/> + @@ -198,6 +200,8 @@ url="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/> + diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target index 427a1e7f462..a99e60aa6b2 100644 --- a/releng/org.eclipse.cdt.target/cdt.target +++ b/releng/org.eclipse.cdt.target/cdt.target @@ -1,21 +1,21 @@ - + + + - + + + + - - - - - @@ -24,14 +24,14 @@ - + + - @@ -39,15 +39,14 @@ - - - + + @@ -63,10 +62,10 @@ - + + - @@ -82,6 +81,10 @@ + + + +