Index: lams_tool_forum/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.properties,v diff -u -r1.29 -r1.30 --- lams_tool_forum/build.properties 21 Mar 2012 17:56:19 -0000 1.29 +++ lams_tool_forum/build.properties 30 Jul 2012 18:51:58 -0000 1.30 @@ -1,24 +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=lafrum11 -project.displayname = lams forum tool tool.version=20110408 - -# hide tool option -hideTool=false - -# packages -tool.package=org.lamsfoundation.lams.tool.forum -language.files.package=${tool.package} -# Precompiled JSP classes package -jsp.java.src.package=${tool.package}.jsp - -# Minimum compatible version -min.server.version.number=2.0.3 +tool.hide=false +tool.short.name=forum \ No newline at end of file