Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Xpand/Developer Guide"

 
Line 6: Line 6:
  
 
Add the plugin to CVS
 
Add the plugin to CVS
- Team / Share Project
+
# Team / Share Project
- Repository type: CVS
+
# Repository type: CVS
- Use an existing repository location: :extssh:dev.eclipse.org:/cvsroot/modeling
+
# Use an existing repository location: :extssh:dev.eclipse.org:/cvsroot/modeling
- Use an existing module.  
+
# Use an existing module.  
  - Check "Use project name as module name and place it under the selected module"
+
## Check "Use project name as module name and place it under the selected module"
  - Select module: org.eclipse.m2t / org.eclipse.xpand / plugins
+
## Select module: org.eclipse.m2t / org.eclipse.xpand / plugins
  
 
Add the plugin to org.eclipse.xpand.releng/maps/xpand.map
 
Add the plugin to org.eclipse.xpand.releng/maps/xpand.map
Line 18: Line 18:
  
 
Add the plugin to the team project sets
 
Add the plugin to the team project sets
 +
 +
[[Category:Xpand]]

Latest revision as of 17:24, 9 December 2010

Introducing a new plugin

Have a bugzilla entry for this.

Communicate on m2t-dev.

Add the plugin to CVS

  1. Team / Share Project
  2. Repository type: CVS
  3. Use an existing repository location: :extssh:dev.eclipse.org:/cvsroot/modeling
  4. Use an existing module.
    1. Check "Use project name as module name and place it under the selected module"
    2. Select module: org.eclipse.m2t / org.eclipse.xpand / plugins

Add the plugin to org.eclipse.xpand.releng/maps/xpand.map Example:

  plugin@org.eclipse.xtend.profiler=HEAD,:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling,,org.eclipse.m2t/org.eclipse.xpand/plugins/org.eclipse.xtend.profiler

Add the plugin to the team project sets

Back to the top