Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ECLIPSE-66
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: James Strachan
Reporter: James Strachan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse IDE

auto-default the remote archetype catalog so users don't have to go through that step

Created: 27/Jan/11 10:16 AM   Updated: 25/Feb/11 05:09 PM
Component/s: Camel Editor
Affects Version/s: None
Fix Version/s: 1.1

Issue Links:
Linked
 


 Description  « Hide
If we add a dependency on bundle: org.maven.ide.eclipse

then we can add this extension point to define the remote archetype catalog:

<extension
point="org.maven.ide.eclipse.archetypeCatalogs">
</extension>

Though ECLIPSE-31 is a better long term fix as it means we can include the archetypes inside the distro; so it'll work for folks who are offline



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
James Strachan added a comment - 27/Jan/11 10:18 AM
if we do this we depend on m2eclipse (which we probably need to do anyway to be able to update the pom.xml nicely when folks add a component / language / camel-test case via the New Camel Test wizard - in this case I wonder if that means we end up tackling ECLIPSE-19 too?