From jbosstools-commits at lists.jboss.org Mon Jan 24 18:15:07 2011 Content-Type: multipart/mixed; boundary="===============8101868338630486025==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r28589 - trunk/documentation/whatsnew/examples. Date: Mon, 24 Jan 2011 18:15:07 -0500 Message-ID: <201101242315.p0ONF7VF018015@svn01.web.mwc.hst.phx2.redhat.com> --===============8101868338630486025== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: snjeza Date: 2011-01-24 18:15:06 -0500 (Mon, 24 Jan 2011) New Revision: 28589 Added: trunk/documentation/whatsnew/examples/examples-news-3.2.0.CR1.html Log: JBIDE-8211 Project Examples in N&N Added: trunk/documentation/whatsnew/examples/examples-news-3.2.0.CR1.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/examples/examples-news-3.2.0.CR1.html = (rev 0) +++ trunk/documentation/whatsnew/examples/examples-news-3.2.0.CR1.html 2011= -01-24 23:15:06 UTC (rev 28589) @@ -0,0 +1,60 @@ + + + + + + + +Examples 3.2.0.CR1 What's New + + +

Examples 3.2.0.CR1 What's New

+ +

< Main Index Hibernate Tools >

+ + + + + + + + + +
+
+

Project Examples

+
+
+ Maven Project Example= + +

It is possible to create a Maven project example with no Eclipse me= tadata.

+

+ The following is an example of the use of a pure Maven project example: +

+<project> + <category>Weld 1.0.1</category> + <name>weld-jsf-login</name> + <included-projects> + weld-examples-parent,weld-jsf-login + </included-projects> + <shortDescription>Weld JSF login example</shortDescription> + <description> + The example demonstrates user login/logout for an application that uses = JSF. + It will create the weld-examples-parent and weld-jsf-login project in yo= ur workspace. + </description> + <size>17532</size> + <url>http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/weld-exam= ples/weld-jsf-login-1.0.1-examples.zip&lt;/url> + <importType>maven</importType> + <importTypeDescription>The project example requires the m2eclipse-core, m= 2eclipse-wtp and JBoss Maven Project Examples feature.</importTypeDescripti= on> +</project> + +

+

+ For more details, see JBIDE-7944 +

+
+ + + + --===============8101868338630486025==--