summaryrefslogtreecommitdiff
path: root/docs/examples/plugintemplate/plugin.properties
blob: 0db340cffab59f1fb9ee814e6cde3babb30f7d74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
scala.home=/Users/luc/scala/dist

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