diff options
Diffstat (limited to 'reference/logging-library')
-rw-r--r-- | reference/logging-library/.classpath | 27 | ||||
-rw-r--r-- | reference/logging-library/.gitignore | 2 | ||||
-rw-r--r-- | reference/logging-library/.project | 53 | ||||
-rw-r--r-- | reference/logging-library/pom.xml | 2 |
4 files changed, 1 insertions, 83 deletions
diff --git a/reference/logging-library/.classpath b/reference/logging-library/.classpath deleted file mode 100644 index 7a80cdf..0000000 --- a/reference/logging-library/.classpath +++ /dev/null @@ -1,27 +0,0 @@ -<?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 exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - <attribute name="org.eclipse.jst.component.nondependency" value=""/> - </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="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> diff --git a/reference/logging-library/.gitignore b/reference/logging-library/.gitignore deleted file mode 100644 index 99d2bb1..0000000 --- a/reference/logging-library/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/target/ -/build/ diff --git a/reference/logging-library/.project b/reference/logging-library/.project deleted file mode 100644 index 5ffa62b..0000000 --- a/reference/logging-library/.project +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>logging-library</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.wst.common.project.facet.core.builder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.wst.validation.validationbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.springframework.ide.eclipse.core.springbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.m2e.core.maven2Builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> - <nature>org.springframework.ide.eclipse.core.springnature</nature> - <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> - <nature>org.eclipse.m2e.core.maven2Nature</nature> - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 6356412..bfe5716 100644 --- a/reference/logging-library/pom.xml +++ b/reference/logging-library/pom.xml @@ -11,7 +11,7 @@ <artifactId>logging-library</artifactId> <packaging>jar</packaging> - <name>logging-library</name> + <name>logging-analytics :: ${project.artifactId}</name> <properties> <spring.version>5.1.2.RELEASE</spring.version> |