diff options
author | lj1412 <lji@research.att.com> | 2017-02-14 15:11:01 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-14 15:11:03 +0000 |
commit | 0186ef27491b5adcbda1490c4a890a8cdea15443 (patch) | |
tree | 10f2f7c7c712084522276c5e17eb6b6f2928d242 /.project | |
parent | 3bbdd5a4b772ff094666d8680fdf7b7576c91b52 (diff) |
Init dcae.collectors.ves
Change-Id: Ic112f107512ac263431613cfc60f848b854fa84b
Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to '.project')
-rw-r--r-- | .project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..45857c9 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>OpenVESCollector</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> |