diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-13 12:20:05 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-02-13 20:42:11 +0000 |
commit | dd1e8806f6486cfa2a0e488a6329db5ece3fb8e6 (patch) | |
tree | 8a4fa1b29b7f22086aa02a488e73fbe30ba01b43 /reference/logging-demo | |
parent | 14b43762d64cdda2e90a59807f2b61ce499be4a4 (diff) |
Refactoring POM's and .gitignore
Removing IDE generated files
Issue-ID: LOG-1200
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie9182553ae5ea3ee1c852049678c92860a7eedb0
Diffstat (limited to 'reference/logging-demo')
-rw-r--r-- | reference/logging-demo/.classpath | 32 | ||||
-rw-r--r-- | reference/logging-demo/.gitignore | 3 | ||||
-rw-r--r-- | reference/logging-demo/.project | 44 | ||||
-rw-r--r-- | reference/logging-demo/pom.xml | 2 |
4 files changed, 1 insertions, 80 deletions
diff --git a/reference/logging-demo/.classpath b/reference/logging-demo/.classpath deleted file mode 100644 index 407b61f..0000000 --- a/reference/logging-demo/.classpath +++ /dev/null @@ -1,32 +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 excluding="**" kind="src" output="target/classes" path="src/main/resources"> - <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 exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> - </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="output" path="target/classes"/> -</classpath> diff --git a/reference/logging-demo/.gitignore b/reference/logging-demo/.gitignore deleted file mode 100644 index eeca7fe..0000000 --- a/reference/logging-demo/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/target/ -/build/ -/bin/ diff --git a/reference/logging-demo/.project b/reference/logging-demo/.project deleted file mode 100644 index ee4ad0b..0000000 --- a/reference/logging-demo/.project +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>logging-demo</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.eclipse.m2e.core.maven2Builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.springframework.ide.eclipse.core.springnature</nature> - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</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> - <nature>org.eclipse.wst.jsdt.core.jsNature</nature> - </natures> -</projectDescription> diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml index e86e27f..6e25e09 100644 --- a/reference/logging-demo/pom.xml +++ b/reference/logging-demo/pom.xml @@ -11,7 +11,7 @@ <artifactId>logging-demo</artifactId> <packaging>war</packaging> - <name>logging-demo</name> + <name>logging-analytics :: ${project.artifactId}</name> <properties> <jackson-2-version>2.8.6</jackson-2-version> |