aboutsummaryrefslogtreecommitdiff
path: root/spss.server/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spss.server/build.xml')
-rw-r--r--spss.server/build.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/spss.server/build.xml b/spss.server/build.xml
index e4e5ad7d9..1267be9cd 100644
--- a/spss.server/build.xml
+++ b/spss.server/build.xml
@@ -49,7 +49,6 @@
<property name="lib.commons-logging" value="${lib}/commons-logging-1.0.4"/>
<property name="lib.commons-discovery" value="${lib}/commons-discovery-0.2"/>
<property name="lib.log4j" value="${lib}/log4j-1.2.7"/>
- <property name="lib.idoclet" value="${lib}/iDoclet-1.0"/>
<property name="lib.activation" value="${lib}/tomcat-libs"/>
<property name="lib.mail" value="${lib}/tomcat-libs"/>
@@ -159,7 +158,12 @@
version="true"
use="true"
windowtitle="MOA SP/SS Server Internal API">
- <tag name="precondition" scope="all" description="Precondition:"/>
+ <!--tag name="invariant" scope="all" description="Invariants:"/-->
+ <!--tag name="inv" scope="all" description="Invariants:"/-->
+ <tag name="precondition" scope="all" description="Preconditions:"/>
+ <!--tag name="pre" scope="all" description="Preconditions:"/-->
+ <!--tag name="postcondition" scope="all" description="Postconditions:"/-->
+ <!--tag name="post" scope="all" description="Postconditions:"/-->
<packageset dir="${prj.common}/src">
<exclude name="test/**"/>
</packageset>
@@ -210,7 +214,12 @@
use="true"
Overview="${src}/at/gv/egovernment/moa/spss/overview.htm"
windowtitle="MOA SP/SS API">
- <tag name="precondition" scope="all" description="Precondition:"/>
+ <!--tag name="invariant" scope="all" description="Invariants:"/-->
+ <!--tag name="inv" scope="all" description="Invariants:"/-->
+ <tag name="precondition" scope="all" description="Preconditions:"/>
+ <tag name="pre" scope="all" description="Preconditions:"/>
+ <!--tag name="postcondition" scope="all" description="Postconditions:"/-->
+ <tag name="post" scope="all" description="Postconditions:"/>
<packageset dir="src">
<include name="at/gv/egovernment/moa/spss/**"/>
<exclude name="at/gv/egovernment/moa/spss/server/**"/>
@@ -249,10 +258,6 @@
<package name="at.gv.egovernment.moa.logging"/>
</group>
<link offline="false" href="http://java.sun.com/j2se/1.3/docs/api/"/>
- <doclet name="iContract.doclet.Standard"
- path="${lib.idoclet}/iDoclet.jar">
- <param name="-use"/>
- </doclet>
<doctitle><![CDATA[<h1>MOA SP/SS API</h1>]]></doctitle>
<classpath refid="compile.classpath"/>
</javadoc>