Author: snjeza
Date: 2012-02-10 16:52:14 -0500 (Fri, 10 Feb 2012)
New Revision: 38622
Modified:
trunk/central/plugins/org.jboss.tools.community.central/plugin.xml
Log:
JBIDE-10873 Removing org.jboss.tool.central.tutorials extension point
Modified: trunk/central/plugins/org.jboss.tools.community.central/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.community.central/plugin.xml 2012-02-10 19:47:12
UTC (rev 38621)
+++ trunk/central/plugins/org.jboss.tools.community.central/plugin.xml 2012-02-10 21:52:14
UTC (rev 38622)
@@ -1,114 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
- <extension
- point="org.jboss.tools.central.tutorials">
- <category
- id="org.jboss.tools.central.jbossas.quickstart"
- name="JBoss Quickstarts"
- description="These quickstarts are aimed to get you up to writing
applications with minimal fuss. We recommend that you work through the quickstarts in the
order they are presented in this guide, however if you have previous experience with Java
EE 6, you may wish to skip some or all of the quickstarts."
- priority="2" />
- <!--
- <category
- id="org.jboss.tools.central.seam2"
- name="Seam 2 Tutorials"
- description="These tutorials are intended to help you develop Seam 2
applications."
- priority="5" />
- -->
- <tutorial
- id="org.jboss.tools.central.jbossas.quickstart.helloworld"
- categoryId="org.jboss.tools.central.jbossas.quickstart"
- name="Helloworld"
- type="projectExample"
- priority="1"
- icon="icons/jbossas7.png"
- reference="JBoss AS 7 Quickstarts::helloworld"/>
- <tutorial
- id="org.jboss.tools.central.jbossas.quickstart.numberguess"
- categoryId="org.jboss.tools.central.jbossas.quickstart"
- name="Numberguess"
- type="projectExample"
- priority="2"
- icon="icons/jbossas7.png"
- reference="JBoss AS 7 Quickstarts::numberguess"/>
-
- <tutorial
- id="org.jboss.tools.central.jbossas.quickstart.login"
- categoryId="org.jboss.tools.central.jbossas.quickstart"
- name="Login"
- type="projectExample"
- priority="3"
- icon="icons/jbossas7.png"
- reference="JBoss AS 7 Quickstarts::login"/>
-
- <tutorial
- id="org.jboss.tools.central.jbossas.quickstart.kitchensink"
- categoryId="org.jboss.tools.central.jbossas.quickstart"
- name="Kitchensink"
- type="projectExample"
- priority="4"
- icon="icons/jbossas7.png"
- reference="JBoss AS 7 Quickstarts::kitchensink"/>
-
- <tutorial
- id="org.jboss.tools.central.jbossas.quickstart.poh5helloworld"
- categoryId="org.jboss.tools.central.jbossas.quickstart"
- name="HTML5"
- type="projectExample"
- priority="5"
- icon="icons/jbossas7.png"
- reference="JBoss AS 7 Quickstarts::poh5-helloworld"/>
-
- <tutorial
- id="org.jboss.tools.central.jbossas.quickstart.ticketmonster"
- categoryId="org.jboss.tools.central.jbossas.quickstart"
- name="Ticket Monster"
- type="projectExample"
- priority="6"
- icon="icons/jbossas7.png"
- reference="JBoss AS 7 Quickstarts::ticketmonster"/>
-
- <!--
- <tutorial
- id="org.jboss.tools.central.Seam.registration2"
- categoryId="org.jboss.tools.central.seam2"
- name="Registration Example"
- type="projectExample"
- priority="1"
- icon="icons/seam16.png"
- reference="Seam::registration2"/>
- <tutorial
- id="org.jboss.tools.central.Seam.messages"
- categoryId="org.jboss.tools.central.seam2"
- name="Message Example"
- type="projectExample"
- priority="2"
- icon="icons/seam16.png"
- reference="Seam::messages"/>
- <tutorial
- id="org.jboss.tools.central.Seam.todo"
- categoryId="org.jboss.tools.central.seam2"
- name="Todo Example"
- type="projectExample"
- priority="3"
- icon="icons/seam16.png"
- reference="Seam::todo"/>
- <tutorial
- id="org.jboss.tools.central.Seam.numberguess"
- categoryId="org.jboss.tools.central.seam2"
- name="Numberguess Example"
- type="projectExample"
- priority="4"
- icon="icons/seam16.png"
- reference="Seam::numberguess"/>
- <tutorial
- id="org.jboss.tools.central.Seam.booking22"
- categoryId="org.jboss.tools.central.seam2"
- name="Boooking Example"
- type="projectExample"
- priority="5"
- icon="icons/seam16.png"
- reference="Seam::booking22"/>
- -->
- </extension>
+
</plugin>
Show replies by date