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:08:52 UTC

svn commit: r806952 - /commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest

Author: mturk
Date: Sun Aug 23 11:08:51 2009
New Revision: 806952

URL: http://svn.apache.org/viewvc?rev=806952&view=rev
Log:
Add test manifest

Added:
    commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest   (with props)

Added: 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=806952&view=auto
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest (added)
+++ commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest Sun Aug 23 11:08:51 2009
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Implementation-Vendor: Apache Software Foundation
+Implementation-Title: Apache Commons Runtime
+Implementation-Version: 1.0.0_1
+Specification-Vendor: Apache Software Foundation
+Created-By: 1.6.0_14 (Sun Microsystems Inc.)
+Specification-Title: Apache Commons Runtime API Specification
+Specification-Version: 1.0.0
+CanBeWhatever: value
+
+Name: org/apache/commons/runtime/Main.class
+Boolean: True
+String: Once
+String: Twice
+
+Name: org/apache/commons/runtime/Main.class
+Boolean: False
+String: 
+string: Attribute names are case insensitive
+
+name: Section names are case inensitive
+Boolean: Value
+

Propchange: commons/sandbox/runtime/trunk/src/main/native/test/sample.manifest
------------------------------------------------------------------------------
    svn:eol-style = native