]> source.dussan.org Git - gwtquery.git/commit
added an archetype to create a gquery application from scratch
authorManolo Carrasco <manolo@apache.org>
Sat, 31 Jul 2010 07:14:28 +0000 (07:14 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 31 Jul 2010 07:14:28 +0000 (07:14 +0000)
commit78ececeb3fb00fef2bd0833771c00ac512d1f286
tree8d1d9c3a620b6a02682b369041ded646586219a6
parentd3184ec01beeeffacf8aa44c7f6adeb08da04305
added an archetype to create a gquery application from scratch
37 files changed:
archetype/LICENSE [new file with mode: 0644]
archetype/README.txt [new file with mode: 0644]
archetype/pom.xml [new file with mode: 0644]
archetype/src/main/resources/META-INF/maven/archetype-metadata.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/.classpath [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/.project [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/.settings/com.google.gdt.eclipse.core.prefs [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/.settings/com.google.gwt.eclipse.core.prefs [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/README.txt [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/assembly.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/pom.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/src/main/java/__artifactId__/__projectName__.gwt.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/src/main/java/__artifactId__/client/__projectName__.java [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/src/main/java/__artifactId__/public/__projectName__.html [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/src/main/webapp/index.html [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java [new file with mode: 0644]
archetype/target/classes/META-INF/maven/archetype-metadata.xml [new file with mode: 0644]
archetype/target/classes/archetype-resources/.classpath [new file with mode: 0644]
archetype/target/classes/archetype-resources/.project [new file with mode: 0644]
archetype/target/classes/archetype-resources/.settings/com.google.gdt.eclipse.core.prefs [new file with mode: 0644]
archetype/target/classes/archetype-resources/.settings/com.google.gwt.eclipse.core.prefs [new file with mode: 0644]
archetype/target/classes/archetype-resources/README.txt [new file with mode: 0644]
archetype/target/classes/archetype-resources/assembly.xml [new file with mode: 0644]
archetype/target/classes/archetype-resources/pom.xml [new file with mode: 0644]
archetype/target/classes/archetype-resources/src/main/java/__artifactId__/__projectName__.gwt.xml [new file with mode: 0644]
archetype/target/classes/archetype-resources/src/main/java/__artifactId__/client/__projectName__.java [new file with mode: 0644]
archetype/target/classes/archetype-resources/src/main/java/__artifactId__/public/__projectName__.html [new file with mode: 0644]
archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
archetype/target/classes/archetype-resources/src/main/webapp/index.html [new file with mode: 0644]
archetype/target/classes/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java [new file with mode: 0644]
archetype/target/gquery-archetype-0.1-SNAPSHOT.jar [new file with mode: 0644]
devtest/src/main/java/com/google/gwt/query/client/DevTestRunner.java
devtest/src/main/java/com/google/gwt/query/public/test.html
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNative.java
update_demos_svn.sh