Skip to content

Commit

Permalink
Remove some GAE files from release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Apr 28, 2014
1 parent a58950a commit 6eb9cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@
</copy>
<!-- Copy iUI *.js and *.css, using a filter to replace @VERSION@ with the value of iui.version -->
<copy todir="${release.dir.webapp}">
<fileset dir="${src.dir.webapp}" includes="**/*.js, **/*.css" />
<fileset dir="${src.dir.webapp}" includes="**/*.js, **/*.css" excludes="main.js"/>
<filterset>
<filter token="VERSION" value="${iui.version}"/>
</filterset>
</copy>
<!-- Copy everything else (except .jar files) without filtering -->
<copy todir="${release.dir.webapp}">
<fileset dir="${src.dir.webapp}" excludes="**/*.js, **/*.css, **/*.jar" />
<fileset dir="${src.dir.webapp}" excludes="**/*.js, **/*.css, **/*.jar, package.json, WEB-INF/**" />
</copy>
<!-- Make second copy of sample.html in samplex.html that uses iuix.css and iuix.js -->
<!-- Disable for now...
Expand Down
2 changes: 2 additions & 0 deletions releaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ REL-0.4.1 2014-04-28
* Use 'bubble' mode for iUI events (simplifies and improves plugins)
* Namespace iUI Javascript events, e.g. 'load' becomes 'iui.load'
* Remove dependency on querySelectorAll()
* Remove some GAE website-related files from the release (e.g. WEB-INF directory)


REL-0.4 2012-08-11
* Code cleaup around iui.busy flag - fix Issue #346 (http://code.google.com/p/iui/issues/detail?id=346)
Expand Down

0 comments on commit 6eb9cf3

Please sign in to comment.