Revision 23397 branches/v2_0_0_prep/build/extension-pom/build.xml

View differences:

build.xml
31 31
		<echo message="======================== New target " />
32 32
		<echo message="======================== Making Extension " />
33 33
		<echo message="======================== Copying to extensions dir..." />
34
		<move todir="${extension-dir}/../../">
34
		<copy todir="${extension-dir}/../../">
35 35
			<fileset dir="target/${distribution-final-name}-distribution/${distribution-final-name}" includes="**/**" />
36
		</move>
36
		</copy>
37 37
	</target>
38 38
</project>

Also available in: Unified diff