Author: fchrist
Date: Thu Jan  5 12:10:55 2012
New Revision: 1227566

URL: http://svn.apache.org/viewvc?rev=1227566&view=rev
Log:
STANBOL-366 STANBOL-272 Added AL headers to WebVIE

Removed:
    incubator/stanbol/trunk/commons/web/webvie/.svnignore
Modified:
    incubator/stanbol/trunk/commons/web/webvie/README.md
    incubator/stanbol/trunk/commons/web/webvie/pom.xml
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/fragment/EnhancerVieWebFragment.java
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource.java
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/imports/enhancervieDescription.ftl
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource/index.ftl

Modified: incubator/stanbol/trunk/commons/web/webvie/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/README.md?rev=1227566&r1=1227565&r2=1227566&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/web/webvie/README.md (original)
+++ incubator/stanbol/trunk/commons/web/webvie/README.md Thu Jan  5 12:10:55 
2012
@@ -1,3 +1,20 @@
+<!--
+  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.
+-->
+
 VIE based Stanbol Enhancer UI
 =============================
 

Modified: incubator/stanbol/trunk/commons/web/webvie/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/pom.xml?rev=1227566&r1=1227565&r2=1227566&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/web/webvie/pom.xml (original)
+++ incubator/stanbol/trunk/commons/web/webvie/pom.xml Thu Jan  5 12:10:55 2012
@@ -1,4 +1,20 @@
 <?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 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/fragment/EnhancerVieWebFragment.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/fragment/EnhancerVieWebFragment.java?rev=1227566&r1=1227565&r2=1227566&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/fragment/EnhancerVieWebFragment.java
 (original)
+++ 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/fragment/EnhancerVieWebFragment.java
 Thu Jan  5 12:10:55 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.web.vie.fragment;
 
 import java.util.ArrayList;

Modified: 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource.java?rev=1227566&r1=1227565&r2=1227566&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource.java
 (original)
+++ 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource.java
 Thu Jan  5 12:10:55 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.web.vie.resource;
 
 import static javax.ws.rs.core.MediaType.TEXT_HTML;

Modified: 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/imports/enhancervieDescription.ftl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/imports/enhancervieDescription.ftl?rev=1227566&r1=1227565&r2=1227566&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/imports/enhancervieDescription.ftl
 (original)
+++ 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/imports/enhancervieDescription.ftl
 Thu Jan  5 12:10:55 2012
@@ -1,3 +1,19 @@
+<#--
+  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.
+-->
 This is a <strong>stateful interface</strong> to submit content to <strong>
 analyze and store the results</strong> on the server. It is then possible
 to browse the resulting enhanced content items. The longer-term goal of this

Modified: 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource/index.ftl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource/index.ftl?rev=1227566&r1=1227565&r2=1227566&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource/index.ftl
 (original)
+++ 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource/index.ftl
 Thu Jan  5 12:10:55 2012
@@ -1,6 +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.
+-->
 <#import "/imports/common.ftl" as common>
 <#escape x as x?html>
-<@common.page title="Enhancer VIE" hasrestapi=true> 
+<@common.page title="Enhancer VIE" hasrestapi=false> 
 
 <style>
 article {


Reply via email to