Index: lams_build/windows.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/windows.properties,v diff -u -r1.17 -r1.18 --- lams_build/windows.properties 1 Jul 2009 02:47:21 -0000 1.17 +++ lams_build/windows.properties 15 Aug 2012 16:06:29 -0000 1.18 @@ -19,19 +19,29 @@ # Properties needed to run master-build. # These are OS dependent properties, configured for windows +# +# Instead of changing contentrepository.base and jboss.home 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 +# and its entries will take precendence over ones here +# because entries defined later are ignored. +# 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.directory=C:/${conf.application}/repository +contentrepository.base=C:/${conf.application} +contentrepository.directory=${contentrepository.base}/repository #JBoss deploy directory (Windows) -jboss.home=D:/jboss-5/ +jboss.home=D:/Praca/Australia/jboss-5-jdk6/ 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.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 \ No newline at end of file