diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml
index d0175898..aa7f2267 100644
--- a/test/xdocs/properties.xml
+++ b/test/xdocs/properties.xml
@@ -138,74 +138,6 @@
-
- | maven.iutest.dest |
- Yes |
-
- Specifies the integration unit test classes directory.
- This is the location where the java classes for the
- integration unit test source code will be generated to.
- The default value is
- ${maven.build.dir}/iutest-classes.
- |
-
-
- | maven.iutest.dir |
- Yes |
-
- Specifies the integration unit test source directory.
- This property should never be overridden as the value is
- determined directly from the project descriptor. The
- default value is
- ${maven.integrationUnitTestSourceDirectory}.
- |
-
-
- | maven.out.test.dir |
- Yes |
-
- Specifies the directory where the integration unit testing
- is run. The default value is ${build.dir}/iutest.
- |
-
-
- | maven.webapp.dir |
- Yes |
-
- Specifies the directory of the web application used to
- perform integration unit testing. The default value is
- ${iutest.dir}/testapp.
- |
-
-
- | maven.conf.test.dir |
- Yes |
-
- Specifies the configuration directory used to build the
- web application used for integration unit testing. The
- default value is ${iutest.dir}/cactus.
- |
-
-
- | maven.tomcat.home |
- Yes |
-
- Specifies your local Tomcat installation directory.
- The default value is ${tdk.home}. If
- ${tdk.home} is not specified in your
- ${user.home}/build.properties, you should set
- this property. This is used for the integration unit
- testing.
- |
-
-
- | maven.test.port |
- Yes |
-
- Specifies the port that Tomcat will use for integration
- unit testing. The default value is 8192.
- |
-
| maven.junit.jvmargs |
Yes |