Revision: 840 Author: allain.lalonde Date: Wed Oct 28 07:58:59 2009 Log: Rolling back removal of parent module. Seems that it's needed for correct generation of correct reports navigation system. Marcus has wisely suggested that the poms for central should be hand crafted, rather than trying to shoe horn the current, working, poms into their format. http://code.google.com/p/piccolo2d/source/detail?r=840
Added: /piccolo2d.java/trunk/parent /piccolo2d.java/trunk/parent/.settings /piccolo2d.java/trunk/parent/.settings/org.eclipse.jdt.core.prefs /piccolo2d.java/trunk/parent/.settings/org.maven.ide.eclipse.prefs /piccolo2d.java/trunk/parent/pom.xml Modified: /piccolo2d.java/trunk/core/pom.xml /piccolo2d.java/trunk/examples/pom.xml /piccolo2d.java/trunk/extras/pom.xml /piccolo2d.java/trunk/pom.xml /piccolo2d.java/trunk/swt/pom.xml /piccolo2d.java/trunk/swt-examples/pom.xml ======================================= --- /dev/null +++ /piccolo2d.java/trunk/parent/.settings/org.eclipse.jdt.core.prefs Wed Oct 28 07:58:59 2009 @@ -0,0 +1,5 @@ +#Wed Oct 28 10:17:01 EDT 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4 +org.eclipse.jdt.core.compiler.compliance=1.4 +org.eclipse.jdt.core.compiler.source=1.4 ======================================= --- /dev/null +++ /piccolo2d.java/trunk/parent/.settings/org.maven.ide.eclipse.prefs Wed Oct 28 07:58:59 2009 @@ -0,0 +1,9 @@ +#Wed Oct 28 10:16:59 EDT 2009 +activeProfiles= +eclipse.preferences.version=1 +fullBuildGoals=process-test-resources +includeModules=false +resolveWorkspaceProjects=true +resourceFilterGoals=process-resources resources\:testResources +skipCompilerPlugin=true +version=1 ======================================= --- /dev/null +++ /piccolo2d.java/trunk/parent/pom.xml Wed Oct 28 07:58:59 2009 @@ -0,0 +1,228 @@ +<?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"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.piccolo2d</groupId> + <artifactId>piccolo2d-parent</artifactId> + <version>1.3-SNAPSHOT</version> + <packaging>pom</packaging> + <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> + <!-- + ftpbase>ftp://jcurl.org</ftpbase> + <ftpsitebase>${ftpbase}/site</ftpsitebase + --> + <scpbase> + <!-- + @TODO Will, is there ssh access to the website? Required for + artifact upload. + --> + </scpbase> + <scpsitebase> + <!-- + @TODO Will, is there ssh access to the website? Required for maven + site upload. + --> + </scpsitebase> + </properties> + <url>${httpsitebase}/${pom.artifactId}/${pom.version}</url> + <issueManagement> + <system>Google Code</system> + <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> + <subscribe> + http://groups.google.com/group/piccolo2d-announce/subscribe + </subscribe> + <post>[email protected]</post> + <archive> + http://groups.google.com/group/piccolo2d-announce + </archive> + </mailingList> + <mailingList> + <name>Piccolo2D Users</name> + <subscribe> + http://groups.google.com/group/piccolo2d-users/subscribe + </subscribe> + <post>[email protected]</post> + <archive> + http://groups.google.com/group/piccolo2d-users + </archive> + </mailingList> + <mailingList> + <name>Piccolo2D Dev</name> + <subscribe> + http://groups.google.com/group/piccolo2d-dev/subscribe + </subscribe> + <post>[email protected]</post> + <archive> + http://groups.google.com/group/piccolo2d-dev + </archive> + </mailingList> + </mailingLists> + <licenses> + <license> + <name>BSD PUBLIC LICENSE</name> + <url>http://opensource.org/licenses/bsd-license.php</url> + <distribution>manual</distribution> + </license> + </licenses> + <scm> + <connection> + scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk + </connection> + <developerConnection> + scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk + </developerConnection> + <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk</url> + </scm> + <organization> + <name>Piccolo2D</name> + <url>http://code.google.com/p/piccolo2d/</url> + </organization> + <developers> + <developer> + <id>allain.lalonde</id> + <name>Allain Lalonde</name> + <roles> + <role>developer</role> + </roles> + <email>[email protected]</email> + <url>http://www.machete.ca</url> + <timezone>-5</timezone> + </developer> + <developer> + <id>bederson</id> + <name>bederson</name> + <roles> + <role>developer</role> + </roles> + <timezone>-9</timezone> + </developer> + <developer> + <id>heuermh</id> + <name>Michael L Heuer</name> + <roles> + <role>developer</role> + </roles> + <timezone>-6</timezone> + </developer> + <developer> + <id>jesse</id> + <name>jesse</name> + <roles> + <role>developer</role> + </roles> + <timezone>-9</timezone> + </developer> + <developer> + <id>[email protected]</id> + <name>[email protected]</name> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>[email protected]</id> + <name>[email protected]</name> + <roles> + <role>developer</role> + </roles> + <timezone>-8</timezone> + </developer> + <developer> + <id>[email protected]</id> + <name>[email protected]</name> + <roles> + <role>developer</role> + </roles> + <timezone>-8</timezone> + </developer> + </developers> + <contributors> + <contributor> + <name>Alexander Kurtakov</name> + <email>[email protected]</email> + <url>http://akurtakov.blogspot.com</url> + <organization>Red Hat Inc.</organization> + <organizationUrl>http://redhat.com</organizationUrl> + <roles> + <role>developer</role> + </roles> + <timezone>+2</timezone> + </contributor> + </contributors> + <build> + <!-- + extensions> <extension> <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ftp</artifactId> </extension> </extensions + --> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <verbose>true</verbose> + <fork>true</fork> + <encoding>ascii</encoding> + <optimize>false</optimize> + <debug>false</debug> + <compilerVersion>1.4</compilerVersion> + <showDeprecation>false</showDeprecation> + <showWarnings>true</showWarnings> + <source>1.4</source> + <target>1.4</target> + </configuration> + </plugin> + <plugin> + <artifactId>maven-scm-plugin</artifactId> + <configuration> + <connectionType>developerConnection</connectionType> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + <scope>test</scope> + </dependency> + </dependencies> + <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/core/pom.xml Tue Oct 27 12:11:44 2009 +++ /piccolo2d.java/trunk/core/pom.xml Wed Oct 28 07:58:59 2009 @@ -3,228 +3,24 @@ 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> + <parent> + <artifactId>piccolo2d-parent</artifactId> + <groupId>org.piccolo2d</groupId> + <version>1.3-SNAPSHOT</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> <artifactId>piccolo2d-core</artifactId> - <groupId>org.piccolo2d</groupId> - <version>1.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>Piccolo2D Core</name> <url>http://code.google.com/p/piccolo2d/</url> <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> - <!-- - ftpbase>ftp://jcurl.org</ftpbase> - <ftpsitebase>${ftpbase}/site</ftpsitebase - --> - <scpbase> - <!-- - @TODO Will, is there ssh access to the website? Required for - artifact upload. - --> - </scpbase> - <scpsitebase> - <!-- - @TODO Will, is there ssh access to the website? Required for maven - site upload. - --> - </scpsitebase> - </properties> - <issueManagement> - <system>Google Code</system> - <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> - <subscribe> - http://groups.google.com/group/piccolo2d-announce/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-announce - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Users</name> - <subscribe> - http://groups.google.com/group/piccolo2d-users/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-users - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Dev</name> - <subscribe> - http://groups.google.com/group/piccolo2d-dev/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-dev - </archive> - </mailingList> - </mailingLists> - <licenses> - <license> - <name>BSD PUBLIC LICENSE</name> - <url>http://opensource.org/licenses/bsd-license.php</url> - <distribution>manual</distribution> - </license> - </licenses> + </description> <scm> - <connection> - scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core - </connection> - <developerConnection> - scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core - </developerConnection> + <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core</connection> + <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core</developerConnection> <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/core</url> </scm> - <organization> - <name>Piccolo2D</name> - <url>http://code.google.com/p/piccolo2d/</url> - </organization> - <developers> - <developer> - <id>allain.lalonde</id> - <name>Allain Lalonde</name> - <roles> - <role>developer</role> - </roles> - <email>[email protected]</email> - <url>http://www.machete.ca</url> - <timezone>-5</timezone> - </developer> - <developer> - <id>bederson</id> - <name>bederson</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>heuermh</id> - <name>Michael L Heuer</name> - <roles> - <role>developer</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>jesse</id> - <name>jesse</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - </developers> - <contributors> - <contributor> - <name>Alexander Kurtakov</name> - <email>[email protected]</email> - <url>http://akurtakov.blogspot.com</url> - <organization>Red Hat Inc.</organization> - <organizationUrl>http://redhat.com</organizationUrl> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </contributor> - </contributors> - <build> - <!-- - extensions> <extension> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ftp</artifactId> </extension> </extensions - --> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <verbose>true</verbose> - <fork>true</fork> - <encoding>ascii</encoding> - <optimize>false</optimize> - <debug>false</debug> - <compilerVersion>1.4</compilerVersion> - <showDeprecation>false</showDeprecation> - <showWarnings>true</showWarnings> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> - <plugin> - <artifactId>maven-scm-plugin</artifactId> - <configuration> - <connectionType>developerConnection</connectionType> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - </dependencies> - <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> <reporting> <plugins> <plugin> ======================================= --- /piccolo2d.java/trunk/examples/pom.xml Mon Oct 19 21:36:14 2009 +++ /piccolo2d.java/trunk/examples/pom.xml Wed Oct 28 07:58:59 2009 @@ -31,24 +31,4 @@ </developerConnection> <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/examples</url> </scm> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <archive> - <manifest> - <mainClass>edu.umd.cs.piccolo.examples.ExampleRunner</mainClass> - </manifest> - </archive> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> ======================================= --- /piccolo2d.java/trunk/extras/pom.xml Mon Oct 26 14:01:39 2009 +++ /piccolo2d.java/trunk/extras/pom.xml Wed Oct 28 07:58:59 2009 @@ -2,225 +2,27 @@ <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> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>piccolo2d-parent</artifactId> + <groupId>org.piccolo2d</groupId> + <version>1.3-SNAPSHOT</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> <artifactId>piccolo2d-extras</artifactId> - <groupId>org.piccolo2d</groupId> - <version>1.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>Piccolo2D Extras</name> <url>http://code.google.com/p/piccolo2d/</url> <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> - <!-- - ftpbase>ftp://jcurl.org</ftpbase> - <ftpsitebase>${ftpbase}/site</ftpsitebase - --> - <scpbase> - <!-- - @TODO Will, is there ssh access to the website? Required for - artifact upload. - --> - </scpbase> - <scpsitebase> - <!-- - @TODO Will, is there ssh access to the website? Required for maven - site upload. - --> - </scpsitebase> - </properties> - <issueManagement> - <system>Google Code</system> - <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> - <subscribe> - http://groups.google.com/group/piccolo2d-announce/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-announce - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Users</name> - <subscribe> - http://groups.google.com/group/piccolo2d-users/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-users - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Dev</name> - <subscribe> - http://groups.google.com/group/piccolo2d-dev/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-dev - </archive> - </mailingList> - </mailingLists> - <licenses> - <license> - <name>BSD PUBLIC LICENSE</name> - <url>http://opensource.org/licenses/bsd-license.php</url> - <distribution>manual</distribution> - </license> - </licenses> - <organization> - <name>Piccolo2D</name> - <url>http://code.google.com/p/piccolo2d/</url> - </organization> - <developers> - <developer> - <id>allain.lalonde</id> - <name>Allain Lalonde</name> - <roles> - <role>developer</role> - </roles> - <email>[email protected]</email> - <url>http://www.machete.ca</url> - <timezone>-5</timezone> - </developer> - <developer> - <id>bederson</id> - <name>bederson</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>heuermh</id> - <name>Michael L Heuer</name> - <roles> - <role>developer</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>jesse</id> - <name>jesse</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - </developers> - <contributors> - <contributor> - <name>Alexander Kurtakov</name> - <email>[email protected]</email> - <url>http://akurtakov.blogspot.com</url> - <organization>Red Hat Inc.</organization> - <organizationUrl>http://redhat.com</organizationUrl> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </contributor> - </contributors> - <build> - <!-- - extensions> <extension> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ftp</artifactId> </extension> </extensions - --> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <verbose>true</verbose> - <fork>true</fork> - <encoding>ascii</encoding> - <optimize>false</optimize> - <debug>false</debug> - <compilerVersion>1.4</compilerVersion> - <showDeprecation>false</showDeprecation> - <showWarnings>true</showWarnings> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> - <plugin> - <artifactId>maven-scm-plugin</artifactId> - <configuration> - <connectionType>developerConnection</connectionType> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> <dependencies> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.piccolo2d</groupId> <artifactId>piccolo2d-core</artifactId> <version>${project.version}</version> </dependency> - </dependencies> - <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> + </dependencies> <scm> <connection> scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/extras ======================================= --- /piccolo2d.java/trunk/pom.xml Wed Oct 28 06:27:52 2009 +++ /piccolo2d.java/trunk/pom.xml Wed Oct 28 07:58:59 2009 @@ -2,221 +2,18 @@ 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> - + <parent> + <artifactId>piccolo2d-parent</artifactId> + <groupId>org.piccolo2d</groupId> + <version>1.3-SNAPSHOT</version> + <relativePath>./parent/pom.xml</relativePath> + </parent> <artifactId>piccolo2d-complete</artifactId> - <groupId>org.piccolo2d</groupId> - <version>1.3-SNAPSHOT</version> - <packaging>pom</packaging> <name>Piccolo2D</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> - <!-- - ftpbase>ftp://jcurl.org</ftpbase> - <ftpsitebase>${ftpbase}/site</ftpsitebase - --> - <scpbase> - <!-- - @TODO Will, is there ssh access to the website? Required for - artifact upload. - --> - </scpbase> - <scpsitebase> - <!-- - @TODO Will, is there ssh access to the website? Required for maven - site upload. - --> - </scpsitebase> - </properties> - <url>${httpsitebase}/${pom.artifactId}/${pom.version}</url> - <issueManagement> - <system>Google Code</system> - <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> - <subscribe> - http://groups.google.com/group/piccolo2d-announce/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-announce - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Users</name> - <subscribe> - http://groups.google.com/group/piccolo2d-users/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-users - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Dev</name> - <subscribe> - http://groups.google.com/group/piccolo2d-dev/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-dev - </archive> - </mailingList> - </mailingLists> - <licenses> - <license> - <name>BSD PUBLIC LICENSE</name> - <url>http://opensource.org/licenses/bsd-license.php</url> - <distribution>manual</distribution> - </license> - </licenses> - <organization> - <name>Piccolo2D</name> - <url>http://code.google.com/p/piccolo2d/</url> - </organization> - <developers> - <developer> - <id>allain.lalonde</id> - <name>Allain Lalonde</name> - <roles> - <role>developer</role> - </roles> - <email>[email protected]</email> - <url>http://www.machete.ca</url> - <timezone>-5</timezone> - </developer> - <developer> - <id>bederson</id> - <name>bederson</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>heuermh</id> - <name>Michael L Heuer</name> - <roles> - <role>developer</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>jesse</id> - <name>jesse</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - </developers> - <contributors> - <contributor> - <name>Alexander Kurtakov</name> - <email>[email protected]</email> - <url>http://akurtakov.blogspot.com</url> - <organization>Red Hat Inc.</organization> - <organizationUrl>http://redhat.com</organizationUrl> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </contributor> - </contributors> - <build> - <!-- - extensions> <extension> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ftp</artifactId> </extension> </extensions - --> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <verbose>true</verbose> - <fork>true</fork> - <encoding>ascii</encoding> - <optimize>false</optimize> - <debug>false</debug> - <compilerVersion>1.4</compilerVersion> - <showDeprecation>false</showDeprecation> - <showWarnings>true</showWarnings> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> - <plugin> - <artifactId>maven-scm-plugin</artifactId> - <configuration> - <connectionType>developerConnection</connectionType> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - </dependencies> - <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> <scm> <connection> scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk @@ -226,8 +23,10 @@ </developerConnection> <url>http://code.google.com/p/piccolo2d/source/browse</url> </scm> + <build /> <reporting /> <modules> + <module>parent</module> <module>core</module> <module>extras</module> <module>swt</module> ======================================= --- /piccolo2d.java/trunk/swt/pom.xml Mon Oct 26 14:12:59 2009 +++ /piccolo2d.java/trunk/swt/pom.xml Wed Oct 28 07:58:59 2009 @@ -3,11 +3,13 @@ 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> - + <parent> + <artifactId>piccolo2d-parent</artifactId> + <groupId>org.piccolo2d</groupId> + <version>1.3-SNAPSHOT</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> <artifactId>piccolo2d-swt</artifactId> - <groupId>org.piccolo2d</groupId> - <version>1.3-SNAPSHOT</version> - <packaging>bundle</packaging> <name>Piccolo2D SWT</name> <url>http://code.google.com/p/piccolo2d/</url> @@ -28,91 +30,8 @@ </repository> </repositories> --> -<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> - <!-- - ftpbase>ftp://jcurl.org</ftpbase> - <ftpsitebase>${ftpbase}/site</ftpsitebase - --> - <scpbase> - <!-- - @TODO Will, is there ssh access to the website? Required for - artifact upload. - --> - </scpbase> - <scpsitebase> - <!-- - @TODO Will, is there ssh access to the website? Required for maven - site upload. - --> - </scpsitebase> - </properties> - <issueManagement> - <system>Google Code</system> - <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> - <subscribe> - http://groups.google.com/group/piccolo2d-announce/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-announce - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Users</name> - <subscribe> - http://groups.google.com/group/piccolo2d-users/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-users - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Dev</name> - <subscribe> - http://groups.google.com/group/piccolo2d-dev/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-dev - </archive> - </mailingList> - </mailingLists> - <licenses> - <license> - <name>BSD PUBLIC LICENSE</name> - <url>http://opensource.org/licenses/bsd-license.php</url> - <distribution>manual</distribution> - </license> - </licenses> <dependencies> <dependency> - <groupId>org.piccolo2d</groupId> - <artifactId>piccolo2d-extras</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.piccolo2d</groupId> <artifactId>piccolo2d-extras</artifactId> <version>${project.version}</version> @@ -134,144 +53,6 @@ </developerConnection> <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/swt</url> </scm> - <organization> - <name>Piccolo2D</name> - <url>http://code.google.com/p/piccolo2d/</url> - </organization> - <developers> - <developer> - <id>allain.lalonde</id> - <name>Allain Lalonde</name> - <roles> - <role>developer</role> - </roles> - <email>[email protected]</email> - <url>http://www.machete.ca</url> - <timezone>-5</timezone> - </developer> - <developer> - <id>bederson</id> - <name>bederson</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>heuermh</id> - <name>Michael L Heuer</name> - <roles> - <role>developer</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>jesse</id> - <name>jesse</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - </developers> - <contributors> - <contributor> - <name>Alexander Kurtakov</name> - <email>[email protected]</email> - <url>http://akurtakov.blogspot.com</url> - <organization>Red Hat Inc.</organization> - <organizationUrl>http://redhat.com</organizationUrl> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </contributor> - </contributors> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <verbose>true</verbose> - <fork>true</fork> - <encoding>ascii</encoding> - <optimize>false</optimize> - <debug>false</debug> - <compilerVersion>1.4</compilerVersion> - <showDeprecation>false</showDeprecation> - <showWarnings>true</showWarnings> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> - <plugin> - <artifactId>maven-scm-plugin</artifactId> - <configuration> - <connectionType>developerConnection</connectionType> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <archive> - <manifest> - <mainClass>edu.umd.cs.piccolo.examples.ExampleRunner</mainClass> - </manifest> - </archive> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - <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> <reporting> <plugins> <!-- don't use UmlGraph as the current settings (see ../parent/pom.xml) cause pain with swt --> @@ -346,7 +127,7 @@ <findbugsXmlWithMessages>true</findbugsXmlWithMessages> <xmlOutput>true</xmlOutput> <xmlOutputDirectory>target/site</xmlOutputDirectory> - <includeTests>false</includeTests> + <includeTests>false</includeTests> </configuration> </plugin> <plugin> @@ -449,6 +230,7 @@ </profile> <!-- + todo: the following mac profile does not work on PPC ======================================= --- /piccolo2d.java/trunk/swt-examples/pom.xml Mon Oct 26 14:24:46 2009 +++ /piccolo2d.java/trunk/swt-examples/pom.xml Wed Oct 28 07:58:59 2009 @@ -3,180 +3,26 @@ 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> - + <parent> + <artifactId>piccolo2d-parent</artifactId> + <groupId>org.piccolo2d</groupId> + <version>1.3-SNAPSHOT</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> <artifactId>piccolo2d-swt-examples</artifactId> - <groupId>org.piccolo2d</groupId> - <version>1.3-SNAPSHOT</version> - <packaging>bundle</packaging> <name>Piccolo2D SWT Examples</name> - <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> - <!-- - ftpbase>ftp://jcurl.org</ftpbase> - <ftpsitebase>${ftpbase}/site</ftpsitebase - --> - <scpbase> - <!-- - @TODO Will, is there ssh access to the website? Required for - artifact upload. - --> - </scpbase> - <scpsitebase> - <!-- - @TODO Will, is there ssh access to the website? Required for maven - site upload. - --> - </scpsitebase> - </properties> - <url>${httpsitebase}/${pom.artifactId}/${pom.version}</url> - <issueManagement> - <system>Google Code</system> - <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> - <subscribe> - http://groups.google.com/group/piccolo2d-announce/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-announce - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Users</name> - <subscribe> - http://groups.google.com/group/piccolo2d-users/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-users - </archive> - </mailingList> - <mailingList> - <name>Piccolo2D Dev</name> - <subscribe> - http://groups.google.com/group/piccolo2d-dev/subscribe - </subscribe> - <post>[email protected]</post> - <archive> - http://groups.google.com/group/piccolo2d-dev - </archive> - </mailingList> - </mailingLists> - <licenses> - <license> - <name>BSD PUBLIC LICENSE</name> - <url>http://opensource.org/licenses/bsd-license.php</url> - <distribution>manual</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt-examples</connection> <developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt-examples</developerConnection> <url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/swt-examples</url> </scm> - <organization> - <name>Piccolo2D</name> - <url>http://code.google.com/p/piccolo2d/</url> - </organization> - <developers> - <developer> - <id>allain.lalonde</id> - <name>Allain Lalonde</name> - <roles> - <role>developer</role> - </roles> - <email>[email protected]</email> - <url>http://www.machete.ca</url> - <timezone>-5</timezone> - </developer> - <developer> - <id>bederson</id> - <name>bederson</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>heuermh</id> - <name>Michael L Heuer</name> - <roles> - <role>developer</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>jesse</id> - <name>jesse</name> - <roles> - <role>developer</role> - </roles> - <timezone>-9</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - <developer> - <id>[email protected]</id> - <name>[email protected]</name> - <roles> - <role>developer</role> - </roles> - <timezone>-8</timezone> - </developer> - </developers> - <contributors> - <contributor> - <name>Alexander Kurtakov</name> - <email>[email protected]</email> - <url>http://akurtakov.blogspot.com</url> - <organization>Red Hat Inc.</organization> - <organizationUrl>http://redhat.com</organizationUrl> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </contributor> - </contributors> <dependencies> <dependency> <groupId>org.piccolo2d</groupId> <artifactId>piccolo2d-swt</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> </dependencies> <build> <pluginManagement> @@ -197,46 +43,5 @@ </plugin> </plugins> </pluginManagement> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <verbose>true</verbose> - <fork>true</fork> - <encoding>ascii</encoding> - <optimize>false</optimize> - <debug>false</debug> - <compilerVersion>1.4</compilerVersion> - <showDeprecation>false</showDeprecation> - <showWarnings>true</showWarnings> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> - <plugin> - <artifactId>maven-scm-plugin</artifactId> - <configuration> - <connectionType>developerConnection</connectionType> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> </build> - <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 Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
