Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 5, 2014
1 parent feb6879 commit 1f2a473
Show file tree
Hide file tree
Showing 5 changed files with 945 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ gwt-unitCache
war
.settings/
node/node_modules/
output.js
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
<arg line="-i" />
<arg value="${buildFile}" />
<arg line="-o" />
<arg value="../output.js" />
<arg value="../lib.js" />
<arg line="-e" />
<arg value="actelion" />
<arg line="-p" />
<arg value="../package.json" />
</exec>
</target>
<target name="all-min">
Expand Down
Loading

0 comments on commit 1f2a473

Please sign in to comment.