1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

Put properties in the right place.

This commit is contained in:
Doug Schaefer 2011-09-13 14:20:30 -04:00
parent 9710ba8298
commit de3ae3745b

View file

@ -18,10 +18,10 @@
<profiles>
<profile>
<id>production</id>
<properties>
<cdt-install>/home/data/httpd/download.eclipse.org/tools/cdt/builds/hudson/cdt-nightly</cdt-install>
</properties>
<build>
<properties>
<cdt-install>/home/data/httpd/download.eclipse.org/tools/cdt/builds/hudson/cdt-nightly</cdt-install>
</properties>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>