Skip to content

Rename the main module and all-in-one JAR#1493

Merged
gbrail merged 1 commit intomozilla:masterfrom
gbrail:rename-main-module
Jun 17, 2024
Merged

Rename the main module and all-in-one JAR#1493
gbrail merged 1 commit intomozilla:masterfrom
gbrail:rename-main-module

Conversation

@gbrail
Copy link
Collaborator

@gbrail gbrail commented Jun 16, 2024

The main module is now named "rhino", and exports the "org.mozilla.rhino" package.

The "rhino-all" module builds the "rhino-all.jar", which contains all the modules except the ScriptEngine (like the old "rhino.jar") and is sufficient to run Rhino using "java -jar".

Closes #1488

For those keeping track, this implements "proposal 1" from that issue.

The main module is now named "rhino", and exports the
"org.mozilla.rhino" package.

The "rhino-all" module builds the "rhino-all.jar", which contains all
the modules except the ScriptEngine (like the old "rhino.jar") and is
sufficient to run Rhino using "java -jar".
@gbrail gbrail merged commit 01a7b20 into mozilla:master Jun 17, 2024
@gbrail gbrail deleted the rename-main-module branch June 17, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adjust module structure for better backward compatibility

1 participant