vigour-wrapper
Version:
The native code to wrap vigour apps
14 lines (11 loc) • 343 B
JavaScript
var log = require('npmlog')
var nativeUtil = require('../../util')
module.exports = exports = function () {
if (this.builds) {
log.info('eclipse')
return nativeUtil.transform_template(this.templateSrc + '/eclipse.project', this.buildDir + '/.project', this.xmlConfig)
} else {
log.info('skipping eclipse')
}
}