]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5753: Corrected relative path to top-level build.properties file.
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Dec 2012 04:10:40 +0000 (20:10 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Dec 2012 04:10:40 +0000 (20:10 -0800)
3rdparty/nuxeo/nuxeo-platform-listener/build.xml

index e20c61f4ca6e066e248686d08882e8c28c40ffc8..6824e889f4ce465653734005e97f6e12f0106472 100644 (file)
@@ -5,7 +5,7 @@
         Nuxeo Event Listeners.
     </description>
     <!-- set global properties for this build -->
-    <property name="services.trunk" value="../.."/>
+    <property name="services.trunk" value="../../.."/>
     <!-- environment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />