[jbosstools-commits] JBoss Tools SVN: r39494 - trunk/download.jboss.org/jbosstools/examples.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Mar 14 06:44:56 EDT 2012
Author: fbricon
Date: 2012-03-14 06:44:56 -0400 (Wed, 14 Mar 2012)
New Revision: 39494
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml
Log:
JBIDE-11236 : Errai Archetype alternative, changing README and <warName>
Modified: trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml 2012-03-14 10:40:56 UTC (rev 39493)
+++ trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml 2012-03-14 10:44:56 UTC (rev 39494)
@@ -289,7 +289,9 @@
<included-projects>gwt-kitchensink</included-projects>
<priority>6</priority>
<shortDescription>GWT Web Project</shortDescription>
- <description>An archetype that generates a starter GWT application</description>
+ <description>An archetype that generates a starter GWT application with Java EE 6 and Errai.
+
+Make sure you read the deployment instructions in README.md</description>
<size>165567</size>
<url/>
<fixes>
@@ -328,10 +330,11 @@
<mavenArchetype>
<archetypeGroupId>org.jboss.errai.archetypes</archetypeGroupId>
<archetypeArtifactId>kitchensink-quickstart</archetypeArtifactId>
- <archetypeVersion>2.0.Beta3</archetypeVersion>
+ <archetypeVersion>2.0-SNAPSHOT</archetypeVersion>
+ <archetypeRepository>http://anonsvn.jboss.org/repos/jbosstools/workspace/fred/repositories/snapshot/</archetypeRepository>
<!--
<archetypeRepository>https://repository.jboss.org/nexus/content/groups/public/</archetypeRepository>
- -->
+ -->
<groupId>org.jboss.tools.example</groupId>
<artifactId>gwt-kitchensink</artifactId>
<version>0.0.1-SNAPSHOT</version>
More information about the jbosstools-commits
mailing list