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 de...@apache.org on 2018/01/10 16:39:42 UTC

empire-db git commit: vue example: Missing header

Repository: empire-db
Updated Branches:
  refs/heads/master 0beb75c72 -> f9c4edddc


vue example: Missing header


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

Branch: refs/heads/master
Commit: f9c4edddcf8dafbc2db8edd8d5c540ba3a8579a3
Parents: 0beb75c
Author: Jan Glaubitz <ja...@glaubitz.org>
Authored: Wed Jan 10 17:39:29 2018 +0100
Committer: Jan Glaubitz <ja...@glaubitz.org>
Committed: Wed Jan 10 17:39:29 2018 +0100

----------------------------------------------------------------------
 empire-db-vue-example/src/main/webapp/WEB-INF/web.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/f9c4eddd/empire-db-vue-example/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/empire-db-vue-example/src/main/webapp/WEB-INF/web.xml b/empire-db-vue-example/src/main/webapp/WEB-INF/web.xml
index ce58f76..123c05a 100644
--- a/empire-db-vue-example/src/main/webapp/WEB-INF/web.xml
+++ b/empire-db-vue-example/src/main/webapp/WEB-INF/web.xml
@@ -1,16 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 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 
+	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. -->
-
 <web-app id="vue-example" version="3.0"
 	xmlns="http://java.sun.com/xml/ns/javaee"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"