(no commit message)
[utils] / build / trailer.xml
index f5b63efc525de30f63ae580da051afd905c631bd..92896545fb82328a3288a7b945aa4256cfa9811c 100644 (file)
 </target>
 
 <target name="dist-lite" depends="clean,dist-lite-product,dist-lite-test">
+  <if> 
+    <isset property="post-dist-lite"/>
+       <then> 
+         <antcall target="post-dist-lite"/>
+       </then>
+  </if>
 </target>
 
 <target name="dist-javadoc" depends="javadoc,pdfdoc,testjavadoc">