Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2011-09-13 18:20:30 +0000
committerDoug Schaefer2011-09-13 18:20:30 +0000
commitde3ae3745b29aa47733695b52db35a441a798198 (patch)
treedbedc27cf214d2f18749d6780b0c2e109d0bce99 /releng/org.eclipse.cdt.repo
parent9710ba8298c64a821fd7a298c3bf39095d0174b7 (diff)
downloadorg.eclipse.cdt-de3ae3745b29aa47733695b52db35a441a798198.tar.gz
org.eclipse.cdt-de3ae3745b29aa47733695b52db35a441a798198.tar.xz
org.eclipse.cdt-de3ae3745b29aa47733695b52db35a441a798198.zip
Put properties in the right place.
Diffstat (limited to 'releng/org.eclipse.cdt.repo')
-rw-r--r--releng/org.eclipse.cdt.repo/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.cdt.repo/pom.xml b/releng/org.eclipse.cdt.repo/pom.xml
index 6a7a02995e2..80042b99d9f 100644
--- a/releng/org.eclipse.cdt.repo/pom.xml
+++ b/releng/org.eclipse.cdt.repo/pom.xml
@@ -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>

Back to the top