[MOBY-guts] biomoby commit
Andreas Groscurth
groscurt at dev.open-bio.org
Mon Jan 5 09:38:13 UTC 2009
groscurt
Mon Jan 5 04:38:13 EST 2009
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv24636/xmls
Modified Files:
tomcat.xml
Log Message:
changed to allow deployment on tomcat AND jboss
moby-live/Java/xmls tomcat.xml,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/tomcat.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/xmls/tomcat.xml 2009/01/05 08:46:07 1.3
+++ /home/repository/moby/moby-live/Java/xmls/tomcat.xml 2009/01/05 09:38:13 1.4
@@ -20,11 +20,8 @@
<condition property="real.catalina.home" value="${env.CATALINA_HOME}">
<isset property="env.CATALINA_HOME"/>
</condition>
- <condition property="real.catalina.home" value="${catalina.home}">
- <isset property="catalina.home"/>
- </condition>
- <condition property="real.catalina.home" value="${tomcat.home}">
- <isset property="tomcat.home"/>
+ <condition property="real.catalina.home" value="${server.home}">
+ <isset property="server.home"/>
</condition>
<!-- properties set from other properties that were set in conditions above -->
More information about the MOBY-guts
mailing list