forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hack to add java_sources in context
Testing Done: Yes: https://travis-ci.org/pantsbuild/pants/builds/37349364 Maunally generated idea for ./pants goal idea testprojects/src/scala/com/pants/testproject/javasources:javasources and ./pants goal idea testprojects/src/scala/com/pants/testproject/javasources:javasources --idea-intransitive Both have dependent java_sources targets configured in generated Project Structure. With Eric's hack to add java_sources in ide_gen for scala_library, we no longer need the java_sources to be added to the self.context targets. https://github.com/pantsbuild/pants/blob/master/src/python/pants/backend/jvm/tasks/ide_gen.py#L552 Reviewed at https://rbcommons.com/s/twitter/r/1130/
- Loading branch information
Showing
3 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters