Skip to content

Commit

Permalink
move implementation to parsson repo,
Browse files Browse the repository at this point in the history
see https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/34

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jun 8, 2021
1 parent ab3ef16 commit 6aa9dae
Show file tree
Hide file tree
Showing 138 changed files with 2 additions and 19,827 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,4 @@ install: true

script:
- cd api
- mvn -U -C -Pstaging,oss-release -Dnon.final=true -Dgpg.skip=true clean install
- cd ..
- mvn -U -C -Pstaging,oss-release,all -Dnon.final=true -Dgpg.skip=true clean install
- cd tck
- mvn -U clean install
- cd ../impl-tck
- mvn -U clean test

- mvn -U -C -Pstaging,oss-release -Dgpg.skip=true clean install
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Jakarta JSON Processing

Jakarta JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents.
This project contains Jakarta JSON Processing specification, API and a compatible implementation.
This project contains Jakarta JSON Processing specification, API and TCK.

## Build

Expand All @@ -32,8 +32,6 @@ mvn -U -C clean install
under the [Eclipse Public License (EPL) v2.0](https://projects.eclipse.org/license/epl-2.0)
and [GNU General Public License (GPL) v2 with Classpath Exception](https://www.gnu.org/software/classpath/license.html);
see the license information at the top of each source file.
* The source code for the demo programs is licensed
under the [Eclipse Distribution License (EDL) v1.0.](https://www.eclipse.org/org/documents/edl-v10.php).
* The binary jar files published to the Maven repository are licensed
under the same licenses as the corresponding source code;
see the file `META-INF/LICENSE.txt` in each jar file.
Expand All @@ -47,9 +45,7 @@ the license text included in every source file.

## Links

- [Jakarta JSON Processing official web site](https://eclipse-ee4j.github.io/jsonp)
- [Jakarta JSON Processing @ Eclipse](https://projects.eclipse.org/projects/ee4j.jsonp)
- [README.txt](https://github.com/eclipse-ee4j/jsonp/blob/master/bundles/ri/src/main/resources/README.txt)

## Contributing

Expand Down
224 changes: 0 additions & 224 deletions bundles/jakarta.json/pom.xml

This file was deleted.

25 changes: 0 additions & 25 deletions bundles/jakarta.json/src/main/java/module-info.java

This file was deleted.

72 changes: 0 additions & 72 deletions bundles/jakarta.json/src/main/javadoc/doc-files/speclicense.html

This file was deleted.

Loading

0 comments on commit 6aa9dae

Please sign in to comment.