Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Commit

Permalink
v 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed Jul 4, 2013
1 parent d2444d9 commit 8aec058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>PixelController</artifactId>
<name>PixelController</name>
<packaging>jar</packaging>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
<description>PixelController Driver</description>
<prerequisites>
<maven>2.2.1</maven>
Expand Down
2 changes: 1 addition & 1 deletion src/build/appstart.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AppStart options

# specify JVM options here. Default: none
app.vm.options=-Xmx256m -Djava.util.logging.config.file=./data/logging.properties -Djava.library.path=./lib -Dcom.sun.management.jmxremote.port=1337 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote -Djava.security.policy=./data/client.policy -XX:ErrorFile=./data/hs_err_pid%p.log -splash:./data/setup/splash.jpg
app.vm.options=-Xmx512m -Djava.util.logging.config.file=./data/logging.properties -Djava.library.path=./lib -Dcom.sun.management.jmxremote.port=1337 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote -Djava.security.policy=./data/client.policy -XX:ErrorFile=./data/hs_err_pid%p.log -splash:./data/setup/splash.jpg
# specify a dir where dependent jar files are found. Default: lib
#app.libs.dir=libs
# specify additional class path resources. Default: none
Expand Down

0 comments on commit 8aec058

Please sign in to comment.