Repository: polygene-java Updated Branches: refs/heads/develop 118bb06de -> 68f2ea567
Javadoc fix and that we don't depend on Joda time anymore. Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/4fa29e29 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/4fa29e29 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/4fa29e29 Branch: refs/heads/develop Commit: 4fa29e29381a6f70355ca5d3f9ea82493713b818 Parents: 118bb06 Author: niclas <[email protected]> Authored: Tue Apr 11 20:33:27 2017 +0800 Committer: niclas <[email protected]> Committed: Tue Apr 11 20:33:27 2017 +0800 ---------------------------------------------------------------------- .../main/java/org/apache/polygene/api/property/Property.java | 4 +--- distributions/src/bin-dist/README.txt | 5 ++--- distributions/src/src-dist/README.txt | 5 ++--- 3 files changed, 5 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/4fa29e29/core/api/src/main/java/org/apache/polygene/api/property/Property.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/property/Property.java b/core/api/src/main/java/org/apache/polygene/api/property/Property.java index f3384b1..2cb2497 100644 --- a/core/api/src/main/java/org/apache/polygene/api/property/Property.java +++ b/core/api/src/main/java/org/apache/polygene/api/property/Property.java @@ -31,9 +31,7 @@ package org.apache.polygene.api.property; * <li> String</li> * <li> BigInteger</li> * <li> BigDecimal</li> - * <li> Date</li> - * <li> DateTime (Joda Time)</li> - * <li> LocalDateTime (Joda Time)</li> + * <li> Java Time API</li> * <li> A serializable</li> * <li> A ValueComposite</li> * <li> A List, Set or Collection of any of the above</li> http://git-wip-us.apache.org/repos/asf/polygene-java/blob/4fa29e29/distributions/src/bin-dist/README.txt ---------------------------------------------------------------------- diff --git a/distributions/src/bin-dist/README.txt b/distributions/src/bin-dist/README.txt index b2d104d..9d69361 100644 --- a/distributions/src/bin-dist/README.txt +++ b/distributions/src/bin-dist/README.txt @@ -19,11 +19,10 @@ Please see https://polygene.apache.org for more information. Licensing --------- -All Apache Polygene⢠code is licensed under an Apache License. +All Polygene⢠code is licensed subject to the Apache License. Third-Party Dependencies may be licensed under other terms. The only -required dependencies are SLF4J (MIT Licence), ASM (BSD Licence) and -Joda-Time (Apache Licence). +required dependencies are SLF4J (MIT Licence) and ASM (BSD Licence) Finally, Polygene⢠TestSupport depends on JUnit 4.x and its dependencies, which is also not included in the SDK itself, as it is present among most Java http://git-wip-us.apache.org/repos/asf/polygene-java/blob/4fa29e29/distributions/src/src-dist/README.txt ---------------------------------------------------------------------- diff --git a/distributions/src/src-dist/README.txt b/distributions/src/src-dist/README.txt index a27ea07..7a2d996 100644 --- a/distributions/src/src-dist/README.txt +++ b/distributions/src/src-dist/README.txt @@ -19,11 +19,10 @@ Please see https://polygene.apache.org for more information. Licensing --------- -All Polygene⢠code is licensed under an Apache License. +All Polygene⢠code is licensed subject to the Apache License. Third-Party Dependencies may be licensed under other terms. The only -required dependencies are SLF4J (MIT Licence), ASM (BSD Licence) and -Joda-Time (Apache Licence). +required dependencies are SLF4J (MIT Licence) and ASM (BSD Licence). Finally, Polygene⢠TestSupport depends on JUnit 4.x and its dependencies, which is also not included in the SDK itself, as it is present among most Java
