Skip to content

Commit

Permalink
initial contribution for Mojarra
Browse files Browse the repository at this point in the history
Signed-off-by: Zhijun Ren <[email protected]>
  • Loading branch information
ren-zhijun-oracle committed Apr 16, 2018
0 parents commit 6f612e6
Show file tree
Hide file tree
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.
40 changes: 40 additions & 0 deletions .gitignore
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
*~
46 changes: 46 additions & 0 deletions CONTRIBUTING.md
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
637 changes: 637 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions NOTICE.md
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.
Loading

0 comments on commit 6f612e6

Please sign in to comment.