[jbosstools-commits] JBoss Tools SVN: r40758 - trunk/download.jboss.org/jbosstools/examples.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 3 11:34:24 EDT 2012


Author: fbricon
Date: 2012-05-03 11:34:24 -0400 (Thu, 03 May 2012)
New Revision: 40758

Added:
   trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta3.xml
Log:
JBIDE-11775 : create new project-examples-shared-3.3.Beta3.xml for 3.3.0.Beta3 release

Added: trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta3.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta3.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta3.xml	2012-05-03 15:34:24 UTC (rev 40758)
@@ -0,0 +1,355 @@
+<projects>
+	<!--
+    Beware : the project name MUST NOT be changed. It's referenced in JBoss Central
+    -->
+    
+    <!-- Java EE Web Project -->
+    <project>
+		<category>JBoss Maven Archetypes</category>
+		<name>jboss-javaee6-webapp</name>
+		<included-projects>jboss-javaee6-webapp</included-projects>
+		<shortDescription>Java EE Web Project</shortDescription>
+        <priority>1</priority>
+		<description>
+This is your project! It's a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss AS 7.
+This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0.
+It includes a persistence unit and some sample persistence and transaction code to help you get your feet wet with database access in enterprise Java.
+		</description>
+		<size>8192</size>
+		<url/>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.70, org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
+				<property name="description">This project example requires JBoss AS 7.0/7.1 or EAP 6 </property>
+				<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.eclipse.m2e.core</property>
+				<property name="versions">[1.0.0,1.2.0)</property>
+				<property name="description">This project example requires m2e &gt;= 1.0.</property>
+				<property name="connectorIds">org.eclipse.m2e.feature</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.maven.ide.eclipse.wtp</property>
+				<property name="versions">[0.13.1,0.17)</property>
+				<property name="description">This project example requires m2eclipse-wtp &gt;= 0.13.1.</property>
+				<property name="connectorIds">org.maven.ide.eclipse.wtp</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.jboss.tools.maven.core</property>
+				<property name="versions">[1.3.0,1.4.0)</property>
+				<property name="description">This project example requires JBoss Maven Tools.</property>
+				<property name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature,org.jboss.tools.maven.hibernate.feature,org.jboss.tools.maven.jaxrs.feature,org.jboss.tools.maven.portlet.feature,org.jboss.tools.maven.seam.feature</property>
+			</fix>
+		</fixes>
+		<importType>mavenArchetype</importType>
+		<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
+        <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>        
+		<mavenArchetype>
+			<archetypeGroupId>org.jboss.spec.archetypes</archetypeGroupId>
+			<archetypeArtifactId>jboss-javaee6-webapp-archetype</archetypeArtifactId>
+			<archetypeVersion>7.0.2.CR2b</archetypeVersion>
+            
+            <archetypeRepository>http://anonsvn.jboss.org/repos/jbosstools/workspace/fred/repositories/snapshot/</archetypeRepository>
+            
+            <groupId>org.jboss.tools.examples</groupId>
+			<artifactId>jboss-javaee6-webapp</artifactId>
+			<version>0.0.1-SNAPSHOT</version>
+			<javaPackage>org.jboss.tools.examples</javaPackage>
+			<properties>
+				<property name="name" value="Java EE 6 webapp project"/>
+			</properties>
+		</mavenArchetype>
+        <tags>wizard</tags>
+        <icon path="icons/newwebprj_wiz.gif" />
+        <welcome type="editor" url="/${project[0]}/readme.md"/>
+	</project>
+    <!-- Java EE Project -->
+	<project>
+		<category>JBoss Maven Archetypes</category>
+		<name>multi-javaee6-archetype</name>
+		<included-projects>multi-javaee6-archetype</included-projects>
+		<shortDescription>Java EE Project</shortDescription>
+        <priority>2</priority>
+		<description>An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7 / EAP 6. The project is an EAR, with an EJB-JAR and WAR</description>
+		<size>13806</size>
+		<url/>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.70, org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
+				<property name="description">This project example requires JBoss AS 7.0/7.1 or EAP 6 </property>
+				<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.eclipse.m2e.core</property>
+				<property name="versions">[1.0.0,1.2.0)</property>
+				<property name="description">This project example requires m2e &gt;= 1.0.</property>
+				<property name="connectorIds">org.eclipse.m2e.feature</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.maven.ide.eclipse.wtp</property>
+				<property name="versions">[0.13.1,0.17)</property>
+				<property name="description">This project example requires m2eclipse-wtp &gt;= 0.13.1.</property>
+				<property name="connectorIds">org.maven.ide.eclipse.wtp</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.jboss.tools.maven.core</property>
+				<property name="versions">[1.3.0,1.4.0)</property>
+				<property name="description">This project example requires JBoss Maven Tools.</property>
+				<property name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature</property>
+			</fix>
+		</fixes>
+		<importType>mavenArchetype</importType>
+		<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
+        <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
+        <mavenArchetype>
+			<archetypeGroupId>org.jboss.spec.archetypes</archetypeGroupId>
+			<archetypeArtifactId>jboss-javaee6-webapp-ear-archetype</archetypeArtifactId>
+			<archetypeVersion>7.0.2.CR2</archetypeVersion>
+            <!--
+			<archetypeRepository>http://anonsvn.jboss.org/repos/jbosstools/workspace/fred/repositories/snapshot/</archetypeRepository>
+			-->
+            <groupId>org.jboss.tools.example</groupId>
+			<artifactId>multi</artifactId>
+			<version>0.0.1-SNAPSHOT</version>
+			<javaPackage>org.jboss.tools.example</javaPackage>
+		</mavenArchetype>
+		<!--targetProjectFacet facet="jst.ear" version="6.0"/-->
+        <tags>wizard</tags>
+        <icon path="icons/ear-wiz-icon.gif" />
+        <welcome type="editor" url="/${project[0]}/README.md"/>
+    </project>		
+	<!-- HTML5 project  -->
+    <project>
+		<category>JBoss Maven Archetypes</category>
+		<name>jboss-javaee6-poh5-archetype</name>
+		<included-projects>jboss-javaee6-poh5</included-projects>
+		<shortDescription>HTML5 Project</shortDescription>
+        <priority>3</priority>
+		<description>An archetype that generates a Java EE 6 HTML5 Mobile Webapp project for JBoss AS 7.1 / EAP 6</description>
+		<size>165567</size>
+		<url/>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
+				<property name="description">This project example requires JBoss AS 7.1 or EAP 6 </property>
+				<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.eclipse.m2e.core</property>
+				<property name="versions">[1.0.0,1.2.0)</property>
+				<property name="description">This project example requires m2e &gt;= 1.0.</property>
+				<property name="connectorIds">org.eclipse.m2e.feature</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.maven.ide.eclipse.wtp</property>
+				<property name="versions">[0.13.1,0.15.0)</property>
+				<property name="description">This project example requires m2eclipse-wtp &gt;= 0.13.1.</property>
+				<property name="connectorIds">org.maven.ide.eclipse.wtp</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.jboss.tools.maven.core</property>
+				<property name="versions">[1.3.0,1.4.0)</property>
+				<property name="description">This project example requires JBoss Maven Tools.</property>
+				<property name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature</property>
+			</fix>
+		</fixes>
+		<importType>mavenArchetype</importType>
+		<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
+        <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
+		<mavenArchetype>
+			<archetypeGroupId>org.jboss.aerogear.archetypes</archetypeGroupId>
+			<archetypeArtifactId>jboss-html5-mobile-archetype</archetypeArtifactId>
+			<archetypeVersion>1.0.0.M3b</archetypeVersion>
+            <!--
+            <archetypeRepository>http://repository.jboss.org/nexus/content/repositories/releases/</archetypeRepository>
+            -->
+            <groupId>org.jboss.tools.example</groupId>
+			<artifactId>poh5</artifactId>
+			<version>0.0.1-SNAPSHOT</version>
+			<javaPackage>org.jboss.tools.example.html5</javaPackage>
+		</mavenArchetype>
+        <tags>wizard</tags>
+        <icon path="icons/html5.png" />
+        <welcome type="editor" url="/${project[0]}/README.md"/>
+    </project>		
+	<!-- Richfaces project  -->
+	<project>
+		<category>JBoss Maven Archetypes</category>
+		<name>richfaces-archetype-simpleapp</name>
+		<included-projects>richfaces-archetype-simpleapp</included-projects>
+		<shortDescription>RichFaces Project</shortDescription>
+        <priority>4</priority>
+		<description>An archetype that generates a simple Richfaces application</description>
+		<size>165567</size>
+		<url/>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
+				<property name="description">This project example requires JBoss AS 7.1 or EAP 6 </property>
+				<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.eclipse.m2e.core</property>
+				<property name="versions">[1.0.0,1.2.0)</property>
+				<property name="description">This project example requires m2e &gt;= 1.0.</property>
+				<property name="connectorIds">org.eclipse.m2e.feature</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.maven.ide.eclipse.wtp</property>
+				<property name="versions">[0.13.1,0.17)</property>
+				<property name="description">This project example requires m2eclipse-wtp &gt;= 0.13.1.</property>
+				<property name="connectorIds">org.maven.ide.eclipse.wtp</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.jboss.tools.maven.core</property>
+				<property name="versions">[1.3.0,1.4.0)</property>
+				<property name="description">This project example requires JBoss Maven Tools.</property>
+				<property name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature</property>
+			</fix>
+		</fixes>
+		<importType>mavenArchetype</importType>
+		<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
+        <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
+        <mavenArchetype>
+			<archetypeGroupId>org.richfaces.archetypes</archetypeGroupId>
+			<archetypeArtifactId>richfaces-archetype-kitchensink</archetypeArtifactId>
+			<archetypeVersion>4.2.0.Final-2</archetypeVersion>
+            <!--
+			<archetypeRepository>http://repository.jboss.org/nexus/content/repositories/releases/</archetypeRepository>
+			<archetypeRepository>http://repository.jboss.org/nexus/content/repositories/snapshots/</archetypeRepository>
+            <archetypeRepository>http://anonsvn.jboss.org/repos/jbosstools/workspace/fred/repositories/snapshot/</archetypeRepository>
+			-->
+            <groupId>org.jboss.tools.example</groupId>
+			<artifactId>richfaces-webapp</artifactId>
+			<version>0.0.1-SNAPSHOT</version>
+			<javaPackage>org.jboss.tools.example.richfaces</javaPackage>
+            <!--
+            <properties>
+              <property name="richfaces-enterprise-version" value="4.2.0.Final" />    
+            </properties>
+            -->
+		</mavenArchetype>
+        <essentialEnterpriseDependencies>org.richfaces:richfaces-bom:pom:4.2.0.Final-redhat-1::,</essentialEnterpriseDependencies>
+        <tags>wizard</tags>
+        <icon path="icons/rf_logo.png" />
+        <welcome type="editor" url="/${project[0]}/README.md"/>
+	</project>
+    <!-- Spring MVC -->
+	<project>
+		<category>JBoss Maven Archetypes</category>
+		<name>spring-mvc-webapp</name>
+		<included-projects>spring-mvc-webapp</included-projects>
+		<shortDescription>Spring MVC Project</shortDescription>
+        <priority>5</priority>
+		<description>An archetype that generates a starter Spring MVC application with Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for JBoss AS7 / EAP 6</description>
+		<size>165567</size>
+		<url/>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.70, org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
+				<property name="description">This project example requires JBoss AS 7.0/7.1 or EAP 6 </property>
+				<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.eclipse.m2e.core</property>
+				<property name="versions">[1.0.0,1.2.0)</property>
+				<property name="description">This project example requires m2e &gt;= 1.0.</property>
+				<property name="connectorIds">org.eclipse.m2e.feature</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.maven.ide.eclipse.wtp</property>
+				<property name="versions">[0.13.1,0.17)</property>
+				<property name="description">This project example requires m2eclipse-wtp &gt;= 0.13.1.</property>
+				<property name="connectorIds">org.maven.ide.eclipse.wtp</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.jboss.tools.maven.core</property>
+				<property name="versions">[1.3.0,1.4.0)</property>
+				<property name="description">This project example requires JBoss Maven Tools.</property>
+				<property name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature</property>
+			</fix>
+		</fixes>
+		<importType>mavenArchetype</importType>
+		<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
+		<mavenArchetype>
+			<archetypeGroupId>org.jboss.spring.archetypes</archetypeGroupId>
+			<archetypeArtifactId>spring-mvc-webapp</archetypeArtifactId>
+			<archetypeVersion>1.0.0.CR3</archetypeVersion>
+			<archetypeRepository>http://repository.jboss.org/nexus/content/repositories/releases/</archetypeRepository>
+			<groupId>org.jboss.tools.example</groupId>
+			<artifactId>springmvc</artifactId>
+			<version>0.0.1-SNAPSHOT</version>
+			<javaPackage>org.jboss.tools.example.springmvc</javaPackage>
+		</mavenArchetype>
+        <tags>wizard</tags>
+        <icon path="icons/spring_wiz.gif" />
+    </project>
+   <!-- GWT/Errai Project -->    
+	<project>
+		<category>JBoss Maven Archetypes</category>
+		<name>gwt-webapp</name>
+		<included-projects>gwt-kitchensink</included-projects>
+        <priority>6</priority>
+		<shortDescription>GWT Web Project</shortDescription>
+		<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>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.70, org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
+				<property name="description">This project example requires JBoss AS 7.0/7.1 or EAP 6 </property>
+				<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.eclipse.m2e.core</property>
+				<property name="versions">[1.0.0,1.2.0)</property>
+				<property name="description">This project example requires m2e &gt;= 1.0.</property>
+				<property name="connectorIds">org.eclipse.m2e.feature</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.maven.ide.eclipse.wtp</property>
+				<property name="versions">[0.15.1,0.17)</property>
+				<property name="description">This project example requires m2eclipse-wtp &gt;= 0.15.</property>
+				<property name="connectorIds">org.maven.ide.eclipse.wtp</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">org.jboss.tools.maven.core</property>
+				<property name="versions">[1.3.0,1.4.0)</property>
+				<property name="description">This project example requires JBoss Maven Tools.</property>
+				<property name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature</property>
+			</fix>
+			<fix type="plugin">
+				<property name="id">com.google.gwt.eclipse.core</property>
+				<property name="versions">[2.4,)</property>
+				<property name="description">This project example requires Google Plugin for Eclipse</property>
+				<property name="connectorIds">com.google.gwt.eclipse.sdkbundle.e37.feature,com.google.gdt.eclipse.suite.e37.feature</property>
+			</fix>            
+		</fixes>
+		<importType>mavenArchetype</importType>
+		<importTypeDescription>The project example requires the m2e, m2eclipse-wtp, JBoss Maven Integration and Google Plugin for Eclipse features.</importTypeDescription>
+        <!-- Activating the profile causes a build error :
+        'dependencies.dependency.version' for org.jboss.as:jboss-as-arquillian-container-remote:jar is missing.
+        <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
+        -->
+        <mavenArchetype>
+			<archetypeGroupId>org.jboss.errai.archetypes</archetypeGroupId>
+			<archetypeArtifactId>kitchensink-quickstart</archetypeArtifactId>
+			<archetypeVersion>2.0-Beta3-jbt</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>
+			<javaPackage>org.jboss.tools.gwt.kitchensink</javaPackage>
+		</mavenArchetype>
+        <tags>wizard</tags>
+        <icon path="icons/new-gdt-project.png" />
+        <welcome type="editor" url="/${project[0]}/README.md"/>
+    </project>
+
+</projects>



More information about the jbosstools-commits mailing list