Revision 34510 trunk/extensions/extTableSummarize/build.xml

View differences:

build.xml
57 57
	  -->
58 58
    </target>
59 59

  
60
  <target name="generate-without-source" description="generate the distribution without the source file" >
60
  <target name="generate-without-source" description="generate the distribution without the source file" depends="make-package-info">
61 61
    <!-- Create the distribution directory -->
62 62
    <mkdir dir="${dist}"/>
63 63

  
......
68 68

  
69 69
  	<copy file="config/config.xml" todir="${dist}"/>
70 70
  	<copy file="build.number" todir="${dist}"/>
71
	<copy file="package.info" todir="${dist}"/>
71 72

  
72 73
  	<copy todir="${dist}/images">
73 74
  	  	    	<fileset dir="images/" includes="*"/>

Also available in: Unified diff