You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/09/05 11:25:27 UTC

svn commit: r1622660 - in /incubator/sirona/trunk: pom.xml server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/MBeanAttribute.java

Author: olamy
Date: Fri Sep  5 09:25:27 2014
New Revision: 1622660

URL: http://svn.apache.org/r1622660
Log:
fix rat

Modified:
    incubator/sirona/trunk/pom.xml
    incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/MBeanAttribute.java

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1622660&r1=1622659&r2=1622660&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Fri Sep  5 09:25:27 2014
@@ -268,6 +268,7 @@
             <exclude>src/main/webapp/font-awesome-4.1.0/**</exclude>
             <exclude>src/main/webapp/fonts/**</exclude>
             <exclude>src/main/webapp/css/ng-grid.*.css</exclude>
+            <exclude>src/main/webapp/css/abn_tree*.css</exclude>
             <exclude>src/main/webapp/js/angular**</exclude>
             <exclude>src/main/webapp/js/bootstrap**</exclude>
             <exclude>src/main/webapp/js/jquery**</exclude>
@@ -277,6 +278,7 @@
             <exclude>src/main/webapp/js/moment-*.min.js</exclude>
             <exclude>src/main/webapp/js/ui-bootstrap-tpls-*.js</exclude>
             <exclude>src/main/webapp/js/ng-grid-*.debug.js</exclude>
+            <exclude>src/main/webapp/js/abn_tree_directive.js</exclude>
           </excludes>
         </configuration>
         <executions>

Modified: incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/MBeanAttribute.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/MBeanAttribute.java?rev=1622660&r1=1622659&r2=1622660&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/MBeanAttribute.java (original)
+++ incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/MBeanAttribute.java Fri Sep  5 09:25:27 2014
@@ -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.sirona.reporting.web.jmx;
 
 import java.io.Serializable;