summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-06-09 13:32:38 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-06-09 13:32:38 +0000
commitdf9ba15338984e35a3280990e19eaaf48a909e6a (patch)
treec6a0ce92d72386c503f2d6698011a7726c5fcc9b /docs/examples
parentabe9ec9859709f93a3258d0769a4b3e3c52d0cb5 (diff)
downloadscala-df9ba15338984e35a3280990e19eaaf48a909e6a.tar.gz
scala-df9ba15338984e35a3280990e19eaaf48a909e6a.tar.bz2
scala-df9ba15338984e35a3280990e19eaaf48a909e6a.zip
rolling back the faulty checkin
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs6
-rw-r--r--docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala4
2 files changed, 3 insertions, 7 deletions
diff --git a/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs b/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs
index 59ba944ef3..2031891e97 100644
--- a/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs
+++ b/docs/examples/plugintemplate/.settings/de.loskutov.anyedit.AnyEditTools.prefs
@@ -1,15 +1,15 @@
-#Mon Jun 09 10:07:56 CEST 2008
+#Fri May 23 08:03:52 CEST 2008
activeContentFilterList=*.makefile,makefile,*.Makefile,Makefile,Makefile.*,*.mk,MANIFEST.MF
convertActionOnSaave=AnyEdit.CnvrtTabToSpaces
eclipse.preferences.version=1
inActiveContentFilterList=
javaTabWidthForJava=true
org.eclipse.jdt.ui.editor.tab.width=2
-projectPropsEnabled=true
+projectPropsEnabled=false
removeTrailingSpaces=true
replaceAllSpaces=false
replaceAllTabs=false
saveAndAddLine=false
saveAndConvert=false
-saveAndTrim=false
+saveAndTrim=true
useModulo4Tabs=false
diff --git a/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala b/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala
index 934fe8c661..a4481829c5 100644
--- a/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala
+++ b/docs/examples/plugintemplate/src/plugintemplate/standalone/PluginRunner.scala
@@ -34,10 +34,6 @@ extends Global(settings, reporter) {
})
*/
- /** The phases to be run.
- *
- * @todo: Adapt to specific plugin implementation
- */
override def phaseDescriptors: List[SubComponent] = List(
analyzer.namerFactory,
analyzer.typerFactory,