Skip to content

Commit

Permalink
Bug 975920 Make JBoss Portal 6.1 Beta quickstarts available on JDF
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jun 25, 2013
1 parent 5d33233 commit 6b5ffda
Show file tree
Hide file tree
Showing 115 changed files with 556 additions and 265 deletions.
3 changes: 2 additions & 1 deletion cdi-generic-portlet/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ <h1><a name="cdigenericportlet-cdi-generic-portlet" class="anchor" href="#cdigen
Level: Intermediate<br/>
Technologies: Portlet, CDI<br/>
Summary: An application that demonstrates use of CDI in a portlet.<br/>
Target Product: GateIn Portal 3.6</p>
Target Product: GateIn Portal 3.6<br/>
Source: <a href="https://github.com/gatein/gatein-portal-quickstart">https://github.com/gatein/gatein-portal-quickstart</a></p>

<h2><a name="what-is-it" class="anchor" href="#what-is-it"><span class="anchor-icon"></span></a>What is it?</h2>

Expand Down
3 changes: 2 additions & 1 deletion cdi-generic-portlet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Author: Ken Finnigan, Peter Palaga
Level: Intermediate
Technologies: Portlet, CDI
Summary: An application that demonstrates use of CDI in a portlet.
Target Product: GateIn Portal 3.6
Target Product: GateIn Portal 3.6
Source: <https://github.com/gatein/gatein-portal-quickstart>

What is it?
-----------
Expand Down
4 changes: 2 additions & 2 deletions cdi-generic-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<m2eclipse.wtp.contextRoot>/portal/classic</m2eclipse.wtp.contextRoot>

<version.surefire.plugin>2.10</version.surefire.plugin>
<version.org.jboss.as.plugins.maven.plugin>7.3.Final</version.org.jboss.as.plugins.maven.plugin>
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

</properties>

Expand Down Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>${version.org.jboss.as.plugins.maven.plugin}</version>
<version>${version.jboss.maven.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion cdi-jsf-portlet/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ <h1><a name="cdijsfportlet-cdi-portlet-with-jsf" class="anchor" href="#cdijsfpor
Level: Intermediate<br/>
Technologies: Portlet, CDI, JSF<br/>
Summary: An application that demonstrates use of JSF 2 RI and CDI in a portlet<br/>
Target Product: GateIn Portal 3.6</p>
Target Product: GateIn Portal 3.6<br/>
Source: <a href="https://github.com/gatein/gatein-portal-quickstart">https://github.com/gatein/gatein-portal-quickstart</a></p>

<h2><a name="what-is-it" class="anchor" href="#what-is-it"><span class="anchor-icon"></span></a>What is it?</h2>

Expand Down
3 changes: 2 additions & 1 deletion cdi-jsf-portlet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Author: Ken Finnigan, Peter Palaga
Level: Intermediate
Technologies: Portlet, CDI, JSF
Summary: An application that demonstrates use of JSF 2 RI and CDI in a portlet
Target Product: GateIn Portal 3.6
Target Product: GateIn Portal 3.6
Source: <https://github.com/gatein/gatein-portal-quickstart>

What is it?
-----------
Expand Down
4 changes: 2 additions & 2 deletions cdi-jsf-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<m2eclipse.wtp.contextRoot>/portal/classic</m2eclipse.wtp.contextRoot>

<version.surefire.plugin>2.10</version.surefire.plugin>
<version.org.jboss.as.plugins.maven.plugin>7.3.Final</version.org.jboss.as.plugins.maven.plugin>
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -132,7 +132,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>${version.org.jboss.as.plugins.maven.plugin}</version>
<version>${version.jboss.maven.plugin}</version>
</plugin>

<plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions cdi-jsf-portlet/src/main/webapp/resources/css/application.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion cdi-scopes-portlet/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ <h1><a name="cdiscopesportlet-portlet-using-portetspecific-cdi-scopes" class="an
Level: Intermediate<br/>
Technologies: Portlet, CDI<br/>
Summary: Portlet Using Portal-Specific CDI Scopes @PortletLifecycleScoped and @PortletRedisplayScoped.<br/>
Target Product: GateIn Portal 3.6</p>
Target Product: GateIn Portal 3.6<br/>
Source: <a href="https://github.com/gatein/gatein-portal-quickstart">https://github.com/gatein/gatein-portal-quickstart</a></p>

<h2><a name="what-is-it" class="anchor" href="#what-is-it"><span class="anchor-icon"></span></a>What is it?</h2>

Expand Down
3 changes: 2 additions & 1 deletion cdi-scopes-portlet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Author: Ken Finnigan
Level: Intermediate
Technologies: Portlet, CDI
Summary: Portlet Using Portal-Specific CDI Scopes @PortletLifecycleScoped and @PortletRedisplayScoped.
Target Product: GateIn Portal 3.6
Target Product: GateIn Portal 3.6
Source: <https://github.com/gatein/gatein-portal-quickstart>

What is it?
-----------
Expand Down
4 changes: 2 additions & 2 deletions cdi-scopes-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<m2eclipse.wtp.contextRoot>/portal/classic</m2eclipse.wtp.contextRoot>

<version.surefire.plugin>2.10</version.surefire.plugin>
<version.org.jboss.as.plugins.maven.plugin>7.3.Final</version.org.jboss.as.plugins.maven.plugin>
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

</properties>

Expand Down Expand Up @@ -149,7 +149,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>${version.org.jboss.as.plugins.maven.plugin}</version>
<version>${version.jboss.maven.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source
* Copyright <Year>, Red Hat, Inc. and/or its affiliates, and individual
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
Expand Down
3 changes: 2 additions & 1 deletion gatein-portal-extension/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ <h1><a name="gateinportalextension-portal-extension" class="anchor" href="#gatei
Level: Beginner<br/>
Technologies: GateIn Portal, Portal Extension<br/>
Summary: Portal Extension<br/>
Target Product: GateIn Portal 3.6</p>
Target Product: GateIn Portal 3.6<br/>
Source: <a href="https://github.com/gatein/gatein-portal-quickstart">https://github.com/gatein/gatein-portal-quickstart</a></p>

<h2><a name="what-is-it" class="anchor" href="#what-is-it"><span class="anchor-icon"></span></a>What is it?</h2>

Expand Down
3 changes: 2 additions & 1 deletion gatein-portal-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Author: Thomas Heute, Peter Palaga
Level: Beginner
Technologies: GateIn Portal, Portal Extension
Summary: Portal Extension
Target Product: GateIn Portal 3.6
Target Product: GateIn Portal 3.6
Source: <https://github.com/gatein/gatein-portal-quickstart>


What is it?
Expand Down
7 changes: 7 additions & 0 deletions gatein-portal-extension/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@
<packaging>jar</packaging>
<url>http://www.gatein.org</url>
<description>Portal Extension Configuration</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
</project>
9 changes: 8 additions & 1 deletion gatein-portal-extension/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<name>Portal Extension EAR</name>
<url>http://gatein.org</url>
<description>Portal Extension EAR</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>

<dependencies>
<dependency>
Expand All @@ -44,7 +51,7 @@
</dependency>
</dependencies>
<build>
<finalName>gatein-portal-extension</finalName>
<finalName>${project.parent.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
26 changes: 17 additions & 9 deletions gatein-portal-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,24 @@

<artifactId>gatein-portal-extension</artifactId>
<groupId>org.gatein.portal.quickstarts</groupId>
<version>3.6.0.Final-qs4-SNAPSHOT</version>
<name>Portal Extension</name>
<version>3.6.0.Final-qs4-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Portal Extension</description>
<url>http://www.gatein.org</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>

<modules>
<module>config</module>
<module>war</module>
<module>ear</module>
</modules>

<properties>
<!-- GateIn Bill of Materials (BOM) version -->
Expand All @@ -39,15 +53,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.surefire.plugin>2.10</version.surefire.plugin>
<version.org.jboss.as.plugins.maven.plugin>7.3.Final</version.org.jboss.as.plugins.maven.plugin>
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>
</properties>

<modules>
<module>config</module>
<module>war</module>
<module>ear</module>
</modules>

<dependencyManagement>
<dependencies>
<!--
Expand All @@ -71,7 +79,7 @@
<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>${version.org.jboss.as.plugins.maven.plugin}</version>
<version>${version.jboss.maven.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
7 changes: 7 additions & 0 deletions gatein-portal-extension/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<name>Portal Extension WAR</name>
<url>http://gatein.org</url>
<description>Portal Extension WAR</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>

<build>
<finalName>gatein-portal-extension</finalName>
Expand Down
3 changes: 1 addition & 2 deletions gatein-portal-extension/war/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>

<?xml version="1.0" encoding="UTF-8" ?>
<!--
JBoss, Home of Professional Open Source
Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#banner {
border-top: 1px solid #b5b6b6;
Expand Down

0 comments on commit 6b5ffda

Please sign in to comment.