Removed .project from the .gitignore files and checked in the com.raytheon.uf.edex.ndm/.project file

This commit is contained in:
Tiffany Meyer 2021-12-14 11:06:30 -05:00
parent 752a38add5
commit 801a65c5a6
2 changed files with 28 additions and 1 deletions

1
.gitignore vendored
View file

@ -14,7 +14,6 @@ build/logs/
*.o
*.orig
keepLocal
.project
.pydevproject
build/clean.sh
cave/diff.txt

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.raytheon.uf.edex.ndm</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>