You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2019/08/12 07:15:38 UTC

svn commit: r1864940 - /jackrabbit/site/live/filevault/properties.html

Author: kwin
Date: Mon Aug 12 07:15:38 2019
New Revision: 1864940

URL: http://svn.apache.org/viewvc?rev=1864940&view=rev
Log:
@trivial: Site checkin for project Apache Jackrabbit FileVault Documentation-3.2.9-SNAPSHOT

Modified:
    jackrabbit/site/live/filevault/properties.html

Modified: jackrabbit/site/live/filevault/properties.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/properties.html?rev=1864940&r1=1864939&r2=1864940&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/properties.html (original)
+++ jackrabbit/site/live/filevault/properties.html Mon Aug 12 07:15:38 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2019-07-31
+ | Generated by Apache Maven Doxia at 2019-08-12
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190731" />
+    <meta name="Date-Revision-yyyymmdd" content="20190812" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Filevault - Content Package Properties</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -136,7 +136,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2019-07-31</li>
+                  <li id="publishDate">Last Published: 2019-08-12</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.9-SNAPSHOT</li>
                       
                 
@@ -289,7 +289,7 @@
 <p>One of the most important meta files of a content package is the <tt>properties.xml</tt> which is present in the <tt>META-INF/vault</tt> directory. It defines defines several meta data around the content package itself which are just used for informational purpose (like <tt>lastModifiedBy</tt>) and other properties which actually influence how the package is installed (like <tt>subPackageHandling</tt>). In addition to that there is the <tt>MANIFEST.MF</tt> within <tt>META-INF</tt> which contains only informational metadata.</p>
 <div class="section">
 <h2>properties.xml<a name="properties.xml"></a></h2>
-<p>The <tt>properties.xml</tt> follows the format of a Java properties file in XML format as defined by <a class="externalLink" href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html">java.util.Properties</a>. The individual keys are defined within <a href="api.PackageProperties">PackageProperties</a>.</p>
+<p>The <tt>properties.xml</tt> follows the format of a Java properties file in XML format as defined by <a class="externalLink" href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html">java.util.Properties</a>. The individual keys are defined within <a href="apidocs/org/apache/jackrabbit/vault/packaging/PackageProperties.html">PackageProperties</a>.</p>
 <p>Example:</p>
 
 <div class="source">