Index: lams_build/windows.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/windows.properties,v diff -u -r1.20 -r1.20.2.1 --- lams_build/windows.properties 30 Apr 2013 07:18:31 -0000 1.20 +++ lams_build/windows.properties 30 Jul 2014 08:40:27 -0000 1.20.2.1 @@ -17,10 +17,10 @@ # # http://www.gnu.org/licenses/gpl.txt -# Properties needed to run master-build. -# These are OS dependent properties, configured for windows +# Properties needed to build LAMS. +# These are OS dependent properties, configured for windows. # -# Instead of changing contentrepository.base and jboss.home here +# Instead of changing properties here # you can create a new file build.properties for just two of them. # That file is added to .cvsignore, so you will not be asked to commit it. # That file is imported just before current file @@ -29,21 +29,7 @@ # If build.properties is missing or, in some projects, is not imported before ${osPropertiesName}.properties # entries will be taken from current file. -conf=${basedir}/conf/windows -conf.jboss=${conf}/jboss +contentrepository.base=C:/lams -contentrepository.base=C:/${conf.application} -contentrepository.directory=${contentrepository.base}/repository - #JBoss deploy directory (Windows) -jboss.home=D:/jboss-5/ -jboss.server=${jboss.home}server/ -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.home}/common/lib -jbosslibs=${jboss.home}/lib -jbossweblibs=${jboss.ear.deploy}/jbossweb.sar \ No newline at end of file +jboss.home=D:/jboss-5/ \ No newline at end of file