Skip to content

Commit

Permalink
JBEAP-1437: Fix picketlink-sts index.html files
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Dec 2, 2015
1 parent f6cd763 commit 13b09dd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 43 deletions.
42 changes: 21 additions & 21 deletions .gitignore
@@ -1,39 +1,39 @@
*~
target
.DS_Store
.faces-config.xml.faceside
.faces-config.xml.jsfdia
MANIFEST.MF
atlassian-ide-plugin.xml
bin
.openshift
*/.gitignore
.gitkeep
/helloworld-jsp
README.html
CONTRIBUTING.html
RELEASE_PROCEDURE.html
.errai
helloworld-gwt/src/main/gwt-unitCache
helloworld-gwt/src/main/webapp/HelloWorldApp
helloworld-gwt/src/main/webapp/WEB-INF/deploy
helloworld-errai/src/main/gwt-unitCache
helloworld-errai/src/main/webapp/HelloWorldApp
helloworld-errai/src/main/webapp/WEB-INF/deploy
MANIFEST.MF
out
README.html
RELEASE_PROCEDURE.html
target
.classpath
.clover
.DS_Store
.errai
.factorypath
.gitkeep
.idea
.metadata
.nbattrs
.openshift
.project
.settings
.tern-project
.faces-config.xml.faceside
.faces-config.xml.jsfdia
*/.gitignore
/helloworld-jsp
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml
.classpath
.project
.settings
.metadata
.factorypath
bin
.nbattrs
*.log
.clover
*.swp
!/wicket-war/src/main/resources/META-INF/MANIFEST.MF

40 changes: 18 additions & 22 deletions picketlink-sts/src/main/webapp/index.html
Expand Up @@ -15,29 +15,25 @@
limitations under the License.
-->
<html>
<head><title>jboss-picketlink-sts Quickstart</title></head>
<head>
<title>jboss-picketlink-sts Quickstart</title>
</head>

<body>
<body>

<h1>picketlink-sts Quickstart</h1>
<p>
The <i>picketlink-sts</i> quickstart demonstrates how to deploy
a fully compliant WS-Trust Security Token Service (STS) to
Red Hat JBoss Enterprise Application Platform.
</p>
<p>
There is no user interface for this quickstart. Instead, follow these steps
to test the service.
</p>
<p>
<ol>
<li>Right-click on the `jboss-picketlink-sts` project and choose `Run As` --> `Maven Build`.</li>
<li>Enter "picketlink-sts" for the `Name`.</li>
<li>Enter "exec:java" for the `Goals:`.</li>
<li>Click `Run`.</li>
<li>Review the output in the console window.</li>
</ol>
</p>
</body>
<h1>picketlink-sts Quickstart</h1>
<p>
The <i>picketlink-sts</i> quickstart demonstrates how to deploy a fully compliant WS-Trust Security Token Service (STS)
to Red Hat JBoss Enterprise Application Platform.
</p>
<p>There is no user interface for this quickstart. Instead, follow these steps to test the service.</p>
<ol>
<li>Right-click on the `jboss-picketlink-sts` project and choose `Run As` --> `Maven Build`.</li>
<li>Enter "picketlink-sts" for the `Name`.</li>
<li>Enter "exec:java" for the `Goals:`.</li>
<li>Click `Run`.</li>
<li>Review the output in the console window.</li>
</ol>
</body>

</html>

0 comments on commit 13b09dd

Please sign in to comment.