From weld-commits at lists.jboss.org Fri Feb 26 03:05:14 2010
Content-Type: multipart/mixed; boundary="===============5345304729812380508=="
MIME-Version: 1.0
From: weld-commits at lists.jboss.org
To: weld-commits at lists.jboss.org
Subject: [weld-commits] Weld SVN: r5962 - doc/trunk/reference/en-US.
Date: Fri, 26 Feb 2010 03:05:14 -0500
Message-ID: <201002260805.o1Q85Emx029659@svn01.web.mwc.hst.phx2.redhat.com>
--===============5345304729812380508==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: dan.j.allen
Date: 2010-02-26 03:05:13 -0500 (Fri, 26 Feb 2010)
New Revision: 5962
Modified:
doc/trunk/reference/en-US/gettingstarted.xml
Log:
fix links/references to GlassFish download
Modified: doc/trunk/reference/en-US/gettingstarted.xml
=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
--- doc/trunk/reference/en-US/gettingstarted.xml 2010-02-25 10:35:21 UTC (r=
ev 5961)
+++ doc/trunk/reference/en-US/gettingstarted.xml 2010-02-26 08:05:13 UTC (r=
ev 5962)
@@ -214,23 +214,21 @@
Deploying to GlassFish
=
- Deploying to GlassFish should be easy, right? After all, it's the=
Java EE 6 reference implementation. Since
- it's the Java EE 6 reference implementation, that means it also b=
undles the JSR-299 reference implementation,
- Weld! So yes, it's very easy.
+ Deploying to GlassFish should be easy and familiar, right? After =
all, it's the Java EE 6 reference
+ implementation and Weld is the JSR-299 reference implementation, =
meaning Weld gets bundled with GlassFish. So
+ yes, it's all quite easy and familiar.
=
To deploy the examples to GlassFish, you'll need the final GlassFish V3 rele=
ase (the preview release won't do). If the final
- release isn't yet available, you can download a promoted =
build in the meantime. Select the b69
- preview release or above that ends in either -unix.sh or -windows.exe =
- depending on your platform. After the download is complete, execu=
te the installer. On Linux/Unix, you'll need =
- to first make the script executable.
+ url=3D"https://glassfish.dev.java.net/downloads/v3-final.html">Gl=
assFish V3 release. Select the release
+ that ends in either -unix.sh or -wind=
ows.exe depending on your platform.
+ After the download is complete, execute the installer. On Linux/U=
nix, you'll need to first make the script
+ executable.
=
- chmod 755 glassfish-v3-b69-unix.sh
-$> ./glassfish-v3-b69-unix.sh]]> =
+ chmod 755 glassfish-v3-unix.sh
+$> ./glassfish-v3-unix.sh]]> =
=
On Windows you can just click on the executable. Follow the instr=
uctions in the installer. It will create a
--===============5345304729812380508==--