[
https://issues.apache.org/jira/browse/BUILDR-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638864#action_12638864
]
Marko Sibakov commented on BUILDR-165:
--------------------------------------
yeah,
We should add source code attachment reference to Eclipse .classpath and IDEA
.iml like this:
Eclipse .classpath
<classpathentry kind="var"
path="M2_REPO/org/apache/wicket/wicket/1.3.4/wicket-1.3.4.jar"
sourcepath="M2_REPO/org/apache/wicket/wicket/1.3.4/wicket-1.3.4-sources.jar"/>
IDEA .iml
<library>
<CLASSES>
<root
url="jar://$M2_REPO$/org/apache/wicket/wicket/1.3.4/wicket-1.3.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root
url="jar://$M2_REPO$/org/apache/wicket/wicket/1.3.4/wicket-1.3.4-sources.jar!/"
/>
</SOURCES>
</library>
> possibility to add source code attachment references to Eclipse .classpath
> and IDEA .iml files
> ----------------------------------------------------------------------------------------------
>
> Key: BUILDR-165
> URL: https://issues.apache.org/jira/browse/BUILDR-165
> Project: Buildr
> Issue Type: Improvement
> Components: IDE
> Affects Versions: 1.3.3
> Reporter: Marko Sibakov
> Fix For: 1.3.4
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.