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

Commit da24153

Browse files
authored
Merge pull request #8 from liuliquan/dev
TC WEBSITE - MARATHON MATCH UPDATE
2 parents 4708528 + 2f8cb2d commit da24153

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build_mm.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<property name="long.jar" value="${bin}/long.jar"/>
3232
<property name="web" value="src/main/com/topcoder/web"/>
3333
<property name="jboss_home" value="${env.JBOSS_HOME}"/>
34-
<property name="jboss_deploy" value="${jboss_home}/server/mm/deploy"/>
35-
<property name="jboss_lib" value="${jboss_home}/server/mm/lib"/>
36-
<property name="jboss_conf" value="${jboss_home}/server/mm/conf"/>
34+
<property name="jboss_deploy" value="${jboss_home}/server/all/deploy"/>
35+
<property name="jboss_lib" value="${jboss_home}/server/all/lib"/>
36+
<property name="jboss_conf" value="${jboss_home}/server/all/conf"/>
3737

3838
<property name="deprecation" value="true"/>
3939
<property name="debug" value="true"/>
@@ -256,9 +256,7 @@ copy in the classpath
256256

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

263261

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

0 commit comments

Comments
 (0)