Skip to content

Commit 6aa9dae

Browse files
committed
move implementation to parsson repo,
see https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/34 Signed-off-by: Lukas Jungmann <[email protected]>
1 parent ab3ef16 commit 6aa9dae

File tree

138 files changed

+2
-19827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+2
-19827
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,4 @@ install: true
2626

2727
script:
2828
- cd api
29-
- mvn -U -C -Pstaging,oss-release -Dnon.final=true -Dgpg.skip=true clean install
30-
- cd ..
31-
- mvn -U -C -Pstaging,oss-release,all -Dnon.final=true -Dgpg.skip=true clean install
32-
- cd tck
33-
- mvn -U clean install
34-
- cd ../impl-tck
35-
- mvn -U clean test
36-
29+
- mvn -U -C -Pstaging,oss-release -Dgpg.skip=true clean install

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Jakarta JSON Processing
1818

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

2222
## Build
2323

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

4846
## Links
4947

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

5450
## Contributing
5551

bundles/jakarta.json/pom.xml

Lines changed: 0 additions & 224 deletions
This file was deleted.

bundles/jakarta.json/src/main/java/module-info.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

bundles/jakarta.json/src/main/javadoc/doc-files/speclicense.html

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)