Changeset 2972
- Timestamp:
- Nov 29, 2006, 8:59:12 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r2965 r2972 142 142 <fileset dir="bin" /> 143 143 </copy> 144 <copy todir="${dist}/misc" description="Other files"> 145 <fileset dir="misc"> 146 <include name="sql/**/*" /> 147 <include name="config/**/*" /> 148 </fileset> 149 </copy> 144 150 <copy todir="${dist}" description="License and creadits"> 145 151 <fileset file="base2.license.txt" /> 146 152 <fileset file="credits.txt" /> 147 153 </copy> 154 <chmod dir="." includes="**/*.sh" perm="a+x" description="Make all scripts executable" /> 148 155 </target> 149 156 … … 256 263 <mkdir dir="${dist}/data" /> 257 264 <mkdir dir="${dist}/doc" /> 265 <mkdir dir="${dist}/misc" /> 258 266 </target> 259 267 -
trunk/doc/admin/extended-properties.html
r2962 r2972 125 125 A 126 126 <a 127 href=http://base.thep.lu.se/browser/trunk/ src/examples/config/minimalistic_extended-properties.xml>minimalistic127 href=http://base.thep.lu.se/browser/trunk/misc/config/minimalistic_extended-properties.xml>minimalistic 128 128 setup</a>. This is useful when, at BASE installation time, 129 129 it is not known what reporter data will be stored in the
Note: See TracChangeset
for help on using the changeset viewer.