Skip to content

Commit

Permalink
Bz1185085: Add Red Hat prefix for JBoss Developer Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Feb 10, 2015
1 parent 69062d1 commit ee7e4bb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bean-validation-custom-constraint/README.md
Expand Up @@ -91,7 +91,7 @@ _Note:_ You will see the following warning in the server log. You can ignore thi
HHH000431: Unable to determine H2 database version, certain features may not work


Test the Quickstart in JBoss Developer Studio or Eclipse
Test the Quickstart in Red Hat JBoss Developer Studio or Eclipse
-------------------------------------
You can also start the server and deploy the quickstarts or run the Arquillian tests from Eclipse using JBoss tools. For more information, see [Use JBoss Developer Studio or Eclipse to Run the Quickstarts](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/USE_JBDS.md#use-jboss-developer-studio-or-eclipse-to-run-the-quickstarts)

Expand Down
2 changes: 1 addition & 1 deletion bean-validation/README.md
Expand Up @@ -89,7 +89,7 @@ _Note:_ You will see the following warning in the server log. You can ignore thi
HHH000431: Unable to determine H2 database version, certain features may not work


Test the Quickstart in JBoss Developer Studio or Eclipse
Test the Quickstart in Red Hat JBoss Developer Studio or Eclipse
-------------------------------------
You can also start the server and deploy the quickstarts or run the Arquillian tests from Eclipse using JBoss tools. For more information, see [Use JBoss Developer Studio or Eclipse to Run the Quickstarts](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/USE_JBDS.md#use-jboss-developer-studio-or-eclipse-to-run-the-quickstarts)

Expand Down
4 changes: 2 additions & 2 deletions guide/Archetype.asciidoc
Expand Up @@ -5,7 +5,7 @@

What we didn't tell you about the kitchensink quickstart is that it is generated from a Maven archetype. Using this archetype offers you the perfect opportunity to generate your own project.

You can create a project from the archetype using JBoss Developer Studio, or Eclipse with JBoss Tools. First, open up _JBoss Central_, if it isn't already open. Hit _Cmd-3_ (Mac) or _Ctrl-3_ (Windows, Linux) and type _JBoss Central_:
You can create a project from the archetype using Red Hat JBoss Developer Studio, or Eclipse with JBoss Tools. First, open up _JBoss Central_, if it isn't already open. Hit _Cmd-3_ (Mac) or _Ctrl-3_ (Windows, Linux) and type _JBoss Central_:

image:gfx/Eclipse_JBoss_Central_1.png[]

Expand All @@ -17,7 +17,7 @@ To create a new project, based on the kitchensink quickstart, click on _Create P

image:gfx/Eclipse_JavaEEWebProject_1.png[]

JBoss Developer Studio will then check that you have the necessary pre-requisites to create the project. If you are using JBoss Developer Studio, then you should, otherwise, JBoss Tools will help you install the necessary pre-requisites. See link:http://jboss.org/tools[JBoss Tools] for more information.
Red Hat JBoss Developer Studio will then check that you have the necessary pre-requisites to create the project. If you are using JBoss Developer Studio, then you should, otherwise, JBoss Tools will help you install the necessary pre-requisites. See link:http://jboss.org/tools[JBoss Tools] for more information.

Hit _Next >_. On the next screen you can enter a project name, package for sample code, and finally select a target runtime:

Expand Down
4 changes: 2 additions & 2 deletions guide/GettingStarted.asciidoc
Expand Up @@ -28,10 +28,10 @@ The JBoss EAP 6 runtime::
The JBoss EAP 6 quickstarts::
Download the link:http://www.jboss.org/products/eap/download/[Quickstarts]

If you wish to use the examples from an IDE, we recommend using JBoss Developer Studio, or Eclipse with JBoss Tools.
If you wish to use the examples from an IDE, we recommend using Red Hat JBoss Developer Studio, or Eclipse with JBoss Tools.

JBoss Developer Studio::
Download JBDS from link:http://www.jboss.org/products/devstudio/download/[]. JBDS includes JBoss EAP.
Download JBDS from link:http://www.jboss.org/products/devstudio/download/[]. JBoss Developer Studio includes JBoss EAP.
Eclipse, with JBoss Tools::
Download JBoss Tools from link:http://jboss.org/tools[]. Make sure you install m2eclipse as well.

Expand Down
2 changes: 1 addition & 1 deletion guide/GreeterQuickstart.asciidoc
Expand Up @@ -12,7 +12,7 @@ Switch to the `quickstarts/greeter` directory and instruct Maven to build and de

The quickstart uses a Maven plugin to deploy the application. The plugin requires Red Hat JBoss Enterprise Application Platform 6 to be running (you can find out how to start the server in <<GettingStarted-on_linux, Installing and starting the JBoss server on Linux, Unix or Mac OS X>> or <<GettingStarted-on_windows, Installing and starting the JBoss server on Windows>>).

Or you can start the server using an IDE, like JBoss Developer Studio. If you are using JBoss Developer Studio, you can deploy the quickstart by right clicking on the `jboss-greeter` project, and choosing _Run As -> Run On Server_:
Or you can start the server using an IDE, like Red Hat JBoss Developer Studio. If you are using JBoss Developer Studio, you can deploy the quickstart by right clicking on the `jboss-greeter` project, and choosing _Run As -> Run On Server_:

image:gfx/Eclipse_Greeter_Deploy_1.png[]

Expand Down
2 changes: 1 addition & 1 deletion guide/HelloworldQuickstart.asciidoc
Expand Up @@ -37,7 +37,7 @@ some changes, it's pretty easy:

It's time to pull the covers back and dive into the internals of the quickstart.

== Deploying the Helloworld quickstart using JBoss Developer Studio, or Eclipse with JBoss Tools
== Deploying the Helloworld quickstart using Red Hat JBoss Developer Studio, or Eclipse with JBoss Tools

You may choose to deploy the quickstart using JBoss Developer Studio, or Eclipse with JBoss Tools. You'll need to have Red Hat JBoss Enterprise Application Platform 6 started in the IDE (as described in <<GettingStarted-with_jboss_tools, Starting the JBoss server from JBDS or Eclipse with JBoss Tools>>) and to have imported the quickstarts into Eclipse (as described in <<GettingStarted-importing_quickstarts_into_eclipse,Importing the quickstarts into Eclipse>>).

Expand Down
2 changes: 1 addition & 1 deletion guide/KitchensinkQuickstart.asciidoc
Expand Up @@ -45,7 +45,7 @@ some changes, it's pretty easy:

It's time to pull the covers back and dive into the internals of the application.

== Deploying the Kitchensink quickstart using JBoss Developer Studio, or Eclipse with JBoss Tools
== Deploying the Kitchensink quickstart using Red Hat JBoss Developer Studio, or Eclipse with JBoss Tools

You may choose to deploy the quickstart using JBoss Developer Studio, or Eclipse with JBoss Tools. You'll need to have Red Hat JBoss Enterprise Application Platform 6 started in the IDE (as described in <<GettingStarted-with_jboss_tools, Starting the JBoss server from JBDS or Eclipse with JBoss Tools>>) and to have imported the quickstarts into Eclipse (as described in <<GettingStarted-importing_quickstarts_into_eclipse,Importing the quickstarts into Eclipse>>).

Expand Down
2 changes: 1 addition & 1 deletion guide/NumberguessQuickstart.asciidoc
Expand Up @@ -11,7 +11,7 @@ Switch to the `quickstarts/numberguess` directory and instruct Maven to build an

The quickstart uses a Maven plugin to deploy the application. The plugin requires Red Hat JBoss Enterprise Application Platform 6 to be running (you can find out how to start the server in <<GettingStarted-on_linux, Installing and starting the JBoss server on Linux, Unix or Mac OS X>> or <<GettingStarted-on_windows, Installing and starting the JBoss server on Windows>>).

Or you can start the server using an IDE, like JBoss Developer Studio.
Or you can start the server using an IDE, like Red Hat JBoss Developer Studio.

Now, see if you can determine the most efficient approach to pinpoint the random number at the URL http://localhost:8080/jboss-numberguess.

Expand Down

0 comments on commit ee7e4bb

Please sign in to comment.