Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWE_de.bsvrz.sys.funclib.bitctrl.dua
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ERZ
SWE_de.bsvrz.sys.funclib.bitctrl.dua
Commits
0a111c6d
Commit
0a111c6d
authored
Jul 26, 2016
by
Uwe Peuker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Service-Release 1.5.0
parent
75f29672
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
686 additions
and
734 deletions
+686
-734
.classpath
.classpath
+1
-26
LICENSE.txt
LICENSE.txt
+158
-497
README.md
README.md
+3
-4
pom.xml
pom.xml
+370
-113
src/assembly/distributionspaket.xml
src/assembly/distributionspaket.xml
+20
-0
src/main/assembly/swe.xml
src/main/assembly/swe.xml
+0
-94
src/main/config/checkstyle.xml
src/main/config/checkstyle.xml
+88
-0
src/main/config/findbugs-exclude.xml
src/main/config/findbugs-exclude.xml
+21
-0
src/main/config/java.header
src/main/config/java.header
+25
-0
No files found.
.classpath
View file @
0a111c6d
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"src"
output=
"target/classes"
path=
"src/main/java"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"src/test/java"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
./target/classes;
\ No newline at end of file
LICENSE.txt
View file @
0a111c6d
This diff is collapsed.
Click to expand it.
README.
txt
→
README.
md
View file @
0a111c6d
[

](https://travis-ci.org/bitctrl/de.bsvrz.sys.funclib.bitctrl.dua)
[

](https://bintray.com/bitctrl/maven/de.bsvrz.sys.funclib.bitctrl.dua)
********************************************************************************
*
Allgemeine DuA-Funktionen
*
********************************************************************************
...
...
@@ -14,10 +17,6 @@ genutzt werden oder potentiell genutzt werden können.
Versionsgeschichte
==================
1.6.0
=====
- Umstellung auf Java 8 und UTF-8
1.
5.0
=====
-
Kompatibilität mit Parallel-Entwicklung der DuA-SWE wiederhergestellt
...
...
pom.xml
View file @
0a111c6d
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.bsvrz.sys
</groupId>
<artifactId>
de.bsvrz.sys.funclib.bitctrl.dua
</artifactId>
<version>
1.
6.0-SNAPSHOT
</version>
<version>
1.
5.0
</version>
<name>
D
ua Funktionsbibliothek BitCtrl - Legacy-Version
</name>
<name>
D
atenverteilerfunktionsbibliothek BitCtrl
</name>
<organization>
<name>
BitCtrl Systems GmbH
</name>
<url>
http://www.bitctrl.de
</url>
</organization>
<url>
http://bitctrl.github.io/${project.artifactId}/
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
8
</java.version>
<project.status>
BETA
</project.status>
<project.standDatum>
2015-12-04
</project.standDatum>
<project.com.bitctrl.version>
1.2.2
</project.com.bitctrl.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.build.timestamp.format>
yyyy-MM-dd
</maven.build.timestamp.format>
<kernsoftware.version>
3.8.0
</kernsoftware.version>
<distributionspaket.status>
FREI
</distributionspaket.status>
<distributionspaket.standDatum>
2016-07-20
</distributionspaket.standDatum>
<distributionspaket.lizenz>
LGPLv3.0
</distributionspaket.lizenz>
</properties>
<repositories>
<repository>
<id>
bitctrl.nexus
</id>
<name>
Lokales BitCtrl Maven Repository
</name>
<url>
http://bitctrlbuildserver:8081/nexus/content/repositories/releases/
</url>
</repository>
<repository>
<id>
bitctrl.nexus.snapshots
</id>
<name>
Lokales BitCtrl Maven Snapshots Repository
</name>
<url>
http://bitctrlbuildserver:8081/nexus/content/repositories/snapshots/
</url>
</repository>
<repository>
<id>
bintray-bitctrl
</id>
<name>
Externes BitCtrl Maven Repository
</name>
<url>
https://dl.bintray.com/bitctrl/maven/
</url>
</repository>
</repositories>
<licenses>
<license>
<name>
GNU Lesser General Public License v3.0
</name>
<url>
http://www.gnu.org/licenses/lgpl-3.0.txt
</url>
</license>
</licenses>
<developers>
<developer>
<id>
bitctrl
</id>
<email>
info@bitctrl.de
</email>
<organization>
BitCtrl Systems GmbH
</organization>
<organizationUrl>
http://www.bitctrl.de
</organizationUrl>
</developer>
</developers>
<scm>
<connection>
scm:git:https://github.com/bitctrl/${project.artifactId}.git
</connection>
<developerConnection>
scm:git:https://github.com/bitctrl/${project.artifactId}.git
</developerConnection>
<url>
https://github.com/bitctrl/${project.artifactId}
</url>
</scm>
<issueManagement>
<system>
GitHub
</system>
<url>
https://github.com/bitctrl/${project.artifactId}/
</url>
</issueManagement>
<ciManagement>
<system>
Travis-CI
</system>
<url>
https://travis-ci.org/bitctrl/${project.artifactId}/
</url>
</ciManagement>
<profiles>
<profile>
<id>
bitctrl
</id>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
bintray-datenverteiler-maven
</id>
<name>
bintray-plugins
</name>
<url>
http://dl.bintray.com/datenverteiler/maven
</url>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>
bitctrl.nexus.snapshots
</id>
<name>
Lokales BitCtrl Maven Snapshots Repository
</name>
<url>
http://bitctrlbuildserver:8081/nexus/content/repositories/snapshots/
</url>
</repository>
<repository>
<id>
bitctrl.nexus
</id>
<name>
BitCtrl Nexus Releases Repository
</name>
<url>
http://bitctrlbuildserver:8081/nexus/content/repositories/releases/
</url>
</repository>
<repository>
<id>
bintray-bitctrl-maven
</id>
<name>
bintray
</name>
<url>
http://dl.bintray.com/bitctrl/maven
</url>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>
bitctrl.nexus.snapshots
</id>
<name>
BitCtrl Nexus Snapshots Repository
</name>
<url>
http://bitctrlbuildserver:8081/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>
bintray
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<repositories>
<repository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
bintray-bitctrl-maven
</id>
<name>
bintray
</name>
<url>
http://dl.bintray.com/bitctrl/maven
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
bintray-datenverteiler-maven
</id>
<name>
bintray-plugins
</name>
<url>
http://dl.bintray.com/datenverteiler/maven
</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>
bintray-bitctrl-maven
</id>
<name>
bitctrl-maven
</name>
<url>
https://api.bintray.com/maven/bitctrl/maven/${project.artifactId}/;publish=1
</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>
com.bitctrl
</groupId>
<artifactId>
com.bitctrl
</artifactId>
<version>
${project.com.bitctrl.version}
</version>
<version>
1.3.0
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
de.bsvrz.dav
</groupId>
<artifactId>
de.bsvrz.dav.daf
</artifactId>
<version>
3.
6.2
</version>
<version>
3.
8.0
</version>
</dependency>
<dependency>
<groupId>
de.bsvrz.sys
.funclib
</groupId>
<groupId>
de.bsvrz.sys
</groupId>
<artifactId>
de.bsvrz.sys.funclib.dataSerializer
</artifactId>
<version>
3.
6.2
</version>
<version>
3.
8.0
</version>
</dependency>
<dependency>
<groupId>
de.bsvrz.sys
.funclib
</groupId>
<groupId>
de.bsvrz.sys
</groupId>
<artifactId>
de.bsvrz.sys.funclib.dataIdentificationSettings
</artifactId>
<version>
3.
6.2
</version>
<version>
3.
8.0
</version>
</dependency>
<dependency>
<groupId>
de.bsvrz.pat
</groupId>
<artifactId>
de.bsvrz.pat.onlprot
</artifactId>
<version>
3.
6.2
</version>
<version>
3.
8.0
</version>
</dependency>
<dependency>
<groupId>
de.bsvrz.sys
.funclib
</groupId>
<groupId>
de.bsvrz.sys
</groupId>
<artifactId>
de.bsvrz.sys.funclib.operatingMessage
</artifactId>
<version>
3.
6.2
</version>
<version>
3.
8.0
</version>
</dependency>
<dependency>
<groupId>
de.bsvrz.sys
.funclib
</groupId>
<groupId>
de.bsvrz.sys
</groupId>
<artifactId>
de.bsvrz.sys.funclib.application
</artifactId>
<version>
3.
6.2
</version>
<version>
3.
8.0
</version>
</dependency>
<dependency>
<groupId>
de.bsvrz.sys
</groupId>
<artifactId>
de.bsvrz.sys.funclib.bitctrl
</artifactId>
<version>
[1.4.0-SNAPSHOT,2)
</version>
<version>
1.5.0
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.1
1
</version>
<version>
4.1
2
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<version>
2.5.5
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-checkstyle-plugin
</artifactId>
<version>
2.14
</version>
<configuration>
<propertyExpansion>
basedir=${project.basedir}
</propertyExpansion>
<configLocation>
${basedir}/releng/checkstyle.xml
</configLocation>
</configuration>
<artifactId>
maven-failsafe-plugin
</artifactId>
<version>
2.19.1
</version>
<executions>
<execution>
<goals>
<goal>
integration-test
</goal>
<goal>
verify
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-
compiler
-plugin
</artifactId>
<version>
3
.1
</version>
<artifactId>
maven-
surefire
-plugin
</artifactId>
<version>
2.19
.1
</version>
<configuration>
<source>
${java.version}
</source>
<target>
${java.version}
</target>
<argLine>
-Duser.timezone=CET
</argLine>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<version>
2.4
</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
<version>
2.6
</version>
<executions>
<execution>
<id>
jar
</id>
<id>
default-
jar
</id>
<goals>
<goal>
jar
</goal>
<goal>
test-jar
</goal>
</goals>
<configuration>
<useDefaultManifestFile>
true
</useDefaultManifestFile>
</configuration>
</execution>
<execution>
<id>
runtime-jar
</id>
<goals>
<goal>
jar
</goal>
</goals>
<configuration>
<finalName>
${project.artifactId}
</finalName>
<classifier>
runtime
</classifier>
<excludes>
<exclude>
**/*
</exclude>
</excludes>
<archive>
<manifest>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
<addClasspath>
true
</addClasspath>
<classpathLayoutType>
custom
</classpathLayoutType>
<customClasspathLayout>
../${artifact.artifactId}/${artifact.artifactId}-runtime.${artifact.extension}
</customClasspathLayout>
<customClasspathLayout>
../${artifact.artifactId}/${artifact.artifactId}-runtime.${artifact.extension}
</customClasspathLayout>
</manifest>
<manifestEntries>
<Class-Path>
${project.artifactId}.jar
lib/com.bitctrl-${project.com.bitctrl.version}.jar
</Class-Path>
<Class-Path>
${project.artifactId}.jar
${nonBsvrzClasspath}
</Class-Path>
</manifestEntries>
</archive>
<excludes>
<exclude>
**
</exclude>
</excludes>
<classifier>
runtime
</classifier>
</configuration>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.
2.1
</version>
<version>
2.
4
</version>
<executions>
<execution>
<id>
source
</id>
<goals>
<goal>
jar
</goal>
<goal>
test-jar
</goal>
...
...
@@ -180,83 +262,258 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.
9.1
</version>
<version>
2.
10.3
</version>
<executions>
<execution>
<id>
doc-api
</id>
<id>
api-javadoc
</id>
<goals>
<goal>
jar
</goal>
<goal>
test-jar
</goal>
</goals>
<configuration>
<show>
protected
</show>
<finalName>
${project.artifactId}-${project.version}-doc-api
</finalName>
</configuration>
</execution>
<execution>
<id>
d
oc-design
</id>
<id>
d
esign-javadoc
</id>
<goals>
<goal>
jar
</goal>
<goal>
test-jar
</goal>
</goals>
<configuration>
<classifier>
design-javadoc
</classifier>
<testClassifier>
test-design-javadoc
</testClassifier>
<show>
private
</show>
<finalName>
${project.artifactId}-${project.version}-doc-design
</finalName>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<version>
2.8
</version>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.4
</version>
<configuration>
<locales>
de
</locales>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.6
</version>
<dependencies>
<dependency>
<groupId>
com.github.datenverteiler
</groupId>
<artifactId>
datenverteiler-assembly
</artifactId>
<version>
1.0.0
</version>
</dependency>
</dependencies>
<configuration>
<finalName>
SWE_${project.artifactId}_${distributionspaket.status}_V${project.version}_D${distributionspaket.standDatum}
</finalName>
<descriptors>
<descriptor>
src/assembly/distributionspaket.xml
</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<version>
2.10
</version>
<executions>
<execution>
<id>
copy-dependencies
</id>
<goals>
<goal>
copy-dependencies
</goal>
</goals>
<phase>
prepare-package
</phase>
<configuration>
<excludeGroupIds>
de.bsvrz.dav,
de.bsvrz.kex,
de.bsvrz.ars,
de.bsvrz.dua,
de.bsvrz.iav,
de.bsvrz.ibv,
de.bsvrz.ste,
de.bsvrz.puk,
de.bsvrz.pua,
de.bsvrz.sys,
de.bsvrz.vew,
de.bsvrz.pat,
com.bitctrl,
junit,
commons-codec,
org.hamcrest
</excludeGroupIds>
</configuration>
</execution>
<execution>
<id>
build-non-bsvrz-classpath
</id>
<goals>
<goal>
build-classpath
</goal>
</goals>
<configuration>
<outputDirectory>
${project.build.directory}/dependencies
</outputDirectory>
<outputProperty>
nonBsvrzClasspath
</outputProperty>
<prefix>
lib
</prefix>
<includeScope>
runtime
</includeScope>
<excludeGroupIds>
de.bsvrz.dav,
de.bsvrz.kex,
de.bsvrz.ars,
de.bsvrz.dua,
de.bsvrz.iav,
de.bsvrz.ibv,
de.bsvrz.ste,
de.bsvrz.puk,
de.bsvrz.pua,
de.bsvrz.sys,
de.bsvrz.vew,
de.bsvrz.pat,
com.bitctrl,
junit,
commons-codec,
org.hamcrest
</excludeGroupIds>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.4
</version>
<artifactId>
maven-checkstyle-plugin
</artifactId>
<version>
2.17
</version>
<configuration>
<configLocation>
src/main/config/checkstyle.xml
</configLocation>
<headerFile>
src/main/config/java.header
</headerFile>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
</configuration>
<executions>
<execution>
<id>
swe
</id>
<goals>
<goal>
single
</goal>
<goal>
check
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<version>
3.0.3
</version>
<configuration>
<excludeFilterFile>
src/main/config/findbugs-exclude.xml
</excludeFilterFile>
<threshold>
High
</threshold>
<includeTests>
true
</includeTests>
</configuration>
<executions>
<execution>
<goals>
<goal>
check
</goal>
</goals>
<phase>
verify
</phase>
<configuration>
<finalName>
SWE_${project.artifactId}_${project.status}_V${project.version}_D${project.standDatum}
</finalName>
<appendAssemblyId>
false
</appendAssemblyId>
<descriptors>
<descriptor>
src/main/assembly/swe.xml
</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>
bitctrl.nexus.snapshots
</id>
<name>
BitCtrl Nexus Snapshots Repository
</name>
<url>
http://bitctrlbuildserver:8081/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
<repository>
<id>
bitctrl.nexus
</id>
<name>
BitCtrl Nexus Releases Repository
</name>
<url>
http://bitctrlbuildserver:8081/nexus/content/repositories/releases/
</url>
</repository>
</distributionManagement>
</project>
\ No newline at end of file
<reporting>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<version>
2.8.1
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-report-plugin
</artifactId>
<version>
2.19.1
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-changes-plugin
</artifactId>
<version>
2.11
</version>
<reportSets>
<reportSet>
<reports>
<report>
changes-report
</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.10.3
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-checkstyle-plugin
</artifactId>
<version>
2.17
</version>
<configuration>
<configLocation>
src/main/config/checkstyle.xml
</configLocation>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>
checkstyle
</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<version>
3.0.3
</version>
<configuration>
<includeTests>
true
</includeTests>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
jdepend-maven-plugin
</artifactId>
<version>
2.0
</version>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
taglist-maven-plugin
</artifactId>
<version>
2.4
</version>
<configuration>
<tagListOptions>
<tagClasses>
<tagClass>
<displayName>
Ungelöste Probleme
</displayName>
<tags>
<tag>
<matchString>
FIXME
</matchString>
<matchType>
ignoreCase
</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>
Offene Punkte
</displayName>
<tags>
<tag>
<matchString>
TODO
</matchString>
<matchType>
ignoreCase
</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>
Markierungen
</displayName>
<tags>
<tag>
<matchString>
XXX
</matchString>
<matchType>
ignoreCase
</matchType>
</tag>
</tags>
</tagClass>
</tagClasses>
</tagListOptions>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
src/assembly/distributionspaket.xml
0 → 100644
View file @
0a111c6d
<?xml version="1.0" encoding="UTF-8"?>