Revision 16959 branches/v10/extensions/extDataLocator/build.xml

View differences:

build.xml
31 31
	  		<fileset file="${buildNumberFile}"/>
32 32
	  	</copy>
33 33
	  </target>
34
	
35
	
34

  
35

  
36 36
  <target name="dist" depends="init"
37 37
	description="generate the distribution" >
38 38
    <!-- Remove previous distribution directory -->
......
94 94
        <fileset dir="${dist}" includes="**/*.properties"/>
95 95
    </delete>
96 96
  </target>
97
	
97

  
98 98
  <target name="generate-without-source" depends="clean-orig" description="generate the distribution without the source file" >
99 99
    <!-- Create the distribution directory -->
100 100
    <mkdir dir="${without_src}"/>
......
113 113
    	<fileset dir="${without_src}" includes="**/**"/>
114 114
    </move>
115 115
  </target>
116
	
116

  
117 117
	<target name="batch-build"
118 118
			description="compile the sources, create the jar file"
119 119
			depends="compile,create-jar,copy-data-files,move-to-andami">
......
130 130
			debuglevel="${debuglevel}"
131 131
			classpath="${compile-classpath}"
132 132
			encoding="${encoding}"/>
133
    	<copy todir="${build}">
134
    		<fileset
135
    			dir="${src}"
136
    			excludes="**/*.java"/>
137
		</copy>
138

  
133 139
	</target>
134
	
140

  
135 141
	<target name="create-jar"
136 142
			description="Creates the plugin jar">
137 143
		<mkdir dir="${dist}"/>
......
148 154
			<fileset dir="images/" includes="*"/>
149 155
		</copy>
150 156
	</target>
151
	
157

  
152 158
	<target name="move-to-andami">
153 159
	    <move todir="${extensionsDir}/${plugin}/">
154 160
	    	<fileset dir="${dist}" includes="**/**"/>
155 161
	    </move>
156 162
	</target>
157
	
163

  
158 164
	<target name="clean"
159 165
	      description="clean up" >
160 166
		<!-- Delete the ${build} and ${dist} directory trees -->

Also available in: Unified diff