Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

TC WEBSITE - MARATHON MATCH UPDATE #8

Merged
merged 1 commit into from
Jun 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions build_mm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<property name="long.jar" value="${bin}/long.jar"/>
<property name="web" value="src/main/com/topcoder/web"/>
<property name="jboss_home" value="${env.JBOSS_HOME}"/>
<property name="jboss_deploy" value="${jboss_home}/server/mm/deploy"/>
<property name="jboss_lib" value="${jboss_home}/server/mm/lib"/>
<property name="jboss_conf" value="${jboss_home}/server/mm/conf"/>
<property name="jboss_deploy" value="${jboss_home}/server/all/deploy"/>
<property name="jboss_lib" value="${jboss_home}/server/all/lib"/>
<property name="jboss_conf" value="${jboss_home}/server/all/conf"/>

<property name="deprecation" value="true"/>
<property name="debug" value="true"/>
Expand Down Expand Up @@ -256,9 +256,7 @@ copy in the classpath

<target name="expand">
<!-- copy the libs -->
<copy todir="${jboss_lib}" file="${external.jars.dir}/ifxjdbc-3.00.JC3.jar"/>
<copy todir="${jboss_lib}" file="${jboss_home}/server/all/lib/jgroups.jar"/>
<copy todir="${jboss_lib}" file="${jboss_home}/server/all/lib/jboss-cache-jdk50.jar"/>
<copy todir="${jboss_lib}" file="${jars.dir}/ifxjdbc.jar"/>


<!-- these jars are needed by the ejb's. really we should build a web app that contains these libs -->
Expand Down