You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2018/10/11 07:53:20 UTC

empire-db git commit: EMPIREDB-271 Vue project: License header and rat settings

Repository: empire-db
Updated Branches:
  refs/heads/master 74bc0e115 -> 7809ca51f


EMPIREDB-271
Vue project: License header and rat settings


Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/7809ca51
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/7809ca51
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/7809ca51

Branch: refs/heads/master
Commit: 7809ca51f5e3bda0926ec6f641615b1395d8ee0b
Parents: 74bc0e1
Author: Rainer Döbele <do...@apache.org>
Authored: Thu Oct 11 09:53:15 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Thu Oct 11 09:53:15 2018 +0200

----------------------------------------------------------------------
 .../src/main/vue/build/webpack.prod.conf.js      |  2 +-
 .../src/main/vue/index.html                      |  6 ++----
 .../src/main/webapp/index.html                   | 19 ++++++++++++++++++-
 pom.xml                                          |  2 ++
 4 files changed, 23 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/7809ca51/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.prod.conf.js
----------------------------------------------------------------------
diff --git a/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.prod.conf.js b/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.prod.conf.js
index e92c1f1..8cbb8b9 100644
--- a/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.prod.conf.js
+++ b/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.prod.conf.js
@@ -72,7 +72,7 @@ var webpackConfig = merge(baseWebpackConfig, {
       template: 'index.html',
       inject: true,
       minify: {
-        removeComments: true,
+        removeComments: false,
         collapseWhitespace: true,
         removeAttributeQuotes: true
         // more options:

http://git-wip-us.apache.org/repos/asf/empire-db/blob/7809ca51/empire-db-examples/empire-db-example-vue/src/main/vue/index.html
----------------------------------------------------------------------
diff --git a/empire-db-examples/empire-db-example-vue/src/main/vue/index.html b/empire-db-examples/empire-db-example-vue/src/main/vue/index.html
index 5cfed3a..e38ddb4 100644
--- a/empire-db-examples/empire-db-example-vue/src/main/vue/index.html
+++ b/empire-db-examples/empire-db-example-vue/src/main/vue/index.html
@@ -1,4 +1,5 @@
-<!-- 
+<!DOCTYPE html>
+<!--
   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
@@ -16,14 +17,11 @@
   specific language governing permissions and limitations
   under the License.
  -->
-<!DOCTYPE html>
 <html>
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-
     <title>Empire-db employee app using vue.js</title>
-
   </head>
   <body>
     <div class="container">

http://git-wip-us.apache.org/repos/asf/empire-db/blob/7809ca51/empire-db-examples/empire-db-example-vue/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/empire-db-examples/empire-db-example-vue/src/main/webapp/index.html b/empire-db-examples/empire-db-example-vue/src/main/webapp/index.html
index 05f822d..1c80241 100644
--- a/empire-db-examples/empire-db-example-vue/src/main/webapp/index.html
+++ b/empire-db-examples/empire-db-example-vue/src/main/webapp/index.html
@@ -1 +1,18 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Empire-db employee app using vue.js</title><link href=static/css/app.e9a48e50315162d817c7ee8c66488a75.css rel=stylesheet></head><body><div class=container><div id=app></div></div><script type=text/javascript src=static/js/manifest.dedad91e27787d615a8b.js></script><script type=text/javascript src=static/js/vendor.797030c921ced786bb0a.js></script><script type=text/javascript src=static/js/app.bc501c1e8b514ab4b2be.js></script></body></html>
\ No newline at end of file
+<!DOCTYPE html><!--
+  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.
+ --><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Empire-db employee app using vue.js</title><link href=static/css/app.e9a48e50315162d817c7ee8c66488a75.css rel=stylesheet></head><body><div class=container><div id=app></div></div><script type=text/javascript src=static/js/manifest.dedad91e27787d615a8b.js></script><script type=text/javascript src=static/js/vendor.797030c921ced786bb0a.js></script><script type=text/javascript src=static/js/app.bc501c1e8b514ab4b2be.js></script></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/empire-db/blob/7809ca51/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a45676a..9464fcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,6 +466,7 @@
 			       			<exclude>**/target/**</exclude>
                             <exclude>**/.idea/**</exclude>
 			       			<exclude>**/.settings/**</exclude>
+			       			<exclude>**/empire-db-example-vue/src/main/webapp/static/**</exclude>
 			       			<!-- file types -->
                             <exclude>**/*.iml</exclude>
 			       			<exclude>**/*.json</exclude>
@@ -476,6 +477,7 @@
 			       			<exclude>**/.project</exclude>
 			       			<exclude>**/.classpath</exclude>
 			       			<exclude>**/.tomcatplugin</exclude>
+			       			<exclude>**/.babelrc</exclude>
 			       			<!-- should the sample databases be created in target? -->
 			       			<exclude>**/hsqldb/sample.*</exclude>
 			       		</excludes>