Add IDEA configuration
This commit is contained in:
parent
365d52db22
commit
3d061726a7
2 changed files with 20 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,5 +5,7 @@ target/
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
*.class
|
*.class
|
||||||
.idea/
|
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
.idea/*
|
||||||
|
!/.idea/runConfigurations
|
||||||
|
|
17
.idea/runConfigurations/RouteServer.xml
Normal file
17
.idea/runConfigurations/RouteServer.xml
Normal 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>
|
Loading…
Reference in a new issue