Index: lams_build/unix.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/unix.properties,v diff -u -r1.14.8.1 -r1.14.8.2 --- lams_build/unix.properties 13 May 2009 09:37:53 -0000 1.14.8.1 +++ lams_build/unix.properties 13 May 2009 15:50:15 -0000 1.14.8.2 @@ -33,7 +33,7 @@ jboss.server.instance=${jboss.server}default jboss.server.instance.lib=${jboss.server.instance}/lib jboss.ear.deploy=${jboss.server.instance}/deploy/ +jboss.ear.deployers=${jboss.server.instance}/deployers/ jboss.deploy=${jboss.ear.deploy}/${conf.application}.ear - -j2eelibs=${jboss.server.instance}/lib \ No newline at end of file +j2eelibs=${jboss.home}/common/lib \ No newline at end of file Index: lams_build/windows.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/windows.properties,v diff -u -r1.16.8.1 -r1.16.8.2 --- lams_build/windows.properties 13 May 2009 09:37:53 -0000 1.16.8.1 +++ lams_build/windows.properties 13 May 2009 15:50:15 -0000 1.16.8.2 @@ -34,5 +34,4 @@ jboss.ear.deployers=${jboss.server.instance}/deployers/ jboss.deploy=${jboss.ear.deploy}/${conf.application}.ear -j2eelibs=${jboss.home}/common/lib - +j2eelibs=${jboss.home}/common/lib \ No newline at end of file