diff --git a/.gitignore b/.gitignore index 931a81f..6203273 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target out .idea/workspace.xml s101plugin.state +*.iml diff --git a/jcoffeescript.iml b/jcoffeescript.iml deleted file mode 100644 index 2255cc4..0000000 --- a/jcoffeescript.iml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..5847437 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,5 @@ +*.jar +*.tar +*.tgz +*.gz +*.zip diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..01a7ce9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + + org.jcoffeescript + jcoffeescript + 1.0-SNAPSHOT + + + + + org.jruby + jruby-complete + 9.1.12.0 + + + + rhino + js + 1.7R2 + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + + + + \ No newline at end of file