Revision: 1261
Author: heuermh
Date: Mon Feb 17 01:39:27 2014 UTC
Log: Issue 255 ; fix assembly mainClass configuration
http://code.google.com/p/piccolo2d/source/detail?r=1261
Modified:
/piccolo2d.java/trunk/examples/pom.xml
/piccolo2d.java/trunk/swt-examples/pom.xml
=======================================
--- /piccolo2d.java/trunk/examples/pom.xml Tue Dec 3 22:35:37 2013 UTC
+++ /piccolo2d.java/trunk/examples/pom.xml Mon Feb 17 01:39:27 2014 UTC
@@ -71,7 +71,7 @@
<configuration>
<archive>
<manifest>
-
<mainClass>edu.umd.cs.piccolo.examples.ExampleRunner</mainClass>
+ <mainClass>org.piccolo2d.examples.ExampleRunner</mainClass>
</manifest>
</archive>
<descriptorRefs>
=======================================
--- /piccolo2d.java/trunk/swt-examples/pom.xml Tue Dec 3 22:35:37 2013 UTC
+++ /piccolo2d.java/trunk/swt-examples/pom.xml Mon Feb 17 01:39:27 2014 UTC
@@ -72,7 +72,7 @@
<configuration>
<archive>
<manifest>
-
<mainClass>edu.umd.cs.piccolox.swt.examples.SWTBasicExample</mainClass>
+
<mainClass>org.piccolo2d.extras.swt.examples.SWTBasicExample</mainClass>
</manifest>
</archive>
<descriptorRefs>
--
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
---
You received this message because you are subscribed to the Google Groups "Piccolo2D Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.