Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 1d82dfe

Browse files
committed
fix patch task names in README
1 parent d746a33 commit 1d82dfe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patch/README

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Steps:
99
Ex. $ mkdir -p patch/org.eclipse.ui.workbench/org/eclipse/ui/internal
1010
2) add any src files to be patched.
1111
3) Run the patch ant task.
12-
$ ant patch.all
12+
$ ant patch
1313
4) To revert all patches based on available plugin dirs:
14-
$ ant patch.revert.all
14+
$ ant patch.revert
1515

16-
Note: for jars included in a plugin directory the patch path include the path
17-
to the nested jar and that jar will be updated (jars nested in a plugin jar are
18-
not yet supported):
16+
Note: for jars included in a plugin directory the patch path can include the
17+
path to the nested jar and that jar will be updated (jars nested in a plugin jar
18+
are not yet supported):
1919

2020
Ex. patch/org.apache.ant/lib/ant.jar

0 commit comments

Comments
 (0)