Skip to content

Commit

Permalink
re-established compatibility to Apache MyFaces (issue #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Nov 25, 2014
1 parent f7a9a06 commit 4147d42
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 372 deletions.
1 change: 0 additions & 1 deletion meta/bootsfaces-b.full.taglib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,6 @@
<tag-name>panelGrid</tag-name>
<component>
<component-type>net.bootsfaces.component.PanelGrid</component-type>
<handler-class />
</component>
<attribute>
<description>Unique identifier of the component in a namingContainer.</description>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
<profile>
<id>Mojarra 2.2.8-02</id>
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.2.8-02</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
Expand All @@ -80,13 +80,14 @@
<profile>
<id>MyFaces 2.2.4</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</profile>
Expand Down
Loading

0 comments on commit 4147d42

Please sign in to comment.