-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6,628 changed files
with
720,998 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
target/ | ||
api/src/main/java/ | ||
api/src/main/resources/ | ||
impl/yuicompressor.jar | ||
changebundle.txt | ||
dependencies | ||
build.properties | ||
**/*.iml | ||
*.class | ||
*.jar | ||
*.jsfdia | ||
target/ | ||
/bin/ | ||
/dist/ | ||
/dependencies/ | ||
/jsf-demo/dist/ | ||
/jsf-tools/build/ | ||
/jsf-tools/target/ | ||
/build.properties | ||
.settings/ | ||
.classpath | ||
.project | ||
test/**/.classpath | ||
test/**/.project | ||
spi/**/.classpath | ||
spi/**/.project | ||
impl/**/.classpath | ||
impl/**/.project | ||
impl/bnd.bnd | ||
api/**/.classpath | ||
api/**/.project | ||
/nbproject/private/ | ||
/dependencies | ||
glassfish-8.0/ | ||
nbactions.xml | ||
/test/javaee8/passthrough/nb-configuration.xml | ||
*.DS_Store | ||
.idea/ | ||
Mojarra.iml | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Contributing to Eclipse Mojarra | ||
|
||
Thanks for your interest in this project. | ||
|
||
## Project description | ||
|
||
Eclipse Mojarra is an implementation for the JavaServer Faces specification | ||
(JSR-372). JavaServer Faces (JSF) is a Java specification for building | ||
component-based user interfaces for web applications. It is also a MVC web | ||
framework that simplifies construction of user interfaces (UI) for server-based | ||
applications by using reusable UI components in a page. | ||
|
||
* https://projects.eclipse.org/projects/ee4j.mojarra | ||
|
||
## Developer resources | ||
|
||
Information regarding source code management, builds, coding standards, and | ||
more. | ||
|
||
* https://projects.eclipse.org/projects/ee4j.mojarra/developer | ||
|
||
The project maintains the following source code repositories | ||
|
||
* https://github.com/eclipse-ee4j/mojarra | ||
|
||
## Eclipse Contributor Agreement | ||
|
||
Before your contribution can be accepted by the project team contributors must | ||
electronically sign the Eclipse Contributor Agreement (ECA). | ||
|
||
* http://www.eclipse.org/legal/ECA.php | ||
|
||
Commits that are provided by non-committers must have a Signed-off-by field in | ||
the footer indicating that the author is aware of the terms by which the | ||
contribution has been provided to the project. The non-committer must | ||
additionally have an Eclipse Foundation account and must have a signed Eclipse | ||
Contributor Agreement (ECA) on file. | ||
|
||
For more information, please see the Eclipse Committer Handbook: | ||
https://www.eclipse.org/projects/handbook/#resources-commit | ||
|
||
## Contact | ||
|
||
Contact the project developers via the project's "dev" list. | ||
|
||
* https://dev.eclipse.org/mailman/listinfo/mojarra-dev |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Notices for Eclipse Mojarra | ||
|
||
This content is produced and maintained by the Eclipse Mojarra project. | ||
|
||
* Project home: https://projects.eclipse.org/projects/ee4j.mojarra | ||
|
||
## Trademarks | ||
|
||
Eclipse Mojarra is a trademark of the Eclipse Foundation. | ||
|
||
## Copyright | ||
|
||
All content is the property of the respective authors or their employers. For | ||
more information regarding authorship of content, please consult the listed | ||
source code repository logs. | ||
|
||
## Declared Project Licenses | ||
|
||
This program and the accompanying materials are made available under the terms | ||
of the Eclipse Public License v. 2.0 which is available at | ||
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made | ||
available under the following Secondary Licenses when the conditions for such | ||
availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU | ||
General Public License, version 2 with the GNU Classpath Exception which is | ||
available at https://www.gnu.org/software/classpath/license.html. | ||
|
||
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 | ||
|
||
## Source Code | ||
|
||
The project maintains the following source code repositories: | ||
|
||
* https://github.com/eclipse-ee4j/mojarra | ||
|
||
## Third-party Content | ||
|
||
## Cryptography | ||
|
||
Content may contain encryption software. The country in which you are currently | ||
may have restrictions on the import, possession, and use, and/or re-export to | ||
another country, of encryption software. BEFORE using any encryption software, | ||
please check the country's laws, regulations and policies concerning the import, | ||
possession, or use, and re-export of encryption software, to see if this is | ||
permitted. |
Oops, something went wrong.