aboutsummaryrefslogtreecommitdiffstats
path: root/devtest
Commit message (Expand)AuthorAgeFilesLines
* Little changes to facilitate the export of gquery to javascript. Add snapshot...Manolo Carrasco2011-09-051-1/+1
* prepare 1.1.0.rc1 to be deployed to central maven repoManolo Carrasco2011-08-281-1/+1
* prepare version 1.1.0Manolo Carrasco2011-08-284-243/+9011
* set poms version to 1.0.1-SNAPSHOTManolo Carrasco2011-07-141-1/+1
* adding snapshot key to M3Manolo Carrasco2011-05-051-1/+1
* preparing M3 againManolo Carrasco2011-05-051-1/+1
* prepare M3 for releasing with maven release pluginManolo Carrasco2011-05-051-1/+1
* preparing M3, and adding classifiers for 2.2.0 and 2.3.0Manolo Carrasco2011-05-051-1/+1
* Prepare to release 1.0.0Manolo Carrasco2011-05-031-1/+1
* prepare M2Manolo Carrasco2011-05-021-1/+1
* Preparing repo to release 1.0.0 after 1.0.0-M1 was successManolo Carrasco2011-05-021-1/+1
* prepare for releasing M1Manolo Carrasco2011-05-021-1/+1
* adding the webapp folder to devtest moduleManolo Carrasco2011-05-022-0/+17
* Adding the feature of handing animations in node attributes (useful for svg)....Manolo Carrasco2011-04-252-2/+46
* more testsManolo Carrasco2011-04-231-1/+24
* move jquery tests from samples to devtestManolo Carrasco2011-04-194-4293/+7200
* pom changes in devtest module. Missing assertions and latest testsManolo Carrasco2011-04-124-7/+56
* update lazy widgets apiManolo Carrasco2011-04-053-5/+55
* changes in dev test moduleManolo Carrasco2011-03-032-476/+94
* adding gwt-maven version to pomManolo Carrasco2011-03-021-0/+1
* Standarizing Copyright headers in all source filesManolo Carrasco2011-01-222-2/+2
* - Added QueryMin module thought to produce small javascript code although it ...Manolo Carrasco2011-01-171-1/+1
* updating to gwt 2.1.0 and fixing compilation (patch by julien.dramaix) and te...Manolo Carrasco2010-11-241-1/+220
* first attemp to save the number of permutations. Optimized Sizzle selector fo...Manolo Carrasco2010-10-251-1/+67
* do not compile devtestManolo Carrasco2010-08-261-9/+1
* rolled back some changes committed by errorManolo Carrasco2010-07-313-103/+4282
* added an archetype to create a gquery application from scratchManolo Carrasco2010-07-312-84/+93
* update demosManolo Carrasco2010-07-191-7/+112
* some changes to dev testsManolo Carrasco2010-06-213-258/+71
* Many changes almost related with effects and the re-factor of plugins:Manolo Carrasco2010-06-113-55/+2369
* added more assertions to the devtest moduleManolo Carrasco2010-05-133-3/+50
* Added a module to speed up testing in development modeManolo Carrasco2010-05-126-0/+233
ng.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<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.vaadin</groupId>
    <artifactId>${module.name}</artifactId>
    <version>${vaadin.maven.version}</version>
    <name>Vaadin</name>
    <organization>
        <name>Vaadin Ltd</name>
        <url>http://vaadin.com</url>
    </organization>
    <url>http://vaadin.com</url>
    <description>
        Vaadin is a web application framework for Rich Internet Applications (RIA).

        Vaadin enables easy development and maintenance of fast and
        secure rich web
        applications with a stunning look and feel and a wide browser support.
        It features a server-side architecture with the majority of the logic
        running
        on the server. Ajax technology is used at the browser-side to ensure a
        rich
        and interactive user experience.
    </description>
    <licenses>
        <license>
            <name>Apache License Version 2.0</name>
            <distribution>repo</distribution>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:https:https://github.com/vaadin/vaadin.git</connection>
        <developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection>
        <url>https://github.com/vaadin/vaadin</url>
    </scm>
    <developers>
        <developer>
            <id>artur</id>
            <name>Artur Signell</name>
            <email>artur.signell@vaadin.com</email>
            <url>http://vaadin.com/web/artur</url>
            <organization>Vaadin Ltd</organization>
            <organizationUrl>http://vaadin.com/</organizationUrl>
            <roles>
                <role>architect</role>
                <role>developer</role>
                <role>team manager</role>
            </roles>
            <timezone>2</timezone>
        </developer>
        <developer>
            <id>magi</id>
            <name>Marko Gronroos</name>
            <email>magi@vaadin.com</email>
            <url>http://vaadin.com/web/magi</url>
            <organization>Vaadin Ltd</organization>
            <organizationUrl>http://vaadin.com/</organizationUrl>
            <roles>
                <role>build manager</role>
            </roles>
            <timezone>2</timezone>
        </developer>
    </developers>
    <distributionManagement>
        <repository>
            <id>vaadin-releases</id>
            <name>Vaadin release repository</name>
            <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
        </repository>
        <snapshotRepository>
            <id>vaadin-snapshots</id>
            <name>Vaadin snapshot repository</name>
            <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
        </snapshotRepository>
    </distributionManagement>
    <repositories>
        <repository>
            <id>vaadin-snapshots</id>
            <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>vaadin-releases</id>
            <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
    </repositories>
</project>