Revision: 584
Author: allain.lalonde
Date: Mon Jul 27 11:23:33 2009
Log: issue#108 fixed.
http://code.google.com/p/piccolo2d/source/detail?r=584

Modified:
  /piccolo2d.java/trunk
  /piccolo2d.java/trunk/core/pom.xml
  /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
   
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java
  /piccolo2d.java/trunk/examples/pom.xml
  /piccolo2d.java/trunk/examples/src/main/java/overview.html
  /piccolo2d.java/trunk/extras/pom.xml
   
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java
  /piccolo2d.java/trunk/parent
  /piccolo2d.java/trunk/parent/pom.xml
  /piccolo2d.java/trunk/pom.xml
  /piccolo2d.java/trunk/src/site/site.xml
  /piccolo2d.java/trunk/swt
  /piccolo2d.java/trunk/swt/pom.xml
  /piccolo2d.java/trunk/swt/src/main/java/overview.html

=======================================
--- /piccolo2d.java/trunk/core/pom.xml  Thu Aug 14 07:45:34 2008
+++ /piccolo2d.java/trunk/core/pom.xml  Mon Jul 27 11:23:33 2009
@@ -19,7 +19,7 @@
        </description>
    <scm>
        <connection>
-               
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core
+               
scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core
        </connection>
        <developerConnection>
                
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core
=======================================
---  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java        
 
Tue Jul 21 07:46:08 2009
+++  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java        
 
Mon Jul 27 11:23:33 2009
@@ -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
=======================================
---  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java
  
Wed Jul 15 12:31:15 2009
+++  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java
  
Mon Jul 27 11:23:33 2009
@@ -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() {
=======================================
--- /piccolo2d.java/trunk/examples/pom.xml      Wed Nov  5 01:03:14 2008
+++ /piccolo2d.java/trunk/examples/pom.xml      Mon Jul 27 11:23:33 2009
@@ -31,7 +31,7 @@
    </dependencies>
    <scm>
        <connection>
-                
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/examples
+               
scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/examples
        </connection>
        <developerConnection>
                 
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/examples
=======================================
--- /piccolo2d.java/trunk/examples/src/main/java/overview.html  Sun Jul 27  
04:51:16 2008
+++ /piccolo2d.java/trunk/examples/src/main/java/overview.html  Mon Jul 27  
11:23:33 2009
@@ -0,0 +1,3 @@
+<body>Examples overview.
+TODO: write a bit of an intro
+</body>
=======================================
--- /piccolo2d.java/trunk/extras/pom.xml        Wed Nov  5 01:03:39 2008
+++ /piccolo2d.java/trunk/extras/pom.xml        Mon Jul 27 11:23:33 2009
@@ -26,7 +26,7 @@
    </dependencies>
    <scm>
        <connection>
-               
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/extras
+               
scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/extras
        </connection>
        <developerConnection>
                
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/extras
=======================================
---  
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java
  
Fri Jul 17 22:20:39 2009
+++  
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java
  
Mon Jul 27 11:23:33 2009
@@ -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));
=======================================
--- /piccolo2d.java/trunk/parent/pom.xml        Sun Jul 26 11:04:24 2009
+++ /piccolo2d.java/trunk/parent/pom.xml        Mon Jul 27 11:23:33 2009
@@ -1,18 +1,19 @@
  <?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0";  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0  
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0";  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";  
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0  
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.piccolo2d</groupId>
        <artifactId>piccolo2d-parent</artifactId>
        <version>1.3-SNAPSHOT</version>
        <packaging>pom</packaging>
-       <name>Piccolo2D</name>
+       <name>Piccolo2D Parent Pom</name>
        <description>
                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.
        </description>
        <properties>
+               <!--  
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding 
 
-->
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <httpbase>http://www.piccolo2d.org/java</httpbase>
                <httpsitebase>${httpbase}/site</httpsitebase>
                <!--
@@ -38,6 +39,10 @@
                <url>http://code.google.com/p/piccolo2d/issues/list</url>
        </issueManagement>
        <inceptionYear>1995</inceptionYear>
+       <ciManagement>
+               <system>hudson</system>
+               <url>http://allain.homelinux.org:2121/</url>
+       </ciManagement>
        <mailingLists>
                <mailingList>
                        <name>Piccolo2D Announce</name>
@@ -177,19 +182,6 @@
                                        
<connectionType>developerConnection</connectionType>
                                </configuration>
                        </plugin>
-                       <!--
-                               plugin> <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>cobertura-maven-plugin</artifactId> 
<configuration>
-                               <formats> <format>xml</format> 
<format>html</format> </formats>
-                               <instrumentation> <ignores>
-                               <ignore>edu.umd.cs.piccolo.examples.*</ignore>
-                               
<ignore>edu.umd.cs.piccolo.examples.pswing.*</ignore>
-                               
<ignore>edu.umd.cs.piccolo.examples.swt.*</ignore>
-                               <ignore>edu.umd.cs.piccolo.tutorial.*</ignore> 
</ignores> <excludes>
-                               
<exclude>edu/umd/cs/piccolo/examples/**</exclude> </excludes>
-                               </instrumentation> </configuration> 
<executions> <execution> <goals>
-                               <goal>clean</goal> </goals> </execution> 
</executions> </plugin
-                       -->
                </plugins>
        </build>
        <dependencies>
@@ -237,12 +229,12 @@
                        <plugin>
                                
<artifactId>maven-surefire-report-plugin</artifactId>
                        </plugin>
-                       <!-- plugin>
+                       <plugin>
                                <artifactId>maven-changelog-plugin</artifactId>
-                               <configuration>
+                               <!-- configuration>
                                        
<connectionType>connection</connectionType>
-                               </configuration>
-                       </plugin-->
+                               </configuration -->
+                       </plugin>
                        <plugin>
                                <artifactId>maven-jxr-plugin</artifactId>
                        </plugin>
@@ -277,8 +269,13 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>findbugs-maven-plugin</artifactId>
-                               <version>1.1.1</version>
+                               <version>2.1</version>
                                <configuration>
+                                       <!-- 
http://wiki.hudson-ci.org/display/HUDSON/FindBugs+Plugin -->
+                                       
<findbugsXmlOutput>true</findbugsXmlOutput>
+                                       
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+                                       <xmlOutput>true</xmlOutput>
+                                       
<xmlOutputDirectory>target/site</xmlOutputDirectory>
                                        <!--
                                                
<xmlOutput>true|false</xmlOutput> <xmlOutputDirectory>directory
                                                location of xml findbugs 
report</xmlOutputDirectory>
@@ -317,4 +314,25 @@
                        </plugin>
                </plugins>
        </reporting>
+       <distributionManagement>
+               <!-- use a ~/.m2/settings.xml like this:
+<settings>
+       <profiles>
+               <profile>
+                       <id>piccolo2d</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <properties>
+                                
<piccolo2d.file.site.base>file:///var/www/piccolo2d/</piccolo2d.file.site.base>
+                       </properties>
+               </profile>
+       </profiles>
+</settings>
+-->
+               <site>
+                       <id>maven.site</id>
+                       <url>${piccolo2d.file.site.base}</url>
+               </site>
+       </distributionManagement>
  </project>
=======================================
--- /piccolo2d.java/trunk/pom.xml       Wed Nov  5 01:03:14 2008
+++ /piccolo2d.java/trunk/pom.xml       Mon Jul 27 11:23:33 2009
@@ -28,6 +28,7 @@
        <build />
        <reporting />
        <modules>
+               <module>parent</module>
                <module>core</module>
                <module>extras</module>
                <module>swt</module>
=======================================
--- /piccolo2d.java/trunk/src/site/site.xml     Wed Jul 30 18:43:14 2008
+++ /piccolo2d.java/trunk/src/site/site.xml     Mon Jul 27 11:23:33 2009
@@ -7,14 +7,14 @@
    <bannerLeft>
      <name>Piccol2D</name>
       
<src>http://piccolo2d.googlecode.com/svn/site/images/Piccolo2D-Logo.png</src>
-    <href>../piccolo2d/index.html</href>
+    <href>../piccolo2d-complete/index.html</href>
    </bannerLeft>
    <!-- bannerRight / -->
    <body>
      <menu name="Piccolo2D">
        <!-- %2e because http://jira.codehaus.org/browse/MSITE-159 -->
        <item name="Google Code Home"  
href="http://code.google.com/p/piccolo2d/"/>
-      <item name="Maven Site Home" href="../piccolo2d/index.html"/>
+      <item name="Maven Site Home"  
href="../piccolo2d-complete/index.html"/>
      </menu>
        <!--
       ${modules} or <menu ref="modules" /> doesn't work:
@@ -23,6 +23,7 @@
      <menu name="Modules">
        <item name="Core" href="../piccolo2d-core/index.html"/>
        <item name="Extras" href="../piccolo2d-extras/index.html"/>
+      <item name="SWT" href="../piccolo2d-swt/index.html"/>
        <item name="Examples" href="../piccolo2d-examples/index.html"/>
      </menu>
      <menu ref="reports" />
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml   Wed Nov  5 01:03:39 2008
+++ /piccolo2d.java/trunk/swt/pom.xml   Mon Jul 27 11:23:33 2009
@@ -34,7 +34,7 @@
    </dependencies>
    <scm>
        <connection>
-               
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt
+               
scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt
        </connection>
        <developerConnection>
                
scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt
=======================================
--- /piccolo2d.java/trunk/swt/src/main/java/overview.html       Wed Nov  5  
01:03:14 2008
+++ /piccolo2d.java/trunk/swt/src/main/java/overview.html       Mon Jul 27  
11:23:33 2009
@@ -0,0 +1,1 @@
+<body>Hello, world!</body>

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to