diff options
author | BT2983 <BT2983@att.com> | 2018-07-22 14:08:34 -0600 |
---|---|---|
committer | BT2983 <BT2983@att.com> | 2018-07-22 14:08:34 -0600 |
commit | 2ea106c80d7c301413f281a96cc2f5736f9b747e (patch) | |
tree | e212ea291592ead9603a34ec74d25ba68787c087 /ms/neng/.project | |
parent | ca04c820333a98b21e10dd46672746bcd95eba9e (diff) |
Adding part-1 of naming micro-service code.
Adding pom, main files and policy related classes.
Change-Id: I9ccbd03784cb2d85b3f1be353417f596384bd554
Issue-ID: CCSDK-342
Signed-off-by: BT2983 <BT2983@att.com>
Diffstat (limited to 'ms/neng/.project')
-rw-r--r-- | ms/neng/.project | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ms/neng/.project b/ms/neng/.project new file mode 100644 index 00000000..e3af4837 --- /dev/null +++ b/ms/neng/.project @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>networkelementnamegen</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.wst.common.project.facet.core.builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</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> + <buildCommand> + <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.springframework.ide.eclipse.core.springnature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + <nature>org.eclipse.wst.common.project.facet.core.nature</nature> + <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> + </natures> +</projectDescription> |