Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Fix XML headers and validate #736

Merged
merged 1 commit into from Jul 11, 2017
Jump to file or symbol
Failed to load files and symbols.
+3,278 −2,907
Split
View

Large diffs are not rendered by default.

Oops, something went wrong.
@@ -6,10 +6,10 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
- -->
+-->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -6,10 +6,10 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
- -->
+-->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -6,7 +6,10 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
- -->
+
+ Contributors:
+ Eurotech - initial API and implementation
+ -->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -1,16 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2017 Red Hat Inc and others
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Red Hat Inc - initial API and implementation
+ -->
<!DOCTYPE xml>
<configuration>
- <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
- <encoder>
- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
- </encoder>
- </appender>
+ <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
+ <encoder>
+ <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
+ </encoder>
+ </appender>
- <logger name="liquibase" level="WARN" />
+ <logger name="liquibase" level="WARN" />
- <root level="info">
- <appender-ref ref="console" />
- </root>
+ <root level="info">
+ <appender-ref ref="console" />
+ </root>
</configuration>
View
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2017 Red Hat Inc and others
-
+
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
Eurotech
@@ -626,10 +626,10 @@
<user>kapua</user>
<runCmds>
<run><![CDATA[
- chown -R kapua:kapua /maven && \
- chmod -R a+rw /maven && \
- find /maven -type d -exec chmod a+x {} +
- ]]></run>
+ chown -R kapua:kapua /maven && \
+ chmod -R a+rw /maven && \
+ find /maven -type d -exec chmod a+x {} +
+ ]]></run>
</runCmds>
<volumes>
<volume>/maven/data</volume>
@@ -6,11 +6,11 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Eurotech - initial API and implementation
Red Hat Inc
- -->
+-->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -10,7 +10,6 @@
Contributors:
Eurotech - initial API and implementation
Red Hat Inc
-
-->
<beans
@@ -10,7 +10,6 @@
Contributors:
Eurotech - initial API and implementation
Red Hat Inc
-
-->
<beans
@@ -1,16 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2017 Red Hat Inc and others
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Red Hat Inc - initial API and implementation
+ -->
<!DOCTYPE xml>
<configuration>
- <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
- <encoder>
- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
- </encoder>
- </appender>
+ <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
+ <encoder>
+ <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
+ </encoder>
+ </appender>
- <logger name="liquibase" level="WARN" />
+ <logger name="liquibase" level="WARN" />
- <root level="info">
- <appender-ref ref="console" />
- </root>
+ <root level="info">
+ <appender-ref ref="console" />
+ </root>
</configuration>
View
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2017 Red Hat Inc and others
-
+
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
Eurotech
@@ -6,10 +6,10 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
- -->
+-->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
View
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2017 Red Hat Inc and others
-
+
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
-->
@@ -49,10 +49,10 @@
<from>${java.base.image}</from>
<runCmds>
<runCmd><![CDATA[
- apk update && apk add curl tar && \
- adduser -D -g "Eclipse Kapua" kapua && \
- curl -s https://repo1.maven.org/maven2/org/jolokia/jolokia-jvm/1.3.4/jolokia-jvm-1.3.4-agent.jar -o /jolokia-jvm-agent.jar
- ]]></runCmd>
+ apk update && apk add curl tar && \
+ adduser -D -g "Eclipse Kapua" kapua && \
+ curl -s https://repo1.maven.org/maven2/org/jolokia/jolokia-jvm/1.3.4/jolokia-jvm-1.3.4-agent.jar -o /jolokia-jvm-agent.jar
+ ]]></runCmd>
</runCmds>
<!--<tags>-->
<!--<tag>${project.version}</tag>-->
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2017 Red Hat Inc and others
-
+
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
-->
@@ -49,18 +49,18 @@
<from>${docker.account}/java-base</from>
<runCmds>
<runCmd><![CDATA[
- apk update && apk add bash && \
- cd /home/kapua && \
- curl -s https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.2.v20170220/jetty-distribution-9.4.2.v20170220.tar.gz -o jetty-distribution.tar.gz && \
- mkdir -p jetty && cd jetty && \
- tar --strip=1 -xzf ../jetty-distribution.tar.gz && \
- rm ../jetty-distribution.tar.gz && \
- chown -R kapua:kapua /home/kapua && \
- mkdir -p /var/lib/jetty/lib/ext /var/lib/jetty/start.d && \
- chown kapua:kapua /var/lib/jetty && \
- cd /var/lib/jetty && \
- java -jar /home/kapua/jetty/start.jar --approve-all-licenses --create-startd --add-to-start=http,jsp,jstl,websocket,deploy,logging-logback,jmx,stats
- ]]></runCmd>
+ apk update && apk add bash && \
+ cd /home/kapua && \
+ curl -s https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.2.v20170220/jetty-distribution-9.4.2.v20170220.tar.gz -o jetty-distribution.tar.gz && \
+ mkdir -p jetty && cd jetty && \
+ tar --strip=1 -xzf ../jetty-distribution.tar.gz && \
+ rm ../jetty-distribution.tar.gz && \
+ chown -R kapua:kapua /home/kapua && \
+ mkdir -p /var/lib/jetty/lib/ext /var/lib/jetty/start.d && \
+ chown kapua:kapua /var/lib/jetty && \
+ cd /var/lib/jetty && \
+ java -jar /home/kapua/jetty/start.jar --approve-all-licenses --create-startd --add-to-start=http,jsp,jstl,websocket,deploy,logging-logback,jmx,stats
+ ]]></runCmd>
</runCmds>
<assembly>
<descriptor>${basedir}/src/main/descriptors/jetty-base.xml</descriptor>
@@ -6,10 +6,10 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
- -->
+-->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -6,10 +6,10 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
- -->
+-->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2011, 2016 Eurotech and/or its affiliates and others
+ Copyright (c) 2017 Eurotech and/or its affiliates and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
- -->
+
+ Contributors:
+ Eurotech - initial API and implementation
+ -->
<assembly
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -1,16 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2017 Red Hat Inc and others
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Red Hat Inc - initial API and implementation
+ -->
<!DOCTYPE xml>
<configuration>
- <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
- <encoder>
- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
- </encoder>
- </appender>
+ <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
+ <encoder>
+ <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
+ </encoder>
+ </appender>
- <logger name="liquibase" level="WARN" />
+ <logger name="liquibase" level="WARN" />
- <root level="info">
- <appender-ref ref="console" />
- </root>
+ <root level="info">
+ <appender-ref ref="console" />
+ </root>
</configuration>
View
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2017 Red Hat Inc and others
-
+
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Red Hat Inc - initial API and implementation
Eurotech
Oops, something went wrong.