Revision 34510 trunk/extensions/extJCRS/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

  
......
74 74

  
75 75
  	<copy file="config/config.xml" todir="${dist}"/>
76 76
  	<copy file="build.number" todir="${dist}"/>
77
	<copy file="package.info" todir="${dist}"/>
77 78

  
78 79
  	<copy file="${dist}/${plugin}.jar" todir="lib/"/>
79 80
  	<copy todir="${dist}/images">
......
103 104

  
104 105
  </target>
105 106
  	
106
	<target name="copy-data-files">
107
	<target name="copy-data-files" depends="make-package-info">
107 108
			<copy file="config/config.xml" todir="${without_src}"/>
108 109
			<copy file="build.number" todir="${without_src}"/>
110
			<copy file="package.info" todir="${without_src}"/>
109 111
			<copy file="config/about.htm" todir="${without_src}"/>
110 112
			<loadproperties srcFile="build.number"/>
111 113
			<replace casesensitive="true"

Also available in: Unified diff