[jbosstools-commits] JBoss Tools SVN: r31071 - trunk/site.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 4 14:47:46 EDT 2011


Author: dgolovin
Date: 2011-05-04 14:47:46 -0400 (Wed, 04 May 2011)
New Revision: 31071

Added:
   trunk/site/.project
   trunk/site/site.xml
Log:
Restore site for the jbosstools/trunk/site

Copied: trunk/site/.project (from rev 31070, branches/jbosstools-3.2.x/site/.project)
===================================================================
--- trunk/site/.project	                        (rev 0)
+++ trunk/site/.project	2011-05-04 18:47:46 UTC (rev 31071)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>site</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

Copied: trunk/site/site.xml (from rev 31070, branches/jbosstools-3.2.x/site/site.xml)
===================================================================
--- trunk/site/site.xml	                        (rev 0)
+++ trunk/site/site.xml	2011-05-04 18:47:46 UTC (rev 31071)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<!-- This file is only used when building with Tycho.
+		If building with Ant (trunk/build/build.xml), see category.*.xml -->
+	<description>
+      JBoss Tools 3.2.0 Update Site / p2 Repo
+   	</description>
+
+	<!-- categories - see also ../../../common/aggregateRepos.*.properties -->
+	<category-def name="SDKTools" label="JBoss Tools SDK">
+		<description>JBoss Tools SDK contains plugins where an SDK package
+			exists. These contain both source and runtimes. Use these if you want
+			to debug and/or provide patches to JBoss Tools plugins.
+		</description>
+	</category-def>
+
+	<category-def name="AllTools" label="All JBoss Tools 3.2.0">
+		<description>
+			Contains ALL the plugins that are available from
+			JBoss Tools except those
+			related to integration with 3rd party
+			plugins. Selecting this
+			category will give you all tools needed for
+			both Web, Seam and SOA
+			Development.
+      </description>
+	</category-def>
+
+	<category-def name="SOATools" label="SOA Development">
+		<description>
+			Tools to help create SOA applications. Use these if you
+			work with jBPM,
+			Drools, JBoss ESB, JBoss WebServices or Smooks.
+		</description>
+	</category-def>
+
+	<category-def name="WebTools" label="Web and Java EE Development">
+		<description>
+			Tools to help create web and enterprise applications,
+			using JSF, Facelets,
+			Seam, Hibernate/JPA, CSS, Webservices and more.
+		</description>
+	</category-def>
+
+	<category-def name="GeneralTools" label="Application Development">
+		<description>Tools for general application development.</description>
+	</category-def>
+
+	<category-def name="DataTools" label="Data Services">
+		<description>Tools related to data services such as persistence and
+			transformation.</description>
+	</category-def>
+
+	<!-- Only in JBT -->
+	<category-def name="MavenTools" label="Maven Support">
+		<description>Plugins related to Maven and m2eclipse support. Use these
+			to enable use of Maven.</description>
+	</category-def>
+
+	<!-- Only in JBT -->
+	<category-def name="ReportTools" label="Business Intelligence, Reporting and Charting">
+		<description>Business Intelligence, Reporting and Charting. Use these
+			if you plan to integrate Hibernate or Seam with Eclipse BIRT.
+		</description>
+	</category-def>
+
+	<category-def name="TestPerfTools" label="Test and Performance">
+		<description>Tools used to improve testing and performance.
+		</description>
+	</category-def>
+
+	<category-def name="CloudTools" label="Cloud">
+		<description>Tools for Cloud Development
+      		</description>
+	</category-def>
+</site>



More information about the jbosstools-commits mailing list