You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/03/09 12:45:36 UTC

svn commit: r1454688 - in /jena/trunk/jena-core/src/main/resources: jena-properties.xml org/apache/jena/jena-properties.xml

Author: andy
Date: Sat Mar  9 11:45:35 2013
New Revision: 1454688

URL: http://svn.apache.org/r1454688
Log:
jena-properties.xml

Added:
    jena/trunk/jena-core/src/main/resources/org/apache/jena/jena-properties.xml
Removed:
    jena/trunk/jena-core/src/main/resources/jena-properties.xml

Added: jena/trunk/jena-core/src/main/resources/org/apache/jena/jena-properties.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/resources/org/apache/jena/jena-properties.xml?rev=1454688&view=auto
==============================================================================
--- jena/trunk/jena-core/src/main/resources/org/apache/jena/jena-properties.xml (added)
+++ jena/trunk/jena-core/src/main/resources/org/apache/jena/jena-properties.xml Sat Mar  9 11:45:35 2013
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<!-- Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 -->
+<properties version="1.0">
+  <comment>Jena System Properties</comment>
+  <entry key="org.apache.jena.name">${project.name}</entry>
+  <entry key="org.apache.jena.website">${project.url}</entry>
+  <entry key="org.apache.jena.version">${project.version}</entry>
+  <entry key="org.apache.jena.build.datetime">${build.time.xsd}</entry>
+</properties>