diff --git a/core/pom.xml b/core/pom.xml index b96c6b1..61598bb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,7 +19,7 @@ - scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core + scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core diff --git a/core/src/main/java/edu/umd/cs/piccolo/PCamera.java b/core/src/main/java/edu/umd/cs/piccolo/PCamera.java index 3b9a875..da8415e 100644 --- a/core/src/main/java/edu/umd/cs/piccolo/PCamera.java +++ b/core/src/main/java/edu/umd/cs/piccolo/PCamera.java @@ -160,7 +160,7 @@ } /** - * @deprected since a more specific repaintFromLayer method is available + * @deprecated since a more specific repaintFromLayer method is available * * Repaint from one of the cameras layers. The repaint region needs to be * transformed from view to local in this case. Unlike most repaint methods diff --git a/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java b/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java index 65d9235..d569da2 100644 --- a/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java +++ b/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java @@ -106,7 +106,6 @@ /** * Returns the minAutoPan speed in pixels per second. * - * @param minAutopanSpeed * @return minAutopanSpeed in pixels */ public double getMinAutoPanSpeed() { @@ -116,7 +115,6 @@ /** * Returns the maxAutoPan speed in pixels per second. * - * @param maxAutopanSpeed * @return maxAutopanSpeed in pixels */ public double getMaxAutoPanSpeed() { diff --git a/examples/pom.xml b/examples/pom.xml index 5a74487..bf1c8f8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -31,7 +31,7 @@ - scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/examples + scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/examples scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/examples diff --git a/examples/src/main/java/overview.html b/examples/src/main/java/overview.html index e69de29..7d63504 100644 --- a/examples/src/main/java/overview.html +++ b/examples/src/main/java/overview.html @@ -0,0 +1,3 @@ +Examples overview. +TODO: write a bit of an intro + \ No newline at end of file diff --git a/extras/pom.xml b/extras/pom.xml index b6ea9ab..1602109 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -26,7 +26,7 @@ - scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/extras + scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/extras scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/extras diff --git a/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java b/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java index 247ec7e..3bf8e8f 100644 --- a/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java +++ b/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java @@ -85,8 +85,6 @@ static class ChildWrapper extends JComponent { /** * Create a new JComponent wrapper for the specified PSwingCanvas. - * - * @param canvas PSwingCanvas to wrap */ public ChildWrapper() { setSize(new Dimension(0, 0)); diff --git a/parent/pom.xml b/parent/pom.xml index 6acd649..58ddd4e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,18 +1,19 @@ - + 4.0.0 org.piccolo2d piccolo2d-parent 1.3-SNAPSHOT pom - Piccolo2D + Piccolo2D Parent Pom A revolutionary way to create robust, full-featured graphical applications in Java and C#, with striking visual effects such as zooming, animation and multiple representations. + + UTF-8 http://www.piccolo2d.org/java ${httpbase}/site @@ -237,12 +229,12 @@ maven-surefire-report-plugin - + + maven-jxr-plugin @@ -277,8 +269,13 @@ org.codehaus.mojo findbugs-maven-plugin - 1.1.1 + 2.1 + + true + true + true + target/site + + maven.site + ${piccolo2d.file.site.base} + + diff --git a/pom.xml b/pom.xml index f3888e1..fe7f772 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ + parent core extras swt diff --git a/src/site/site.xml b/src/site/site.xml index 7606053..8a1a435 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -7,14 +7,14 @@ Piccol2D http://piccolo2d.googlecode.com/svn/site/images/Piccolo2D-Logo.png - ../piccolo2d/index.html + ../piccolo2d-complete/index.html - +