Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index f16eaddb836..94b882c44a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -399,7 +399,7 @@
<cdt-ui.skip.tests>true</cdt-ui.skip.tests>
<dsf-gdb.skip.tests>true</dsf-gdb.skip.tests>
<cdt-other.skip.tests>true</cdt-other.skip.tests>
- <lsp4e-cpp.skip.tests>true</lsp4e-cpp.skip.tests>
+ <lsp.skip.tests>true</lsp.skip.tests>
</properties>
</profile>
<profile>
@@ -407,7 +407,7 @@
<properties>
<dsf-gdb.skip.tests>true</dsf-gdb.skip.tests>
<cdt-other.skip.tests>true</cdt-other.skip.tests>
- <lsp4e-cpp.skip.tests>true</lsp4e-cpp.skip.tests>
+ <lsp.skip.tests>true</lsp.skip.tests>
</properties>
</profile>
<profile>
@@ -415,11 +415,11 @@
<properties>
<cdt-ui.skip.tests>true</cdt-ui.skip.tests>
<cdt-other.skip.tests>true</cdt-other.skip.tests>
- <lsp4e-cpp.skip.tests>true</lsp4e-cpp.skip.tests>
+ <lsp.skip.tests>true</lsp.skip.tests>
</properties>
</profile>
<profile>
- <id>skip-tests-except-lsp4e-cpp</id>
+ <id>skip-tests-except-lsp</id>
<properties>
<cdt-ui.skip.tests>true</cdt-ui.skip.tests>
<cdt-other.skip.tests>true</cdt-other.skip.tests>
@@ -431,7 +431,7 @@
<properties>
<cdt-ui.skip.tests>true</cdt-ui.skip.tests>
<dsf-gdb.skip.tests>true</dsf-gdb.skip.tests>
- <lsp4e-cpp.skip.tests>true</lsp4e-cpp.skip.tests>
+ <lsp.skip.tests>true</lsp.skip.tests>
</properties>
</profile>
<profile>

Back to the top