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

Jars in source control #269

Open
TimvdLippe opened this issue Nov 25, 2017 · 1 comment
Open

Jars in source control #269

TimvdLippe opened this issue Nov 25, 2017 · 1 comment

Comments

@TimvdLippe
Copy link
Collaborator

There are several jars uploaded in source control, usually residing in lib/. However, it seems that this project is relying on maven to install its dependencies. A quick google showed that these files (as referenced in build.properties) are used in Ant. However, I can't find any mention of Ant in the current project. Are these files artifacts of an older dependency mechanism and can they be removed?

@Inventitech
Copy link
Contributor

Inventitech commented Nov 25, 2017

The jars are referenced through the plug-in infrastructure of Eclipse/IntelliJ, which read the build.properties. Back in the day, tycho (which builds the Eclipse OSGI plug-in) wasn't compatible with dependency resolution via maven (because OSGI bundles have a dependency resolution of their own). Might be interesting to see whether this has changed in the meantime ...

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

No branches or pull requests

2 participants