Index: lams_build/windows.properties =================================================================== diff -u -r2f21856ec2ab85b47c93cfcc3fa2c8769be65077 -r0fe1d551dedcd1a3c8e95e373ebde505214e7381 --- lams_build/windows.properties (.../windows.properties) (revision 2f21856ec2ab85b47c93cfcc3fa2c8769be65077) +++ lams_build/windows.properties (.../windows.properties) (revision 0fe1d551dedcd1a3c8e95e373ebde505214e7381) @@ -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