Skip to content

Commit

Permalink
update project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartolomeo Sorrentino authored and Bartolomeo Sorrentino committed May 9, 2019
1 parent ff0ae0a commit b3bda33
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 1,460 deletions.
2 changes: 1 addition & 1 deletion samples/graaljs-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
</goals>
<phase>package</phase>
<configuration>
<outputDirectory>src/main/ts</outputDirectory>
<outputDirectory>ts</outputDirectory>
<options>
<ts.outfile>jdk8</ts.outfile>
</options>
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</goals>
<phase>package</phase>
<configuration>
<outputDirectory>src/main/ts</outputDirectory>
<outputDirectory>ts</outputDirectory>
<options>
<ts.outfile>jdk8</ts.outfile>
</options>
Expand Down Expand Up @@ -184,7 +184,7 @@
</goals>
<phase>package</phase>
<configuration>
<outputDirectory>${project.build.directory}</outputDirectory>
<outputDirectory>ts</outputDirectory>
<options>
<ts.outfile>jdk8</ts.outfile>
<compatibility>rhino</compatibility>
Expand Down
478 changes: 0 additions & 478 deletions samples/src/main/ts/ts/jdk8-types.ts

This file was deleted.

Loading

0 comments on commit b3bda33

Please sign in to comment.