Revision 10187 trunk/libraries/libCorePlugin/build.xml

View differences:

build.xml
16 16
  <target name="init">
17 17
    <!-- Create the time stamp -->
18 18
    <tstamp/>
19
	<echo>
20
		Compiling ${ant.project.name}...</echo>
21 19
    <!-- Create the build directory structure used by compile -->
22 20
    <mkdir dir="${build}"/>
23 21
  </target>
24 22

  
23
	
24
  <target name="import-build-number">
25
  	<copy todir=".">
26
  		<fileset file="${buildNumberFile}"/>
27
  	</copy>
28
  </target>
29
	
25 30
  <target name="dist" description="generate the distribution" >
26 31
    <!-- Create the distribution directory -->
27 32
    <mkdir dir="${dist}"/>
......
32 37
    </copy>
33 38
    <jar jarfile="${dist}/${plugin}.jar" basedir="${build}"/>
34 39
    <copy file="config/config.xml" todir="${dist}"/>
40
  	<copy file="build.number" todir="${dist}"/>
35 41
    <copy todir="${dist}">
36 42
    	<fileset dir="config" includes="text*.properties"/>
37 43
    </copy>
......
66 72
	
67 73
	<target name="copy-data-files">
68 74
		<copy file="config/config.xml" todir="${dist}"/>
75
		<copy file="build.number" todir="${dist}"/>
69 76
		<copy todir="${dist}">
70 77
			<fileset dir="config" includes="text*.properties"/>
71 78
		</copy>

Also available in: Unified diff