scala-ide/scala-plugin.g8

Name: scala-plugin.g8

Owner: Eclipse Scala IDE

Description: Giger8 template for Eclipse plugins developed in Scala

Created: 2012-07-24 15:37:01.0

Updated: 2015-07-14 20:38:14.0

Pushed: 2013-10-22 15:33:58.0

Homepage: null

Size: 203

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

scala-plugin.g8

Giger8 template for Eclipse plugins developed in Scala.

This template produces 5 Eclipse plugins:

The projects can readily be imported inside Eclipse. Additionally, you have maven pom files based on Tycho, enabling command line builds.

Requirements

You have giter8 in your $PATH. If you don't, please follow the instructions here for how to install it.

Create your project
t git@github.com:scala-ide/scala-plugin.g8.git
 file://scala-plugin.g8/
 [Scala Sample plugin]: myplugin   
ider [org.example]: com.mycompany
inName [org.example.plugin]: com.mycompany.myplugin
sName [SampleAction]: MyPlugin
iderName [Scala IDE]: MyCompany 

late applied in ./myplugin
 myplugin
Build your project

The produced project is using a plain maven build, so just go ahead an type mvn clean install


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.