Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function(grunt) {
options: {create: ['js/locale', 'js/output', 'js/output/reports', 'js/output/js', 'js/output/dyncode', 'js/output/test', 'js/output/jsdoc']
}},
export: {
options: {create: ['export', 'export/docs', 'export/js', 'export/locale', 'export/qt', 'export/tools', 'dist']
options: {create: ['export', 'export/docs', 'export/js', 'export/locale', 'export/tools', 'dist']
}},
dist: {
options: {create: ['export/js/assembled','export/js/dyncode', 'export/js/dyncode', 'export/js/jsdoc', 'export/js/jsdoc', 'export/src/js', 'export/package/lib','export/package/locale', 'export/docs/jsdoc']
Expand Down Expand Up @@ -88,11 +88,11 @@ module.exports = function(grunt) {
},
fulltgz: {
options: {archive: "dist/ilib-<%= pkg.version %>.tgz"},
files: [{expand:true, cwd: 'export', src: ["js/*", "java/*", "locale/*", "qt/*"]}]
files: [{expand:true, cwd: 'export', src: ["js/*", "java/*", "locale/*"]}]
},
nodezip: {
options: {archive: 'dist/ilib-<%= pkg.version %>.zip'},
files: [{expand:true, cwd: 'export', src: ['js/*', 'java/*', 'locale/*', 'qt/*']}]
files: [{expand:true, cwd: 'export', src: ['js/*', 'java/*', 'locale/*']}]
},
srczip: {
options: {archive: 'dist/ilib-<%= pkg.version %>-src.zip'},
Expand Down Expand Up @@ -157,7 +157,7 @@ module.exports = function(grunt) {
files: [ {
expand: true,
cwd: 'js/lib/',
src: ['*.js', '!ilib.js', '!ilib-*.js', '!externs.js', 'datefmtstr.js', '!ilib-node*.js','!ilib-stubs*','!ilib-web.js','!ilib-qt.js'],
src: ['*.js', '!ilib.js', '!ilib-*.js', '!externs.js', 'datefmtstr.js', '!ilib-node*.js','!ilib-stubs*','!ilib-web.js'],
dest: 'js/output/dyncode/',
}]
}
Expand Down Expand Up @@ -305,4 +305,4 @@ module.exports = function(grunt) {
grunt.registerTask('test_strings-ext_debug', ['shell:runNodeunit:debug strings-ext']);
grunt.registerTask('test_units_debug', ['shell:runNodeunit:debug units']);
grunt.registerTask('test_util_debug', ['shell:runNodeunit:debug util']);
};
};
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ limitations under the License.
<copy file="LICENSE" todir="${build.export}/package" />
<zip destfile="${build.dist}/ilib-${version}.zip"
basedir="${build.export}"
includes="js/**,java/**,locale/**,qt/**"/>
includes="js/**,java/**,locale/**"/>
<zip destfile="${build.dist}/ilib-${version}-doc.zip"
basedir="${build.export}/doc"/>
<zip destfile="${build.dist}/ilib-${version}-src.zip">
Expand All @@ -94,7 +94,7 @@ limitations under the License.
</zip>
<tar destfile="${build.dist}/ilib-${version}.tgz" compression="gzip"
basedir="${build.export}"
includes="js/**,java/**,locale/**,qt/**"/>
includes="js/**,java/**,locale/**"/>
<tar destfile="${build.dist}/ilib-${version}-doc.tgz" compression="gzip" basedir="${build.export}/doc" />
<tar destfile="${build.dist}/ilib-${version}-src.tgz" compression="gzip">
<fileset dir="${build.export}/src" includes="**"/>
Expand Down
11 changes: 0 additions & 11 deletions qt/FileReader/ILib.qml

This file was deleted.

1 change: 0 additions & 1 deletion qt/FileReader/data.json

This file was deleted.

37 changes: 0 additions & 37 deletions qt/FileReader/filereader-webos.pro

This file was deleted.

101 changes: 0 additions & 101 deletions qt/FileReader/filereader.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions qt/FileReader/filereader.h

This file was deleted.

45 changes: 0 additions & 45 deletions qt/FileReader/filereader.pro

This file was deleted.

Loading