Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Create plug-in project from template
Create plug-in project from template [message #1745838] Tue, 18 October 2016 08:26 Go to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
I remember that a while ago Eike and Ed Willink were talking about ways to create a project from a template. Eike had a tool something in the CDO repository I think. Did this make it into Oomph? An example: I would like to make sure that for example new plug-in projects are encoded with UTF-8 with Unix newlines. If I see this correctly, the defaults are system dependent so it would be hard to set a default with Oomph no?

Re: Create plug-in project from template [message #1745870 is a reply to message #1745838] Tue, 18 October 2016 14:34 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
The only thing I can imagine is that you use our Project Copy plugin. I've added this P2 Director task to my user.setup:

<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
    label="Oomph Tools">
  <requirement
      name="org.eclipse.oomph.projectcopy.feature.group"/>
</setup.p2:P2Task>


With that plugin installed, richt-click the (template) project you want to copy and select Oomph -> Copy Project...


Previous Topic:Error "The feature 'eIDAttribute' is not a valid feature" when clicking on Help->Perfor
Next Topic:Reference external setup tasks through href
Goto Forum:
  


Current Time: Thu Apr 25 14:08:37 GMT 2024

Powered by FUDForum. Page generated in 0.03166 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top