diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2018-01-21 19:50:22 -0500 |
---|---|---|
committer | Michael O'Brien <frank.obrien@amdocs.com> | 2018-01-21 19:50:50 -0500 |
commit | fdd8de8305343fd63347fcd7757577aab52a483a (patch) | |
tree | fdcce7813bf8e4370e1c33879ce4d13fcf8d8756 /reference/logging-mock-service/.project | |
parent | 84c036b3bc6d8313b86317d752b92c417bd89d7f (diff) |
add eclipse proj/cp for ide debug
Issue-ID: LOG-153
Change-Id: I8f7d2075c30eb32f67155b892175af94972f87be
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'reference/logging-mock-service/.project')
-rw-r--r-- | reference/logging-mock-service/.project | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/reference/logging-mock-service/.project b/reference/logging-mock-service/.project new file mode 100644 index 0000000..8e8b873 --- /dev/null +++ b/reference/logging-mock-service/.project @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>logging-mock-service</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> |