You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2020/08/08 21:11:10 UTC

[db-jdo] branch master updated: JDO-692: add new constant for javax.jdo.spi.PropertiesFileName to signature file

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/master by this push:
     new 86a8dd8  JDO-692: add new constant for javax.jdo.spi.PropertiesFileName to signature file
86a8dd8 is described below

commit 86a8dd89a3e71b25c1f84171b686d8a0c45b9841
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Sat Aug 8 23:11:02 2020 +0200

    JDO-692: add new constant for javax.jdo.spi.PropertiesFileName to signature file
---
 tck/src/main/resources/conf/jdo-signatures.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tck/src/main/resources/conf/jdo-signatures.txt b/tck/src/main/resources/conf/jdo-signatures.txt
index 2c47436..dccc5e8 100644
--- a/tck/src/main/resources/conf/jdo-signatures.txt
+++ b/tck/src/main/resources/conf/jdo-signatures.txt
@@ -208,6 +208,8 @@ public interface javax.jdo.Constants {
         = "javax.jdo.option.Mapping";
     static String PROPERTY_NAME
         = "javax.jdo.option.Name";
+    static String PROPERTY_SPI_PROPERTIES_FILE_NAME
+        = "javax.jdo.spi.PropertiesFileName";
     static String PROPERTY_SPI_RESOURCE_NAME
         = "javax.jdo.option.spi.ResourceName";
     static String PROPERTY_PERSISTENCE_UNIT_NAME