Skip to content

Commit c2e9e53

Browse files
committed
Update documentation of p2.composite.repository ANT task
to add documentation about the new support for source repositories. Complements - eclipse-equinox/p2#875
1 parent 2b39c90 commit c2e9e53

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,25 @@ <h3 class="c2">p2.composite.repository</h3>
10061006
repositories</a> above.
10071007
</td>
10081008
</tr>
1009+
<tr>
1010+
<td>
1011+
<tt>destination</tt>
1012+
</td>
1013+
<td>
1014+
The destination repository to modify, defined as outlined <a href="#destination_repositories">above</a>.<br>
1015+
If it already exists, it is modified in place; otherwise, an initially empty repository is created.
1016+
</td>
1017+
</tr>
1018+
<tr>
1019+
<td>
1020+
<tt>source</tt>
1021+
</td>
1022+
<td>
1023+
Optional source repositories, as outlined <a href="#source_repositories">above</a>.<br>
1024+
If specified, the content of the sources is copied to the destination, before it is modified.
1025+
This can be used to modify a remote (read-only) repository, by specifying it as the <code>source</code>, writing the result to a local <code>destination</code> repository, and then copying the resulting files to the remote server.
1026+
</td>
1027+
</tr>
10091028
</table>
10101029
</td>
10111030
</tr>

0 commit comments

Comments
 (0)