Remove .project file from vscode-boot-properties

It doesn't belong there anymore. This is now just a typesctript/node project, not something you open in Eclipse.
This commit is contained in:
Kris De Volder
2017-04-07 13:39:11 -07:00
parent fa32a4b9f9
commit 9f4b9a16b9

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>vscode-application-properties</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>