[jbosstools-commits] JBoss Tools SVN: r30938 - workspace/examples.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Apr 28 16:05:32 EDT 2011


Author: elvisisking
Date: 2011-04-28 16:05:31 -0400 (Thu, 28 Apr 2011)
New Revision: 30938

Modified:
   workspace/examples/project-examples-3.2.xml
Log:
JBIDE-8399

Modified: workspace/examples/project-examples-3.2.xml
===================================================================
--- workspace/examples/project-examples-3.2.xml	2011-04-28 20:02:10 UTC (rev 30937)
+++ workspace/examples/project-examples-3.2.xml	2011-04-28 20:05:31 UTC (rev 30938)
@@ -1,55 +1,103 @@
-<projects>	
-	<project>
-		<category>Teiid Designer</category>
-		<name>Parts</name>
-		<included-projects>
-		PartsProject
-		</included-projects>		
-		<shortDescription>Parts Model Project Set Example</shortDescription>
-		<description>
-		This is a simple Teiid Designer model project that demonstrates how a view model can be used to create a virtual 
-		relational table that joins multiple physical relational tables. The project also contains a Virtual Database (VDB) which
-		contains the project's models, and in a runtime environment, would also contain the needed connection information for the
-		physical sources. VDBs are used by Teiid to access federated data.
-		</description>
-		<size>22645</size>
-		<url>
-			http://anonsvn.jboss.org/repos/jbosstools/workspace/dflorian/teiid-designer/parts_modelProjectSet.zip
-		</url>
-		<perspectiveId>modelerPerspective</perspectiveId>
-	</project>
-	<project>
-		<category>Teiid Designer</category>
-		<name>Portfolio</name>
-		<included-projects>
-		Portfolio
-		</included-projects>		
-		<shortDescription>Portfolio Web Service Project Set Example</shortDescription>
-		<description>
-		This is a Teiid Designer model project that demonstrates how to expose any Teiid data source as a web service. The example will walk through 
-		the steps of creating the data sources, creating the VDB and generating/deploying the JbossWS-CXF web service war.
-		</description>
-		<size>22645</size>
-		<url>
-			http://anonsvn.jboss.org/repos/jbosstools/workspace/dflorian/teiid-designer/PortfolioWebServiceProject.zip
-		</url>
-		<perspectiveId>modelerPerspective</perspectiveId>
-	</project>
-	<project>
-		<category>Teiid Designer</category>
-		<name>US States</name>
-		<included-projects>
-		US_States,StateService,StateServiceEAR
-		</included-projects>		
-		<shortDescription>US States SOAP Service Project Set Example</shortDescription>
-		<description>
-		This is a Teiid Designer model project that demonstrates how to consume a sample SOAP service as a source of data. The example provides the
-		sample SOAP Service and a Teiid Designer project set that executes the service and transforms the responses to relational results.
-		</description>
-		<size>56033</size>
-		<url>
-			http://anonsvn.jboss.org/repos/jbosstools/workspace/jdoyle/teiid-designer/StateServiceExampleProject.zip
-		</url>
-		<perspectiveId>modelerPerspective</perspectiveId>
-	</project>	
-</projects>
+<projects>
+	<project>
+		<category>Teiid Designer</category>
+		<name>Parts</name>
+		<included-projects>
+			PartsProject
+		</included-projects>
+		<shortDescription>Parts Model Project Set Example</shortDescription>
+		<description>
+			This is a simple Teiid Designer model project that
+			demonstrates how a view model can be used to create a virtual
+			relational table that joins multiple physical relational tables. The
+			project also contains a Virtual Database (VDB) which
+			contains the project's models, and in a runtime environment, would also
+			contain the	needed connection information for the
+			physical sources. VDBs are used	by Teiid to access federated data.
+		</description>
+		<size>22645</size>
+		<url>
+			http://anonsvn.jboss.org/repos/jbosstools/workspace/dflorian/teiid-designer/parts_modelProjectSet.zip
+		</url>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50,
+					org.jboss.ide.eclipse.as.runtime.51,
+					org.jboss.ide.eclipse.as.runtime.60</property>
+				<property name="eclipse-projects">PartsProject</property>
+				<property name="required-components">teiid</property>
+				<property name="description">This project example requires a Teiid
+					instance running within the JBoss EAP 5.0 or JBoss AS >= 5.1.0
+				</property>
+			</fix>
+		</fixes>
+		<welcome type="html" url="/PartsProject/readme/Example Instructions.html" />
+		<perspectiveId>modelerPerspective</perspectiveId>
+	</project>
+	<project>
+		<category>Teiid Designer</category>
+		<name>Portfolio</name>
+		<included-projects>
+			Portfolio
+		</included-projects>
+		<shortDescription>Portfolio Web Service Project Set Example
+		</shortDescription>
+		<description>
+			This is a Teiid Designer model project that demonstrates
+			how to expose any Teiid data source as a web service. The example will
+			walk through the steps of creating the data sources, creating the VDB
+			and generating/deploying the JbossWS-CXF web service war.
+		</description>
+		<size>786376</size>
+		<url>
+			http://anonsvn.jboss.org/repos/jbosstools/workspace/dflorian/teiid-designer/PortfolioWebServiceProject.zip
+		</url>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50,
+					org.jboss.ide.eclipse.as.runtime.51,
+					org.jboss.ide.eclipse.as.runtime.60</property>
+				<property name="eclipse-projects">Portfolio</property>
+				<property name="required-components">teiid</property>
+				<property name="description">This project example requires a Teiid
+					instance running within the JBoss EAP 5.0 or JBoss AS >= 5.1.0
+				</property>
+			</fix>
+		</fixes>
+		<welcome type="html" url="/Portfolio/readme/Example Instructions.html" />
+		<perspectiveId>modelerPerspective</perspectiveId>
+	</project>
+	<project>
+		<category>Teiid Designer</category>
+		<name>US States</name>
+		<included-projects>
+			US_States,StateService,StateServiceEAR
+		</included-projects>
+		<shortDescription>US States SOAP Service Project Set Example
+		</shortDescription>
+		<description>
+			This is a Teiid Designer model project that demonstrates
+			how to consume a sample SOAP service as a source of data. The example
+			provides the sample SOAP Service and a Teiid Designer project set that
+			executes the service and transforms the responses to relational
+			results.
+		</description>
+		<size>56084</size>
+		<url>
+			http://anonsvn.jboss.org/repos/jbosstools/workspace/jdoyle/teiid-designer/StateServiceExampleProject.zip
+		</url>
+		<fixes>
+			<fix type="wtpruntime">
+				<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50,
+					org.jboss.ide.eclipse.as.runtime.51,
+					org.jboss.ide.eclipse.as.runtime.60</property>
+				<property name="eclipse-projects">StateService,StateServiceEAR</property>
+				<property name="required-components">teiid</property>
+				<property name="description">This project example requires a Teiid
+					instance running within the JBoss EAP 5.0 or JBoss AS >= 5.1.0
+				</property>
+			</fix>
+		</fixes>
+		<perspectiveId>modelerPerspective</perspectiveId>
+	</project>
+</projects>



More information about the jbosstools-commits mailing list