Revision 29707

View differences:

branches/v2_0_0_prep/build/ant-tasks/subversion-tasks.xml
12 12
	<target name="svn.checkout.all" depends="svn.getparams"
13 13
		description="Checkouts all projects defined in a parent module pom.xml">
14 14
		
15
		<echo>File: ${ant.file}</echo>
16
		
17 15
		<artifact:pom id="pom" file="pom.xml" />
18 16
		<for list="${pom.modules}" param="svn.module" delimiter=",[]" trim="true">
19 17
			<sequential>
......
31 29
				</antcall>
32 30
			</sequential>
33 31
		</for>
34
		<echo>Note:
35
			Once the process has finished, import the projects into your
36
			eclipse workspace.</echo>
32
		<echo>
33
Note:
34
  Once the process has finished, import the projects into your
35
  eclipse workspace.</echo>
37 36
	</target>
38 37

  
39 38
	<target name="svn.update.all" 
......
135 134
				password="false" />
136 135
			<textProperty label="SVN user password: " property="svn.password"
137 136
				password="true" />
138
			<label>Note:
139
				Once the process has finished, import the projects into your
140
				eclipse workspace.</label>
137
			<label>
138
Note:
139
  Once the process has finished, import the projects into your
140
  eclipse workspace.</label>
141 141
		</antform>
142 142
		<propertyregex property="svn.repository.url" input="${svn.repository.url}"
143 143
			regexp="[^-]*-\s(.*)" select="\1" casesensitive="false" override="true" />

Also available in: Unified diff