Merge pull request #194 from bagage/user-poi

Add IDEA configuration
This commit is contained in:
abrensch 2019-09-28 21:10:58 +02:00 committed by GitHub
commit 613798850a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

4
.gitignore vendored
View file

@ -5,5 +5,7 @@ target/
.classpath .classpath
.project .project
*.class *.class
.idea/
*.iml *.iml
.idea/*
!/.idea/runConfigurations

View file

@ -0,0 +1,17 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="RouteServer" type="Application" factoryName="Application" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="btools.server.RouteServer" />
<module name="brouter-server" />
<option name="PROGRAM_PARAMETERS" value="segments4 brouter/misc/profiles2 profiles_user 17777 1" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/.." />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="btools.server.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>