summaryrefslogtreecommitdiff
path: root/docs/examples/plugintemplate/plugin.properties
blob: 131f96110f6742736f75c69890bafe8b05e97cb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
scala.home=../../../build/pack

plugin.name=plugintemplate
plugin.commandname=runplugintemplate
plugin.description=A template compiler plugin saying hello to the World
plugin.mainclass=plugintemplate.standalone.Main
plugin.sbazbaseurl=http://scala.epfl.ch/downloads/packages

version.major=0
version.minor=1