ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.13 by tim, Wed Dec 11 22:52:29 2002 UTC vs.
Revision 1.14 by tim, Thu Dec 12 20:23:16 2002 UTC

# Line 134 | Line 134
134    </target>
135  
136  
137 +  <!-- Anthill targets -->
138 +
139 +  <!-- Should really run the tests instead of just the jar target -->
140 +  <target name="anthill-build" depends="jar, docs, dist-docs"
141 +          description="Build the jar and both the external and internal docs"/>
142 +
143 +  <target name="anthill-publish">
144 +    <copy todir="${deployDir}/docs/private">
145 +      <fileset dir="${build.javadocs.dir}"/>
146 +    </copy>
147 +    <copy todir="${deployDir}/docs/public">
148 +      <fileset dir="${dist.javadocs.dir}"/>
149 +    </copy>
150 +  </target>
151 +
152 +
153    <!-- Internal targets -->
154  
155    <target name="set-warnings-if" if="build.warnings">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines