Revision 34510 trunk/libraries/libCorePlugin/build.xml

View differences:

build.xml
24 24
    <mkdir dir="${build}"/>
25 25
  </target>
26 26

  
27
  <target name="dist" description="generate the distribution" >
27
  <target name="dist" description="generate the distribution" depends="make-package-info">
28 28
    <!-- Create the distribution directory -->
29 29
    <mkdir dir="${dist}"/>
30 30

  
......
35 35
    <jar jarfile="${dist}/${plugin}.jar" basedir="${build}"/>
36 36
    <copy file="config/config.xml" todir="${dist}"/>
37 37
  	<copy file="build.number" todir="${dist}"/>
38
    <copy todir="${dist}">
38
	<copy file="package.info" todir="${dist}"/>
39
	<copy todir="${dist}">
39 40
    	<fileset dir="config" includes="text*.properties"/>
40 41
    </copy>
41 42
    <copy todir="${dist}/images">
......
72 73
				classpath="${compile-classpath}"/>-->
73 74
	</target>
74 75

  
75
	<target name="copy-data-files">
76
	<target name="copy-data-files" depends="make-package-info">
76 77
		<copy file="config/config.xml" todir="${dist}"/>
77 78
		<copy file="build.number" todir="${dist}"/>
79
		<copy file="package.info" todir="${dist}"/>
78 80
		<copy todir="${dist}">
79 81
			<fileset dir="config" includes="text*.properties"/>
80 82
		</copy>

Also available in: Unified diff