Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-08-27 07:55:22 +0000
committerEike Stepper2012-08-27 07:55:22 +0000
commit977697bb90985822bf43148e161cb706925b9f65 (patch)
tree514fc7d33855fd379171debe4cccb1af46599f5a /plugins/org.eclipse.emf.cdo.releng.help
parent35ccea27376c56de99e1f4b24baec85cf10852ab (diff)
downloadcdo-977697bb90985822bf43148e161cb706925b9f65.tar.gz
cdo-977697bb90985822bf43148e161cb706925b9f65.tar.xz
cdo-977697bb90985822bf43148e161cb706925b9f65.zip
Fix path to TP
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/build.xml b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
index 72d3c4db28..4af5061496 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
@@ -6,7 +6,7 @@
<!-- =========================================== -->
<property file="${user.home}/org.eclipse.emf.cdo.releng.doc_4.2.properties" />
- <property name="path.tp" value=".target" />
+ <property name="path.tp" value=".buckminster/tp" />
<property name="path.supplemental" value="${user.home}/git/local/org.eclipse.emf.cdo.releng.doc.supplemental" />
<property name="jdk.link" value="http://download.oracle.com/javase/1.5.0/docs/api" />

Back to the top