Changeset 2972


Ignore:
Timestamp:
Nov 29, 2006, 8:59:12 AM (17 years ago)
Author:
Nicklas Nordborg
Message:

References #383 and #412. Include some files from the misc directory in distribution. Make sure all
scripts get the execute permissions. Moved minimalisit_extended-properties.xml.

Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r2965 r2972  
    142142      <fileset dir="bin" />
    143143    </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>
    144150    <copy todir="${dist}" description="License and creadits">
    145151      <fileset file="base2.license.txt" />
    146152      <fileset file="credits.txt" />
    147153    </copy>
     154    <chmod dir="." includes="**/*.sh" perm="a+x" description="Make all scripts executable" />
    148155  </target>
    149156
     
    256263    <mkdir dir="${dist}/data" />
    257264    <mkdir dir="${dist}/doc" />
     265    <mkdir dir="${dist}/misc" />
    258266  </target>
    259267 
  • trunk/doc/admin/extended-properties.html

    r2962 r2972  
    125125            A
    126126            <a
    127             href=http://base.thep.lu.se/browser/trunk/src/examples/config/minimalistic_extended-properties.xml>minimalistic
     127            href=http://base.thep.lu.se/browser/trunk/misc/config/minimalistic_extended-properties.xml>minimalistic
    128128            setup</a>. This is useful when, at BASE installation time,
    129129            it is not known what reporter data will be stored in the
Note: See TracChangeset for help on using the changeset viewer.