Skip to content

Commit 34a71db

Browse files
committed
replace Java2Swift.config with swift-java.config
1 parent 1ac73e4 commit 34a71db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/SwiftJavaDocumentation/Documentation.docc/SwiftJavaCommandLineTool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ OPTIONS:
5757
The name of the Swift module into which the resulting Swift types will be generated.
5858
--depends-on <depends-on>
5959
A swift-java configuration file for a given Swift module name on which this module depends,
60-
e.g., JavaKitJar=Sources/JavaKitJar/Java2Swift.config. There should be one of these options
60+
e.g., JavaKitJar=Sources/JavaKitJar/swift-java.config. There should be one of these options
6161
for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
6262
--swift-native-implementation <swift-native-implementation>
6363
The names of Java classes whose declared native methods will be implemented in Swift.

Sources/SwiftJavaTool/Commands/JExtractCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extension SwiftJava {
7070
@Option(
7171
help: """
7272
A swift-java configuration file for a given Swift module name on which this module depends,
73-
e.g., Sources/JavaKitJar/Java2Swift.config. There should be one of these options
73+
e.g., Sources/JavaKitJar/swift-java.config. There should be one of these options
7474
for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
7575
"""
7676
)

Sources/SwiftJavaTool/Commands/WrapJavaCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extension SwiftJava {
4040
@Option(
4141
help: """
4242
A swift-java configuration file for a given Swift module name on which this module depends,
43-
e.g., JavaKitJar=Sources/JavaKitJar/Java2Swift.config. There should be one of these options
43+
e.g., JavaKitJar=Sources/JavaKitJar/swift-java.config. There should be one of these options
4444
for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
4545
"""
4646
)

0 commit comments

Comments
 (0)