Index: lams_tool_larsrc/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/build.properties,v diff -u -r1.17 -r1.18 --- lams_tool_larsrc/build.properties 26 Mar 2012 10:46:03 -0000 1.17 +++ lams_tool_larsrc/build.properties 30 Jul 2012 18:50:05 -0000 1.18 @@ -1,28 +1,7 @@ -######################################################################################################################## -### BUILD PROPERTIES ### -### 1) Do *NOT* use backslashes in paths unless you are sure the ANT task treats them properly. ### -### 2) Use only ant variables (${foo}) that You declared above or make *SURE* You derive them from the right place. ### -### 3) Comment out boolean style build settings instead of setting false. Set to false may fail. ### -### 4) Uncommenting the forceClean attribute *WILL* delete your sourcecode to make place for vcs controlled builds. ### -### -######################################################################################################################## +# Minimum compatible version of server +min.server.version.number=2.0.3 -### project properties ### signature=larsrc11 -project.displayname = lams share resources tool -weblib=lib - -#project version tool.version=20110810 - -# hide tool option -hideTool=false - -# Minimum compatible version -min.server.version.number=2.0.3 - -# packages -tool.package=org.lamsfoundation.lams.tool.rsrc -language.files.package=${tool.package} -# Precompiled JSP classes package -jsp.java.src.package=${tool.package}.jsp \ No newline at end of file +tool.hide=false +tool.short.name=rsrc \ No newline at end of file