aboutsummaryrefslogtreecommitdiffstats
path: root/samples/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Sample was still using 1.4.3christiangoudreau2015-03-081-1/+1
|
* Increase snapshot versions. Include archetype module so as we deploy it at ↵Manolo Carrasco2014-06-121-1/+1
| | | | the same time than gquery.
* Make samples be able to mvn gwt:run using CLIwangdx2014-05-221-0/+1
|
* Changing versio so as we can release 1.4.1Manuel Carrasco Moñino2014-03-101-1/+1
|
* Updating version to new snapshotManolo Carrasco2013-12-181-1/+1
|
* Changing version for a new releaseManuel Carrasco Moñino2013-12-101-1/+1
|
* set the new snapshot versionManuel Carrasco Moñino2013-03-151-1/+1
|
* Changing version so as we can release gquery 1.3.2Manuel Carrasco Moñino2013-03-151-1/+1
|
* Setting version to next snapshot iterationManuel Carrasco Moñino2013-02-071-1/+1
|
* Setting pom version to last stable one so as we can tag itManuel Carrasco Moñino2013-02-071-1/+1
|
* Set snapshot versionManolo Carrasco2012-09-101-1/+1
|
* update pom versionsManolo Carrasco2012-03-201-1/+4
|
* Little changes to facilitate the export of gquery to javascript. Add ↵Manolo Carrasco2011-09-051-1/+1
| | | | snapshot suffix to version number
* prepare 1.1.0.rc1 to be deployed to central maven repoManolo Carrasco2011-08-281-1/+1
|
* prepare version 1.1.0Manolo Carrasco2011-08-281-1/+1
|
* 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
|
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-05-031-1/+1
|
* [maven-release-plugin] prepare release gwtquery-project-1.0.0Manolo Carrasco2011-05-031-1/+1
|
* typeManolo Carrasco2011-05-031-1/+1
|
* add classifier profiles to samplesManolo Carrasco2011-05-031-7/+5
|
* remove classifier in samplesManolo Carrasco2011-05-031-1/+1
|
* Prepare to release 1.0.0Manolo Carrasco2011-05-031-1/+1
|
* prepare M2Manolo Carrasco2011-05-021-4/+5
|
* 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
|
* Samples: change gquery version, and update pom and index with all available ↵Manolo Carrasco2011-05-021-2/+3
| | | | modules
* more testsManolo Carrasco2011-04-231-1/+3
|
* adding cache benchmark in the examples indexManolo Carrasco2011-04-121-24/+0
|
* Refactoring JsCollection benchmarkingManolo Carrasco2011-04-101-0/+3
|
* Re-factoring: moving classes from client package to specific packages. ↵Manolo Carrasco2011-03-021-1/+1
| | | | Improving javadocs
* gwt-2.2.0 artifacts are now in central reposManolo Carrasco2011-03-021-0/+1
|
* In order to compile with gwt-2.2.0, gwt-dev must be defined as a dependencyManolo Carrasco2011-02-141-2/+8
|
* Removing commentsManolo Carrasco2011-01-231-11/+0
|
* Changing deprecated gwt-api usageManolo Carrasco2011-01-231-1/+3
|
* putting new examples in the index.html and in the pom.xml filesManolo Carrasco2011-01-191-0/+2
|
* - Added QueryMin module thought to produce small javascript code although it ↵Manolo Carrasco2011-01-171-9/+39
| | | | | | | | | | increases number of permutations. - Removed plugins module since it is a new project. - Added some missing methods in GQuery: first, last, map. - Updated gwt version to 2.1.1 - Adding lazy interface to Widgets plugin.
* deleted stars example which was moved to gwtquery-plugins, and little ↵Manolo Carrasco2010-10-251-1/+0
| | | | changes to samples module
* Re-factor of the Benchmark Example Module, now it is possible to select ↵Manolo Carrasco2010-07-191-1/+1
| | | | which bench to run, and much more
* New Sample Module (Image Zoom) to demostrate Effects plugin features.Manolo Carrasco2010-06-211-0/+2
|
* - Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml.Manolo Carrasco2010-06-131-0/+1
| | | | | | | | - Do not change overflow when it is not a resize animation - Restore correctly attibutes in show/hide animations - Restored the parameter force in css and curCSS methods - Changed the way show sets the display property in order to use block only when it is needed - change the parameter order of the setStyleProperty method
* Many changes almost related with effects and the re-factor of plugins:Manolo Carrasco2010-06-111-19/+24
| | | | | | | | | | | | - Removed plugin stuff which already were moved to the plugins module - Moved all GQuery core plugin stuff into the plugins namespace - Redesign and recode of the Effects plugin using GWT animate as base - Documented many undocumented methods - Added a couple of scripts to generate Lazy interfaces from the class - Modifications to the effects sample to show the usage of the effects plugin - More tests cases in the devtest module. - Many other minor changes.
* (no commit message)Manolo Carrasco2010-05-281-2/+2
|
* Set version number to 1.0.0. Deploy sites now are pointing to gwtquery ↵Manolo Carrasco2010-05-061-1/+1
| | | | svn-repo. Added gcupload-maven-plugin to upload distribution file to google-code. Modified surefire configuration in order to run gwtTests which share the same module, and run emma goals
* maven configuration changes: use gwt-2.0.3, latest gwt-maven-plugin, added ↵Manolo Carrasco2010-05-011-2/+4
| | | | new developer
* Update to codehaus gwt-maven-plugin. Update to GWT 1.7.0. Update module ↵Ray Cromwell2009-07-271-52/+18
| | | | files to properly include Plugins.gwt.xml module. Disabled tests for now (JUnitShell not launching properly from new plugin). Fixed unbound deferred bindings.
* Big updateRay Cromwell2009-07-231-0/+6
|