diff --git a/xtext-apidiff/src/de/dhuebner/japicmp/CheckFolder.xtend b/xtext-apidiff/src/de/dhuebner/japicmp/CheckFolder.xtend index ea86cbe..61cddae 100644 --- a/xtext-apidiff/src/de/dhuebner/japicmp/CheckFolder.xtend +++ b/xtext-apidiff/src/de/dhuebner/japicmp/CheckFolder.xtend @@ -10,6 +10,9 @@ import java.io.File import java.io.FileInputStream import java.util.Properties +/** +* Test +*/ class CheckFolder { def static void main(String[] args) { @@ -24,13 +27,13 @@ class CheckFolder { val from = properties.getProperty("old.version") val to = properties.getProperty("new.version") if (properties.getProperty("docuName") == null) { - properties.setProperty("docuName", '''Xtext API Changes («from» - «to»)''') + properties.setProperty("docuName", '''Xtext API Changes («from» - «to»)''') } if (properties.getProperty("old.location") == null) { - properties.setProperty("old.location", '''tmf-xtext-Update-«from»/plugins''') + properties.setProperty("old.location", '''tmf-xtext-Update-«from»/plugins''') } if (properties.getProperty("new.location") == null) { - properties.setProperty("new.location", '''tmf-xtext-Update-«to»/plugins''') + properties.setProperty("new.location", '''tmf-xtext-Update-«to»/plugins''') } if (properties.getProperty("xmlOutputFile") == null) { properties.setProperty("xmlOutputFile", properties.getProperty("htmlOutputFolder") + "/report.xml") @@ -99,4 +102,4 @@ class CheckFolder { } } -} \ No newline at end of file +} diff --git a/xtext-apidiff/src/de/dhuebner/japicmp/FolderComparator.xtend b/xtext-apidiff/src/de/dhuebner/japicmp/FolderComparator.xtend index 2b3bd51..e5ff47f 100644 --- a/xtext-apidiff/src/de/dhuebner/japicmp/FolderComparator.xtend +++ b/xtext-apidiff/src/de/dhuebner/japicmp/FolderComparator.xtend @@ -26,6 +26,9 @@ import java.util.jar.JarFile import javassist.ClassPool import javassist.CtClass +/** +Test 2 +*/ class FolderComparator { def createReport(Options options, Properties properties) { @@ -115,4 +118,4 @@ class FolderComparator { return classes } - } \ No newline at end of file + }