Author: adc
Date: Mon Mar 28 04:58:39 2005
New Revision: 159233
URL: http://svn.apache.org/viewcvs?view=rev&rev=159233
Log:
Temporarily turned off.
Modified:
geronimo/trunk/modules/assembly/maven.xml
Modified: geronimo/trunk/modules/assembly/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/maven.xml?view=diff&r1=159232&r2=159233
==============================================================================
--- geronimo/trunk/modules/assembly/maven.xml (original)
+++ geronimo/trunk/modules/assembly/maven.xml Mon Mar 28 04:58:39 2005
@@ -263,14 +263,6 @@
<ant:arg value="target/plan/j2ee-server-plan.xml"/>
</ant:java>
- <!-- build the J2EEInteropServer configuration -->
- <ant:echo>Building interop server configuration</ant:echo>
- <ant:java fork="true" jar="${distDir}/bin/deployer.jar" failonerror="true">
- <ant:jvmarg value="-ea"/>
- <ant:arg value="distribute"/>
- <ant:arg value="target/plan/interop-server-plan.xml"/>
- </ant:java>
-
<!-- build the runtime deployer configuration -->
<ant:echo>Building runtime deployer configuration</ant:echo>
<ant:java fork="true" jar="${distDir}/bin/deployer.jar" failonerror="true">
|