Skip to content

Commit

Permalink
Merge pull request #4453 from arjantijms/4411-remove-bean-package
Browse files Browse the repository at this point in the history
#4411 - remove javax.faces.bean package
  • Loading branch information
arjantijms authored Sep 18, 2018
2 parents 469ae67 + 4848dda commit 28ab647
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 572 deletions.
13 changes: 0 additions & 13 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,19 +378,6 @@

</execution>

<execution>
<id>attach-managedbeandocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>managed-bean-javadoc</classifier>
<outputDirectory>${project.build.directory}/managed-bean-javadocs</outputDirectory>
<reportOutputDirectory>${project.build.directory}/site/managed-bean-javadocs</reportOutputDirectory>
<subpackages>javax.faces.bean</subpackages>
</configuration>

</execution>
</executions>
</plugin>

Expand Down
42 changes: 0 additions & 42 deletions impl/src/main/java/javax/faces/bean/ApplicationScoped.java

This file was deleted.

56 changes: 0 additions & 56 deletions impl/src/main/java/javax/faces/bean/CustomScoped.java

This file was deleted.

110 changes: 0 additions & 110 deletions impl/src/main/java/javax/faces/bean/ManagedBean.java

This file was deleted.

67 changes: 0 additions & 67 deletions impl/src/main/java/javax/faces/bean/ManagedProperty.java

This file was deleted.

40 changes: 0 additions & 40 deletions impl/src/main/java/javax/faces/bean/NoneScoped.java

This file was deleted.

49 changes: 0 additions & 49 deletions impl/src/main/java/javax/faces/bean/ReferencedBean.java

This file was deleted.

Loading

0 comments on commit 28ab647

Please sign in to comment.