Author: fbricon
Date: 2012-05-29 09:37:41 -0400 (Tue, 29 May 2012)
New Revision: 41513
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3....
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3....
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3....
Log:
JBIDE-12045 : Project Examples descriptions and name should not use the acronyms for
servers
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml 2012-05-29
13:31:05 UTC (rev 41512)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml 2012-05-29
13:37:41 UTC (rev 41513)
@@ -5,7 +5,7 @@
<included-projects>jboss-as-helloworld</included-projects>
<shortDescription>Helloworld</shortDescription>
<description>
-This example demonstrates the use of CDI 1.0 and Servlet 3 in JBoss AS 7.
+This example demonstrates the use of CDI 1.0 and Servlet 3 in JBoss Enterprise
Application Platform 6 or JBoss Application Server 7.1.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
</description>
<size>8192</size>
@@ -13,7 +13,7 @@
<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">works with JBoss AS 7.1 or EAP 6
</property>
+ <property name="description">works with JBoss Enterprise Application
Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -48,10 +48,10 @@
<included-projects>jboss-as-helloworld-osgi</included-projects>
<shortDescription>Helloworld OSGi Example</shortDescription>
<description>
-This example demonstrates the use of OSGi in JBoss AS 7.
+This example demonstrates the use of OSGi in JBoss Application Server 7.1.
The example can be deployed using Maven from the command line, by using the AS 7 web
console or by dropping the OSGi bundle in the deployments folder.
-To deploy to JBoss AS 7 using JBoss Tools, start JBoss AS 7, right-click the project,
select Run As>Maven build..., enter "package jboss-as:deploy" in the Goals
field and click the Run button.
+To deploy to JBoss AS 7.1 using JBoss Tools, start JBoss AS 7.1, right-click the project,
select Run As>Maven build..., enter "package jboss-as:deploy" in the Goals
field and click the Run button.
This will build, deploy and start the OSGi bundle.
You will see a Hello AS7 World!! message appear on the console when this is done.
</description>
@@ -60,7 +60,7 @@
<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">works with JBoss AS 7.1 or EAP 6
</property>
+ <property name="description">works with JBoss Enterprise Application
Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -94,7 +94,7 @@
<included-projects>jboss-as-login</included-projects>
<shortDescription>Login</shortDescription>
<description>
-This example demonstrates the use of CDI 1.0, JPA 2.0, JTA 1.1, EJB 3.1 and JSF 2.0 in
JBoss AS 7.
+This example demonstrates the use of CDI 1.0, JPA 2.0, JTA 1.1, EJB 3.1 and JSF 2.0 in
JBoss Enterprise Application Platform 6 or JBoss Application Server 7.1.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
</description>
<size>8192</size>
@@ -102,7 +102,7 @@
<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">works with JBoss AS 7.0/7.1 or EAP 6
</property>
+ <property name="description">works with JBoss Enterprise Application
Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -137,7 +137,7 @@
<included-projects>jboss-as-numberguess</included-projects>
<shortDescription>Numberguess</shortDescription>
<description>
-This example demonstrates the use of CDI 1.0 and JSF 2.0 in JBoss AS 7.
+This example demonstrates the use of CDI 1.0 and JSF 2.0 in JBoss Enterprise Application
Platform 6 or JBoss Application Server 7.1.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
</description>
<size>8192</size>
@@ -145,7 +145,7 @@
<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">works with JBoss AS 7.1 or EAP 6
</property>
+ <property name="description">works with JBoss Enterprise Application
Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -180,7 +180,7 @@
<included-projects>jboss-as-kitchensink</included-projects>
<shortDescription>Kitchensink</shortDescription>
<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 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 Enterprise Application Platform 6 or
JBoss Application Server 7.1.
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>
@@ -189,7 +189,7 @@
<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">works with JBoss AS 7.1 or EAP 6
</property>
+ <property name="description">works with JBoss Enterprise Application
Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -229,7 +229,7 @@
<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">works with JBoss AS 7.1 or EAP 6
</property>
+ <property name="description">works with JBoss Enterprise Application
Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml 2012-05-29
13:31:05 UTC (rev 41512)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml 2012-05-29
13:37:41 UTC (rev 41513)
@@ -14,7 +14,7 @@
<fixes>
<fix type="wtpruntime">
<property
name="allowed-types">org.jboss.ide.eclipse.as.runtime.60</property>
- <property name="description">This project example requires JBoss AS
6.0</property>
+ <property name="description">This project example requires JBoss
Enterprise Application Platform 6</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.610</property>
</fix>
</fixes>
@@ -45,7 +45,7 @@
<included-projects>jboss-as-helloworld</included-projects>
<shortDescription>Helloworld</shortDescription>
<description>
-This example demonstrates the use of CDI 1.0 and Servlet 3 in JBoss AS 7.1.
+This example demonstrates the use of CDI 1.0 and Servlet 3 in JBoss Application Server
7.1.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
</description>
<size>8192</size>
@@ -88,7 +88,7 @@
<included-projects>jboss-as-helloworld-osgi</included-projects>
<shortDescription>Helloworld OSGi Example</shortDescription>
<description>
-This example demonstrates the use of OSGi in JBoss AS 7.
+This example demonstrates the use of OSGi in JBoss Application Server 7.
The example can be deployed using Maven from the command line, by using the AS 7 web
console or by dropping the OSGi bundle in the deployments folder.
To deploy to JBoss AS 7 using JBoss Tools, start JBoss AS 7, right-click the project,
select Run As>Maven build..., enter "package jboss-as:deploy" in the Goals
field and click the Run button.
@@ -135,7 +135,7 @@
<included-projects>jboss-as-login</included-projects>
<shortDescription>Login</shortDescription>
<description>
-This example demonstrates the use of CDI 1.0, JPA 2.0, JTA 1.1, EJB 3.1 and JSF 2.0 in
JBoss AS 7.
+This example demonstrates the use of CDI 1.0, JPA 2.0, JTA 1.1, EJB 3.1 and JSF 2.0 in
JBoss Application Server 7.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
</description>
<size>8192</size>
@@ -143,7 +143,7 @@
<fixes>
<fix type="wtpruntime">
<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.70,
org.jboss.ide.eclipse.as.runtime.71</property>
- <property name="description">works with JBoss AS
7.0/7.1</property>
+ <property name="description">works with JBoss Application Server
7.0/7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -179,7 +179,7 @@
<included-projects>jboss-as-numberguess</included-projects>
<shortDescription>Numberguess</shortDescription>
<description>
-This example demonstrates the use of CDI 1.0 and JSF 2.0 in JBoss AS 7.
+This example demonstrates the use of CDI 1.0 and JSF 2.0 in JBoss Application Server 7.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
</description>
<size>8192</size>
@@ -223,7 +223,7 @@
<included-projects>jboss-as-kitchensink</included-projects>
<shortDescription>Kitchensink</shortDescription>
<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.
+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 Application Server 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>
@@ -231,7 +231,7 @@
<fixes>
<fix type="wtpruntime">
<property
name="allowed-types">org.jboss.ide.eclipse.as.runtime.71</property>
- <property name="description">works with JBoss AS
7.1</property>
+ <property name="description">works with JBoss Application Server
7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -265,14 +265,14 @@
<priority>5</priority>
<included-projects>helloworld-html5</included-projects>
<shortDescription>HTML5</shortDescription>
- <description>This example demonstrates the use of *CDI 1.0* and *JAX-RS* in
*JBoss AS 7* using the Plain Old HTML5 (POH5) architecture.
+ <description>This example demonstrates the use of *CDI 1.0* and *JAX-RS* in
*JBoss Application Server 7* using the Plain Old HTML5 (POH5) architecture.
POH5 is basically a smart, HTML5+CSS3+JavaScript front-end using RESTful services on the
backend.</description>
<size>7266</size>
<
url>http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/jbossas...
<fixes>
<fix type="wtpruntime">
<property
name="allowed-types">org.jboss.ide.eclipse.as.runtime.71</property>
- <property name="description">works with JBoss AS
7.1</property>
+ <property name="description">works with JBoss Application Server
7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3....
===================================================================
---
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.... 2012-05-29
13:31:05 UTC (rev 41512)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.... 2012-05-29
13:37:41 UTC (rev 41513)
@@ -20,7 +20,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.711</property>
</fix>
<fix type="plugin">
@@ -70,13 +70,13 @@
<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>
+ <description>An archetype that generates a starter Java EE 6 webapp project for
JBoss Enterprise Application Platform 6 or JBoss Application Server. 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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -125,13 +125,13 @@
<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>
+ <description>An archetype that generates a Java EE 6 HTML5 Mobile Webapp project
for JBoss Enterprise Application Platform 6 or JBoss Application Server
7.1</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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -185,7 +185,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -241,13 +241,13 @@
<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>
+ <description>An archetype that generates a starter Spring MVC application with
Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for
JBoss Enterprise Application Platform 6 or JBoss Application Server
7.1</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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -306,7 +306,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3....
===================================================================
---
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.... 2012-05-29
13:31:05 UTC (rev 41512)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.... 2012-05-29
13:37:41 UTC (rev 41513)
@@ -20,7 +20,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.711</property>
</fix>
<fix type="plugin">
@@ -70,13 +70,13 @@
<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>
+ <description>An archetype that generates a starter Java EE 6 webapp project for
JBoss Enterprise Application Platform 6 or JBoss Application Server. 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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -125,13 +125,13 @@
<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>
+ <description>An archetype that generates a Java EE 6 HTML5 Mobile Webapp project
for JBoss Enterprise Application Platform 6 or JBoss Application Server
7.1</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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -185,7 +185,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -241,13 +241,13 @@
<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>
+ <description>An archetype that generates a starter Spring MVC application with
Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for
JBoss Enterprise Application Platform 6 or JBoss Application Server
7.1</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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -306,7 +306,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3....
===================================================================
---
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.... 2012-05-29
13:31:05 UTC (rev 41512)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.... 2012-05-29
13:37:41 UTC (rev 41513)
@@ -20,7 +20,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.711</property>
</fix>
<fix type="plugin">
@@ -70,13 +70,13 @@
<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>
+ <description>An archetype that generates a starter Java EE 6 webapp project for
JBoss Enterprise Application Platform 6 or JBoss Application Server. 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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -125,13 +125,13 @@
<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>
+ <description>An archetype that generates a Java EE 6 HTML5 Mobile Webapp project
for JBoss Enterprise Application Platform 6 or JBoss Application Server
7.1</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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -185,7 +185,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -241,13 +241,13 @@
<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>
+ <description>An archetype that generates a starter Spring MVC application with
Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for
JBoss Enterprise Application Platform 6 or JBoss Application Server
7.1</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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">
@@ -306,7 +306,7 @@
<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="description">This project example requires JBoss
Enterprise Application Platform 6 or JBoss Application Server 7.1</property>
<property
name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
<fix type="plugin">