You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/23 13:25:06 UTC

svn commit: r806953 - in /commons/sandbox/runtime/trunk/src/main/native/test: PrintManifest.java sample.manifest

Author: mturk
Date: Sun Aug 23 11:25:05 2009
New Revision: 806953

URL: http://svn.apache.org/viewvc?rev=806953&view=rev
Log:
Few more manifest specification specifics

Modified:
    commons/sandbox/runtime/trunk/src/main/native/test/PrintManifest.java
    commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest

Modified: commons/sandbox/runtime/trunk/src/main/native/test/PrintManifest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/test/PrintManifest.java?rev=806953&r1=806952&r2=806953&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/test/PrintManifest.java (original)
+++ commons/sandbox/runtime/trunk/src/main/native/test/PrintManifest.java Sun Aug 23 11:25:05 2009
@@ -16,7 +16,7 @@
     public static void main(String args[])
     {
         if (args.length < 1) {
-            System.err.println("Usage: PrintProperies <file.properties>");
+            System.err.println("Usage: PrintManifest <file.manifest");
             System.exit(1);
         }
         try {

Modified: commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest?rev=806953&r1=806952&r2=806953&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest (original)
+++ commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest Sun Aug 23 11:25:05 2009
@@ -20,4 +20,11 @@
 
 name: Section names are case inensitive
 Boolean: Value
+long: Multiline values have a single space
+ In front of the next line    
+ and trailing spaces are not removed.
+
+name: Header names
+ can also be multiline
+    with first char being space