aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedding/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedding/build.xml')
-rw-r--r--examples/embedding/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml
index 8356445c1..0ad70d03c 100644
--- a/examples/embedding/build.xml
+++ b/examples/embedding/build.xml
@@ -146,8 +146,10 @@
<path refid="project.class.path"/>
<pathelement location="${build.dest}"/>
</classpath>
+ <jvmarg value="-Xmx1024m"/>
</java>
</target>
+ <target name="run" depends="example1,example2,example3,example4,example5,example5,example7,example8" description="Runs examples"/>
<!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->