pdfdoc target is now also working.
[utils] / build / header.xml
index acea5089780be7f60fde2f501a30c1ca08a4e5d9..092a9e369faa9912312abaac9c039911a9bee988 100644 (file)
     <path id="doccheck.path">
       <pathelement location="${doccheck.home}"/>
     </path>
+    
+    <!-- PdfDoclet path -->
+    <property name="pdfdoclet.home" value="${ant.lib.dir}/pdfdoclet-1.0.2-all.jar"/>
+    <path id="pdfdoclet.path">
+      <pathelement location="${pdfdoclet.home}"/>
+    </path>
         
     <!-- Hibernate paths --> 
     <!--  name of the file in the source directory containing
   
   <target name="help-impl">
     <echo>
+    
+      Preparation:
+      
+      deps:          Download dependencies, this is necessary for using 
+                     any of the build targets.
+      clean-deps:    Remove downloaded dependencies. 
+      
       General build targets: 
       
       clean:         Cleans up all build results (excluding the dist location).