Author: fbricon
Date: 2012-01-17 12:26:58 -0500 (Tue, 17 Jan 2012)
New Revision: 37902
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml
Log:
JBIDE-10629 : renamed category, changed shortDescriptions, added required changes to JBDS
5 examples
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml 2012-01-17
17:10:25 UTC (rev 37901)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds50.xml 2012-01-17
17:26:58 UTC (rev 37902)
@@ -1,9 +1,9 @@
<projects>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>helloworld</name>
<included-projects>jboss-as-helloworld</included-projects>
- <shortDescription>Helloworld Example</shortDescription>
+ <shortDescription>Helloworld</shortDescription>
<description>
This example demonstrates the use of CDI 1.0 and Servlet 3 in JBoss AS 7.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
@@ -38,10 +38,12 @@
<importType>maven</importType>
<importTypeDescription>The project example requires the m2eclipse, m2eclipse-wtp
and JBoss Maven Project Examples feature.</importTypeDescription>
<welcome type="cheatsheets"
url="/jboss-as-helloworld/cheatsheets/helloworld.xml"/>
+ <tags>central</tags>
+ <icon path="icons/jbossas7.png" />
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>helloworld-osgi</name>
<included-projects>jboss-as-helloworld-osgi</included-projects>
<shortDescription>Helloworld OSGi Example</shortDescription>
@@ -82,14 +84,15 @@
</fixes>
<importType>maven</importType>
<importTypeDescription>The project example requires the m2eclipse, m2eclipse-wtp
and JBoss Maven Project Examples feature.</importTypeDescription>
- </project>
+ <icon path="icons/jbossas7.png" />
+ </project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>login</name>
<included-projects>jboss-as-login</included-projects>
- <shortDescription>Login Example</shortDescription>
+ <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.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
@@ -124,13 +127,15 @@
<importType>maven</importType>
<importTypeDescription>The project example requires the m2eclipse, m2eclipse-wtp
and JBoss Maven Project Examples feature.</importTypeDescription>
<welcome type="cheatsheets"
url="/jboss-as-login/cheatsheets/login.xml"/>
+ <tags>central</tags>
+ <icon path="icons/jbossas7.png" />
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>numberguess</name>
<included-projects>jboss-as-numberguess</included-projects>
- <shortDescription>Numberguess Example</shortDescription>
+ <shortDescription>Numberguess</shortDescription>
<description>
This example demonstrates the use of CDI 1.0 and JSF 2.0 in JBoss AS 7.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
@@ -165,13 +170,15 @@
<importType>maven</importType>
<importTypeDescription>The project example requires the m2eclipse, m2eclipse-wtp
and JBoss Maven Project Examples feature.</importTypeDescription>
<welcome type="cheatsheets"
url="/jboss-as-numberguess/cheatsheets/numberguess.xml"/>
+ <tags>central</tags>
+ <icon path="icons/jbossas7.png" />
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>kitchensink</name>
<included-projects>jboss-as-kitchensink</included-projects>
- <shortDescription>Kitchensink Example</shortDescription>
+ <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.
@@ -207,12 +214,14 @@
<importType>maven</importType>
<importTypeDescription>The project example requires the m2eclipse, m2eclipse-wtp
and JBoss Maven Project Examples feature.</importTypeDescription>
<welcome type="cheatsheets"
url="/jboss-as-kitchensink/cheatsheets/kitchensink.xml"/>
+ <tags>central</tags>
+ <icon path="icons/jbossas7.png" />
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>poh5-helloworld</name>
<included-projects>poh5-helloworld</included-projects>
- <shortDescription>HTML5 Example for mobile devices</shortDescription>
+ <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.
POH5 is basically a smart, HTML5+CSS3+JavaScript front-end using RESTful services on the
backend.</description>
<size>7266</size>
@@ -247,6 +256,8 @@
<!-- no cheatsheet yet
<welcome type="cheatsheets"
url="/poh5-helloworld/cheatsheets/poh5-helloworld.xml"/>
-->
+ <tags>central</tags>
+ <icon path="icons/jbossas7.png" />
</project>
</projects>
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-01-17
17:10:25 UTC (rev 37901)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml 2012-01-17
17:26:58 UTC (rev 37902)
@@ -35,15 +35,14 @@
</properties>
-->
</mavenArchetype>
- <tags>central</tags>
<icon path="icons/jbossas7.png" />
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>helloworld</name>
<included-projects>jboss-as-helloworld</included-projects>
- <shortDescription>Helloworld Example</shortDescription>
+ <shortDescription>Helloworld</shortDescription>
<description>
This example demonstrates the use of CDI 1.0 and Servlet 3 in JBoss AS 7.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
@@ -83,7 +82,7 @@
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>helloworld-osgi</name>
<included-projects>jboss-as-helloworld-osgi</included-projects>
<shortDescription>Helloworld OSGi Example</shortDescription>
@@ -124,16 +123,15 @@
</fixes>
<importType>maven</importType>
<importTypeDescription>The project example requires the m2eclipse, m2eclipse-wtp
and JBoss Maven Project Examples feature.</importTypeDescription>
- <tags>central</tags>
<icon path="icons/jbossas7.png" />
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>login</name>
<included-projects>jboss-as-login</included-projects>
- <shortDescription>Login Example</shortDescription>
+ <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.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
@@ -173,10 +171,10 @@
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>numberguess</name>
<included-projects>jboss-as-numberguess</included-projects>
- <shortDescription>Numberguess Example</shortDescription>
+ <shortDescription>Numberguess</shortDescription>
<description>
This example demonstrates the use of CDI 1.0 and JSF 2.0 in JBoss AS 7.
The example can be deployed using Maven from the command line or from Eclipse using JBoss
Tools.
@@ -216,10 +214,10 @@
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>kitchensink</name>
<included-projects>jboss-as-kitchensink</included-projects>
- <shortDescription>Kitchensink Example</shortDescription>
+ <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.
@@ -259,10 +257,10 @@
<icon path="icons/jbossas7.png" />
</project>
<project>
- <category>JBoss AS 7 Quickstarts</category>
+ <category>JBoss Quickstarts</category>
<name>poh5-helloworld</name>
<included-projects>poh5-helloworld</included-projects>
- <shortDescription>HTML5 Example for mobile devices</shortDescription>
+ <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.
POH5 is basically a smart, HTML5+CSS3+JavaScript front-end using RESTful services on the
backend.</description>
<size>7266</size>
@@ -297,7 +295,7 @@
<!-- no cheatsheet yet
<welcome type="cheatsheets"
url="/poh5-helloworld/cheatsheets/poh5-helloworld.xml"/>
-->
- <tags>central, poh5</tags>
+ <tags>central</tags>
<icon path="icons/jbossas7.png" />
</project>