Changeset 107

Show
Ignore:
Timestamp:
08/11/07 13:40:30 (4 years ago)
Author:
edrishn
Message:

BuildFile?: setting version to 0.7 - excluding some files from package - minor changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Janett.build

    r104 r107  
    1 <project
     1<project default="all"
    22        <property name="nant.settings.targetframework" value="net-2.0"/> 
    33        <property name="Framework" value="${nant.settings.targetframework}"/> 
     
    66        <property name="nunit.path" value="" overwrite="false"/> 
    77        <property name="tools.path" value="Tools" overwrite="false"/> 
    8         <property name="major.minor" value="0.6"/> 
     8        <property name="major.minor" value="0.7"/> 
    99        <property name="build" value="0"/> 
    1010        <property name="version" value="${major.minor}.${build}"/> 
     
    101101        </target> 
    102102         
    103         <target name="release"> 
     103        <target name="all"> 
    104104                <call target="clean"/> 
    105105                <call target="build"/> 
     
    163163                                <include name="Source/**/*"/> 
    164164                                <exclude name="Source/Janett.suo"/> 
     165                                <exclude name="Source/Janett.resharper"/> 
    165166                                <exclude name="Source/**/*.user"/> 
    166167                                <exclude name="Source/_ReSharper.*/**"/> 
     
    168169                                <exclude name="Source/*/obj/**"/> 
    169170                                <include name="Lib/**"/> 
    170                                 <exclude name="Lib/NRefactory.pdb"/> 
     171                                <exclude name="Lib/ICSharpCode.NRefactory.pdb"/> 
    171172                                <include name="Bin/**"/> 
     173                                <exclude name="Bin/ICSharpCode.NRefactory.pdb"/> 
    172174                                <exclude name="Bin/Translated/**"/> 
    173175                        </fileset>