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

Implement namespace conventions #72

Open
sdruskat opened this issue Mar 1, 2017 · 0 comments
Open

Implement namespace conventions #72

sdruskat opened this issue Mar 1, 2017 · 0 comments
Assignees
Milestone

Comments

@sdruskat
Copy link
Contributor

sdruskat commented Mar 1, 2017

Maven's artifactId and OSGi's Bundle-SymbolicName must be the same for OSGi-fied components (i.e., plugins), otherwise Atomic will not build. At the same time, OSGi bundle names cannot contain a dash -.

Hence, all entities reflecting the namespace for corpus-tools.org must replace the dash - with an underscore _:

org.corpus_tools

E.g.,

  • Directory names
  • Eclipse project names
  • Maven group IDs
  • OSGi bundle names
  • Extension IDs
  • Product file names
  • Java packages
@sdruskat sdruskat added this to the next release milestone Mar 1, 2017
@sdruskat sdruskat self-assigned this Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant