#189 Updated Naked Objects example with the code generated by the latest Apache Isis snapshot

This commit is contained in:
Ilkka Seppala
2015-08-06 20:17:26 +03:00
parent 8e5b7a2ad7
commit 185f296a5b
8 changed files with 127 additions and 150 deletions

View File

@ -236,8 +236,7 @@
<tasks>
<exec executable="java" failonerror="true">
<arg value="-jar" />
<arg
value="${project.build.directory}/${project.build.finalName}-jetty-console.jar" />
<arg value="${project.build.directory}/${project.build.finalName}-jetty-console.jar" />
</exec>
</tasks>
</configuration>
@ -303,10 +302,8 @@
<arg value="-Dtarget.dir=${target.dir}" />
<arg value="-Drebel.plugins=${isis_jrebel_plugin.jar}" />
<arg
value="-Disis-jrebel-plugin.packagePrefix=${isis-jrebel-plugin.packagePrefix}" />
<arg
value="-Disis-jrebel-plugin.loggingLevel=${isis-jrebel-plugin.loggingLevel}" />
<arg value="-Disis-jrebel-plugin.packagePrefix=${isis-jrebel-plugin.packagePrefix}" />
<arg value="-Disis-jrebel-plugin.loggingLevel=${isis-jrebel-plugin.loggingLevel}" />
<arg value="-XX:MaxPermSize=128m" />
<arg value="-classpath" />
<arg value="${runtime_classpath}" />