update project synchronization settings.

This commit is contained in:
Admin
2015-09-14 09:10:21 -05:00
parent 416b4d3fda
commit fc2d587e1a
2 changed files with 25 additions and 0 deletions

2
.gitignore vendored
View File

@@ -10,3 +10,5 @@ data
.idea .idea
/target/ /target/
/.settings/ /.settings/
/start.bat
/.classpath

23
.project Normal file
View File

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