This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree 1 file changed +4
-6
lines changed 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 31
31
<property name =" long.jar" value =" ${bin}/long.jar" />
32
32
<property name =" web" value =" src/main/com/topcoder/web" />
33
33
<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" />
37
37
38
38
<property name =" deprecation" value =" true" />
39
39
<property name =" debug" value =" true" />
@@ -256,9 +256,7 @@ copy in the classpath
256
256
257
257
<target name =" expand" >
258
258
<!-- 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" />
262
260
263
261
264
262
<!-- these jars are needed by the ejb's. really we should build a web app that contains these libs -->
You can’t perform that action at this time.
0 commit comments