@@ -67,7 +67,7 @@ public void testMirrorAntFile() {
67
67
" <repository kind=\" metadata\" location=\" http://metadatarepo\" />" ,
68
68
" <repository kind=\" artifact\" location=\" http://artifactrepo\" />" ,
69
69
" </source>" ,
70
- " <repository location=\" " + FileMisc .asUrl (dest ) + "\" append=\" false\" />" ,
70
+ " <destination location=\" " + FileMisc .asUrl (dest ) + "\" append=\" false\" />" ,
71
71
" <iu id=\" com.diffplug.iu\" />" ,
72
72
" <iu id=\" com.diffplug.otheriu\" version=\" 1.0.0\" />" ,
73
73
" </p2.mirror>" ,
@@ -95,7 +95,7 @@ public void testMirrorAntFileWithSlicingOptions() {
95
95
" <repository kind=\" metadata\" location=\" http://metadatarepo\" />" ,
96
96
" <repository kind=\" artifact\" location=\" http://artifactrepo\" />" ,
97
97
" </source>" ,
98
- " <repository location=\" " + FileMisc .asUrl (dest ) + "\" append=\" false\" />" ,
98
+ " <destination location=\" " + FileMisc .asUrl (dest ) + "\" append=\" false\" />" ,
99
99
" <iu id=\" com.diffplug.iu\" />" ,
100
100
" <iu id=\" com.diffplug.otheriu\" version=\" 1.0.0\" />" ,
101
101
" <slicingOptions filter=\" key=value\" latestVersionOnly=\" true\" platformfilter=\" win32,win32,x86\" />" ,
@@ -122,7 +122,7 @@ public void testMirrorAntFileWithAppend() {
122
122
" <repository kind=\" metadata\" location=\" http://metadatarepo\" />" ,
123
123
" <repository kind=\" artifact\" location=\" http://artifactrepo\" />" ,
124
124
" </source>" ,
125
- " <repository location=\" " + FileMisc .asUrl (dest ) + "\" append=\" true\" />" ,
125
+ " <destination location=\" " + FileMisc .asUrl (dest ) + "\" append=\" true\" />" ,
126
126
" <iu id=\" com.diffplug.iu\" />" ,
127
127
" <iu id=\" com.diffplug.otheriu\" version=\" 1.0.0\" />" ,
128
128
" </p2.mirror>" ,
@@ -147,7 +147,7 @@ public void testMirrorAntFileWithAppendDefault() {
147
147
" <repository kind=\" metadata\" location=\" http://metadatarepo\" />" ,
148
148
" <repository kind=\" artifact\" location=\" http://artifactrepo\" />" ,
149
149
" </source>" ,
150
- " <repository location=\" " + FileMisc .asUrl (dest ) + "\" append=\" false\" />" ,
150
+ " <destination location=\" " + FileMisc .asUrl (dest ) + "\" append=\" false\" />" ,
151
151
" <iu id=\" com.diffplug.iu\" />" ,
152
152
" <iu id=\" com.diffplug.otheriu\" version=\" 1.0.0\" />" ,
153
153
" </p2.mirror>" ,
0 commit comments