Repository: incubator-freemarker-docgen Updated Branches: refs/heads/master d096e24da -> 0fa9cbe37
Moved gulp-output-header.txt to its proper place. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/4ace5282 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/4ace5282 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/4ace5282 Branch: refs/heads/master Commit: 4ace5282f73318f47ba76113feb8149ab8ac752c Parents: d096e24 Author: ddekany <[email protected]> Authored: Sat Jan 2 01:32:02 2016 +0100 Committer: ddekany <[email protected]> Committed: Sat Jan 2 01:32:02 2016 +0100 ---------------------------------------------------------------------- gulp-output-header.txt | 22 ++++++++++++++++++++ gulpfile.js | 2 +- .../freemarker/docgen/gulp-output-header.txt | 22 -------------------- 3 files changed, 23 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/4ace5282/gulp-output-header.txt ---------------------------------------------------------------------- diff --git a/gulp-output-header.txt b/gulp-output-header.txt new file mode 100644 index 0000000..94f0b00 --- /dev/null +++ b/gulp-output-header.txt @@ -0,0 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* + * GENERATED FILE - DO NOT EDIT! Instead, regenerate with Gulp! + */ http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/4ace5282/gulpfile.js ---------------------------------------------------------------------- diff --git a/gulpfile.js b/gulpfile.js index 36020ec..3898ca5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -15,7 +15,7 @@ var headerfooter = require('gulp-headerfooter'); var BASE_DIR = path.join(__dirname, 'src', 'main', 'org', 'freemarker', 'docgen'); var OUT_DIR = path.join(BASE_DIR, 'statics'); -var header = fs.readFileSync(path.join(BASE_DIR, 'gulp-output-header.txt')); +var header = fs.readFileSync(path.join(__dirname, 'gulp-output-header.txt')); gulp.task('styles', function() { gulp.src(path.join(BASE_DIR, 'less', 'styles.less')) http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/4ace5282/src/main/org/freemarker/docgen/gulp-output-header.txt ---------------------------------------------------------------------- diff --git a/src/main/org/freemarker/docgen/gulp-output-header.txt b/src/main/org/freemarker/docgen/gulp-output-header.txt deleted file mode 100644 index 94f0b00..0000000 --- a/src/main/org/freemarker/docgen/gulp-output-header.txt +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -/* - * GENERATED FILE - DO NOT EDIT! Instead, regenerate with Gulp! - */
