mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Project file tweaks
This commit is contained in:
parent
ea8fd08ffc
commit
bc03fb03ab
3 changed files with 3 additions and 2 deletions
2
.idea/runConfigurations/Run Main.xml
generated
2
.idea/runConfigurations/Run Main.xml
generated
|
@ -1,6 +1,6 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="Run Main" type="Application" factoryName="Application" nameIsGenerated="true">
|
<configuration default="false" name="Run Main" type="Application" factoryName="Application" nameIsGenerated="true">
|
||||||
<option name="MAIN_CLASS_NAME" value="com.uwyn.urlencoder.UrlEncoderMain" />
|
<option name="MAIN_CLASS_NAME" value="com.uwyn.urlencoder.UrlEncoder" />
|
||||||
<module name="app" />
|
<module name="app" />
|
||||||
<method v="2">
|
<method v="2">
|
||||||
<option name="Make" enabled="true" />
|
<option name="Make" enabled="true" />
|
||||||
|
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -5,7 +5,7 @@
|
||||||
"type": "java",
|
"type": "java",
|
||||||
"name": "Run Main",
|
"name": "Run Main",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mainClass": "com.uwyn.urlencoder.UrlEncoderMain"
|
"mainClass": "com.uwyn.urlencoder.UrlEncoder"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "java",
|
"type": "java",
|
||||||
|
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -8,6 +8,7 @@
|
||||||
"java.configuration.updateBuildConfiguration": "automatic",
|
"java.configuration.updateBuildConfiguration": "automatic",
|
||||||
"java.project.referencedLibraries": [
|
"java.project.referencedLibraries": [
|
||||||
"${HOME}/.rife2/dist/rife2-1.5.17.jar",
|
"${HOME}/.rife2/dist/rife2-1.5.17.jar",
|
||||||
|
"lib/bld/*.jar",
|
||||||
"lib/compile/*.jar",
|
"lib/compile/*.jar",
|
||||||
"lib/runtime/*.jar",
|
"lib/runtime/*.jar",
|
||||||
"lib/test/*.jar"
|
"lib/test/*.jar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue