Revision 31337

View differences:

branches/v2_0_0_prep/build/ant-tasks/subversion-tasks.xml
9 9
	</description>
10 10

  
11 11
	<!-- Subversion targets -->
12
	<target name="svn.checkout.all" depends="svn.getparams"
12
	<target name="svn.checkout.all" 
13
		depends="svn.checkout.allprojects,eclipse.projects"
13 14
		description="Checkouts all projects defined in a parent module pom.xml">
15
		<echo>
16
Note:
17
  Once the process has finished, import the projects into your
18
  eclipse workspace.</echo>
19
	</target>
20
		
21
	<target name="svn.checkout.allprojects" depends="svn.getparams">
14 22

  
15 23
		<artifact:pom id="pom" file="pom.xml" />
16 24
		<for list="${pom.modules}" param="svn.module" delimiter=",[]" trim="true">
......
29 37
				</antcall>
30 38
			</sequential>
31 39
		</for>
32

  
33
		<antcall target="eclipse.projects"/>
34
		
35
		<echo>
36
Note:
37
  Once the process has finished, import the projects into your
38
  eclipse workspace.</echo>
39 40
	</target>
40 41
	
41 42
	<target name="eclipse.projects" if="create.eclipse.projects">
......
72 73
	<target name="svn.checkout.group" if="svn.isgroup">
73 74
		<echo>group: ${svn.module}</echo>
74 75
		<ant dir="${build.folder}/projects/${svn.module}" 
75
			target="svn.checkout.all" />
76
			target="svn.checkout.allprojects" />
76 77
	</target>
77 78

  
78 79
	<target name="svn.checkout.project" unless="svn.isgroup" 

Also available in: Unified diff