Skip to content
Snippets Groups Projects
Commit ba59dd0d authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Fixed #41

parent 75c2575e
No related branches found
No related tags found
No related merge requests found
# ${HOME} will be replaced by user home directory according to platform
default_userdir="${HOME}/.${APPNAME}/dev"
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
# options used by the launcher by default, can be overridden by explicit
# command line switches
default_options="--branding fidentisanalyst -J-Xms24m -J-Xmx1G"
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
#jdkhome="/path/to/jdk"
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
<brandingToken>${brandingToken}</brandingToken> <brandingToken>${brandingToken}</brandingToken>
<cluster>${brandingToken}</cluster> <cluster>${brandingToken}</cluster>
<useOSGiDependencies>true</useOSGiDependencies> <useOSGiDependencies>true</useOSGiDependencies>
<etcConfFile>src/main/resources/app.conf</etcConfFile>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment