Revision 29318

View differences:

branches/v2_0_0_prep/build/build.xml
59 59
	<target name="mvn-install-without-tests" 
60 60
		 	description="Compiles and installs without launching tests">
61 61
		<maven arg="-Dmaven.test.skip=true install" />
62
		<mkdir dir="${workspace_loc}/.metadata/.plugins/org.eclipse.ui.workbench" />
63
		<copy file="metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml"  
64
			  todir="${workspace_loc}/.metadata/.plugins/org.eclipse.ui.workbench" />
65 62
	</target>
66 63

  
67 64
	<target name="mvn-reinstall" depends="mvn-clean,mvn-install" 
......
79 76
	<target name="mvn-configure-eclipse-workspace"
80 77
			description="Configures the eclipse workspace for maven integration">
81 78
		<maven arg="-Declipse.workspace='${workspace_loc}' eclipse:add-maven-repo" />
79
		<mkdir dir="${workspace_loc}/.metadata/.plugins/org.eclipse.ui.workbench" />
80
		<copy file="metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml"  
81
			  todir="${workspace_loc}/.metadata/.plugins/org.eclipse.ui.workbench" />
82 82
	</target>
83 83

  
84 84
	<target name="mvn-eclipse-clean"

Also available in: Unified diff