diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-04-30 21:43:29 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-04-30 21:43:29 +0000 |
commit | 96375a486ad02ebe30af85a7dddc48b7f3e7349d (patch) | |
tree | 2fe65f44995720fc8b477b3845fd2c985e6f6d29 /pom.xml | |
parent | 94e9626e350487ade2617ebf0706897d77df1b17 (diff) | |
download | gwtquery-96375a486ad02ebe30af85a7dddc48b7f3e7349d.tar.gz gwtquery-96375a486ad02ebe30af85a7dddc48b7f3e7349d.zip |
Refactored to com.google.gwt.query
Fixup javadocs
Add tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 315 |
1 files changed, 159 insertions, 156 deletions
@@ -1,173 +1,176 @@ -<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>gwtquery</groupId> - <artifactId>gwtquery-project</artifactId> - <packaging>pom</packaging> - <version>1.0-SNAPSHOT</version> - <name>GwtQuery Project</name> - <url>http://gwtquery.com</url> - <description>GwtQuery is a jQuery clone written in GWT.</description> - <issueManagement> - <system>Google Code</system> - <url>http://code.google.com/p/gwtquery/issues/list</url> - </issueManagement> +<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>com.google.gwt</groupId> + <artifactId>gwtquery-project</artifactId> + <packaging>pom</packaging> + <version>1.0-SNAPSHOT</version> + <name>Gwt Query Project</name> + <url>http://gwtquery.com</url> + <description>GwtQuery is a jQuery clone written in GWT.</description> + <issueManagement> + <system>Google Code</system> + <url>http://code.google.com/p/gwtquery/issues/list</url> + </issueManagement> - <developers> - <developer> - <id>ray</id> - <name>Ray Cromwell</name> - <email>ray@timefire.com</email> - <roles> - <role>Project Manager</role> - <role>Architect</role> - </roles> - <organization>Timepedia.org</organization> - <timezone>-8</timezone> - </developer> - </developers> + <developers> + <developer> + <id>ray</id> + <name>Ray Cromwell</name> + <email>ray@timefire.com</email> + <roles> + <role>Project Manager</role> + <role>Architect</role> + </roles> + <organization>Timefire.com</organization> + <timezone>-8</timezone> + </developer> + </developers> - <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> - </scm> + <scm> + <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk + </connection> + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk + </developerConnection> + <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> + </scm> - <modules> - <module>gwtquery-core</module> - <module>samples</module> - </modules> + <modules> + <module>gwtquery-core</module> + <module>samples</module> + </modules> - <distributionManagement> - <repository> - <uniqueVersion>false</uniqueVersion> + <distributionManagement> + <repository> + <uniqueVersion>false</uniqueVersion> <id>timepedia-deploy</id> <url>svn:https://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url> - </repository> - </distributionManagement> + </repository> + </distributionManagement> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase> - https://gwtquery.googlecode.com/svn/tags - </tagBase> - <preparationGoals>clean install</preparationGoals> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - </plugins> - <extensions> - <extension> - <groupId>org.jvnet.wagon-svn</groupId> - <artifactId>wagon-svn</artifactId> - <version>1.8</version> - </extension> - </extensions> - </build> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - </configuration> - </plugin> - </plugins> - </reporting> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase> + https://gwtquery.googlecode.com/svn/tags + </tagBase> + <preparationGoals>clean install</preparationGoals> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + </plugins> + <extensions> + <extension> + <groupId>org.jvnet.wagon-svn</groupId> + <artifactId>wagon-svn</artifactId> + <version>1.8</version> + </extension> + </extensions> + </build> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changelog-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <configuration> + <aggregate>true</aggregate> + </configuration> + </plugin> + </plugins> + </reporting> - <pluginRepositories> - <pluginRepository> - <id>gwt-maven</id> - <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url> - </pluginRepository> - </pluginRepositories> + <pluginRepositories> + <pluginRepository> + <id>gwt-maven</id> + <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url> + </pluginRepository> + </pluginRepositories> - <repositories> - <repository> - <id>gwt-maven</id> - <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url> - </repository> - <repository> - <id>timepedia</id> - <url>http://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url> - </repository> - <repository> - <id>maven2-repository.dev.java.net</id> - <name>Java.net Repository for Maven</name> - <url>http://download.java.net/maven/2/</url> - </repository> - </repositories> + <repositories> + <repository> + <id>gwt-maven</id> + <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url> + </repository> + <repository> + <id>timepedia</id> + <url>http://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url> + </repository> + <repository> + <id>maven2-repository.dev.java.net</id> + <name>Java.net Repository for Maven</name> + <url>http://download.java.net/maven/2/</url> + </repository> + </repositories> - <profiles> - <profile> - <id>default</id> - <activation> - <jdk>1</jdk> - </activation> + <profiles> + <profile> + <id>default</id> + <activation> + <jdk>1</jdk> + </activation> - <properties> - <gwtversion>1.6.4</gwtversion> - <!-- <maven.test.skip>true</maven.test.skip> --> - </properties> - </profile> + <properties> + <gwtversion>1.6.4</gwtversion> + </properties> + </profile> - <profile> - <id>linux</id> - <activation> - <os> - <name>linux</name> - </os> - </activation> - <properties> - <gwtplatform>linux</gwtplatform> - </properties> - </profile> + <profile> + <id>linux</id> + <activation> + <os> + <name>linux</name> + </os> + </activation> + <properties> + <gwtplatform>linux</gwtplatform> + </properties> + </profile> - <profile> - <id>windows</id> - <activation> - <os> - <family>windows</family> - </os> - </activation> - <properties> - <gwtplatform>windows</gwtplatform> - </properties> - </profile> + <profile> + <id>windows</id> + <activation> + <os> + <family>windows</family> + </os> + </activation> + <properties> + <gwtplatform>windows</gwtplatform> + </properties> + </profile> - <profile> - <id>macosx</id> - <activation> - <os> - <name>mac os x</name> - </os> - </activation> - <properties> - <gwtplatform>mac</gwtplatform> - <!-- <google.webtoolkit.extrajvmargs>-XstartOnFirstThread</google.webtoolkit.extrajvmargs> --> - <google.webtoolkit.extrajvmargs>-Xmx512m -XstartOnFirstThread</google.webtoolkit.extrajvmargs> - </properties> - </profile> + <profile> + <id>macosx</id> + <activation> + <os> + <name>mac os x</name> + </os> + </activation> + <properties> + <gwtplatform>mac</gwtplatform> + <google.webtoolkit.extrajvmargs>-Xmx512m -XstartOnFirstThread + </google.webtoolkit.extrajvmargs> + </properties> + </profile> - </profiles> + </profiles> </project> |