Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 17, 2024

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
3 checks passed
@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