Author: djencks
Date: Fri Apr 6 09:41:10 2007
New Revision: 526223
URL: http://svn.apache.org/viewvc?view=rev&rev=526223
Log:
don't try to run openejb on the client
Modified:
geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml
Modified: geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml?view=diff&rev=526223&r1=526222&r2=526223
==============================================================================
--- geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml Fri Apr 6 09:41:10 2007
@@ -68,6 +68,7 @@
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>axis</artifactId>
<type>car</type>
+ <import>classes</import>
</dependency>
</dependencies>
</environment>
|