Revision: 1253
Author: [email protected]
Date: Tue Dec 3 22:46:02 2013 UTC
Log: Edited wiki page Readme through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=1253
Modified:
/wiki/Readme.wiki
=======================================
--- /wiki/Readme.wiki Sat Apr 16 21:51:42 2011 UTC
+++ /wiki/Readme.wiki Tue Dec 3 22:46:02 2013 UTC
@@ -15,11 +15,11 @@
===REQUIREMENTS===
To run Piccolo2D.Java applications you need to have a Java Runtime
-Environment (JRE) or Java Development Kit (JDK) version 1.4 or newer.
+Environment (JRE) or Java Development Kit (JDK) version 1.6 or newer.
To build Piccolo2D.Java you need to have a Java Runtime Environment
-(JRE) or Java Development Kit (JDK) version 1.5 or newer, and Apache
-Maven version 2.0.10 or newer.
+(JRE) or Java Development Kit (JDK) version 1.6 or newer, and Apache
+Maven version 3.0.5 or newer.
Java Runtime Environment (JRE)<br/>
http://java.sun.com/javase/downloads/index.jsp#jre
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.piccolo2d</groupId>
<artifactId>piccolo2d-core</artifactId>
- <version>1.3.1</version>
+ <version>3.0</version>
</dependency>
}}}
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.piccolo2d</groupId>
<artifactId>piccolo2d-extras</artifactId>
- <version>1.3.1</version>
+ <version>3.0</version>
</dependency>
}}}
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.piccolo2d</groupId>
<artifactId>piccolo2d-swt</artifactId>
- <version>1.3.1</version>
+ <version>3.0</version>
</dependency>
}}}
@@ -95,7 +95,7 @@
{{{
$ cd examples
$ mvn assembly:assembly
-$ java -jar target/piccolo2d-examples-1.3.1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-examples-3.0-jar-with-dependencies.jar
}}}
To build and run the Piccolo2D SWT examples runnable jar
@@ -103,5 +103,5 @@
{{{
$ cd swt-examples
$ mvn assembly:assembly
-$ java -jar target/piccolo2d-swt-examples-1.3.1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-swt-examples-3.0-jar-with-dependencies.jar
}}}
--
--
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.