Skip to content

Commit

Permalink
#380 merged dev_tsplugin into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Holzer committed Jul 5, 2017
2 parents 2fe4729 + 4820d8f commit ef44ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cobigen/cobigen-tsplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cobigen-tsplugin</artifactId>
<name>CobiGen - TypeScript Plug-in</name>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ private String readMergedContentsFile(File output, String targetCharset) throws
while ((line = br.readLine()) != null) {
if (line.startsWith("import ")) {
imports = imports.concat(line);
imports = imports.concat("\n");
} else {
mergedContents = mergedContents.concat(line);
}
Expand Down

0 comments on commit ef44ade

Please sign in to comment.