1 | public Path createClasspath() {↵ | | 1 | public Path createClasspath() {↵
|
2 | return getCommandLine().createClasspath(getProject()).createPath();↵ | | 2 | return getCommandline().createClasspath(getProject()).createPath();↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Add a path to the bootclasspath.↵ | | 5 | * Adds a path to the bootclasspath.↵
|
6 | * @since Ant 1.6↵ | | 6 | * @↵
|
7 | *↵ | | |
|
8 | * @return created bootclasspath.↵ | | 7 | return reference to the bootclasspath in the embedded java command line↵
|
| | | 8 | * @since Ant 1.6↵
|
9 | */↵ | | 9 | */↵
|
10 | public Path createBootclasspath() {↵ | | 10 | public Path createBootclasspath() {↵
|
11 | return getCommandLine().createBootclasspath(getProject()).createPath() | | 11 | return getCommandline().createBootclasspath(getProject()).createPath()
|