1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00

bug 378834: allow profiles other than "production" use ${gdbPathOption} property

This commit is contained in:
Andrew Gvozdev 2013-01-21 17:40:11 -05:00
parent 90353a19c1
commit 46cd8b19fa

View file

@ -24,18 +24,13 @@
</repository> </repository>
</repositories>--> </repositories>-->
<profiles> <properties>
<profile> <gdbPathOption>-Dcdt.tests.dsf.gdb.path=/opt/public/download-staging.priv/tools/cdt/gdb</gdbPathOption>
<id>production</id> </properties>
<properties>
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/opt/public/download-staging.priv/tools/cdt/gdb</gdbPathOption>
</properties>
</profile>
</profiles>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<executions> <executions>
<execution> <execution>