-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#187: updates run configuration for IconCreatorApp
- Loading branch information
1 parent
4dd5abc
commit facfa8a
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="IconCreatorApp" type="Application" factoryName="Application"> | ||
<option name="MAIN_CLASS_NAME" value="app.logorrr.docs.IconCreatorApp" /> | ||
<module name="docs" /> | ||
<option name="VM_PARAMETERS" value="-Djava.library.path=$PROJECT_DIR$/native/native-osx/target --module-path $PROJECT_DIR$/env/target/javafx-sdk-21.0.1/lib --add-modules javafx.controls,javafx.fxml --add-exports javafx.base/com.sun.javafx.binding=ALL-UNNAMED -Djava.util.logging.config.file=$PROJECT_DIR$/../nxs-arm/develop-logging.properties -Duser.language=en" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="app.logorrr.docs.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |