[ http://jira.codehaus.org/browse/MECLIPSE-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp updated MECLIPSE-219: --------------------------------- Attachment: eclipse-219.patch This patch should solve this issue. It adds a <location> and <url> elements to <file> (use instead of <contents>) to specify a location. Examples: <file> <name>.checkstyle</name> <location>/cxf-eclipse-checkstyle</location> </file> Will grab the /cxf-eclipse-checkstyle file from the plugin dependencies (like the checkstyle plugin uses to grab the checkstyle configs). <file> <name>.checkstyle</name> <url>http://some.place.org/path/to/file</url </file> will grab it based on the URL. > Allow file contents to be obtained from url > ------------------------------------------- > > Key: MECLIPSE-219 > URL: http://jira.codehaus.org/browse/MECLIPSE-219 > Project: Maven 2.x Eclipse Plugin > Issue Type: Improvement > Affects Versions: 2.3 > Reporter: Mike Youngstrom > Fix For: 2.4 > > Attachments: eclipse-219.patch > > > Something like: > <file> > <name>.springBeans</name > <contents url="http://someurl"/> > </file> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira