Author: mturk
Date: Wed Mar 17 13:48:01 2010
New Revision: 924292
URL: http://svn.apache.org/viewvc?rev=924292&view=rev
Log:
In future there will be multiple platform entries
Modified:
commons/sandbox/runtime/trunk/build.xml
Modified: commons/sandbox/runtime/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/build.xml?rev=924292&r1=924291&r2=924292&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/build.xml (original)
+++ commons/sandbox/runtime/trunk/build.xml Wed Mar 17 13:48:01 2010
@@ -359,7 +359,7 @@ The Apache Software Foundation (http://w
<attribute name="Implementation-Vendor-Id"
value="org.apache"/>
<attribute name="Implementation-Version" value="${version}
(build ${DSTAMP} ${TSTAMP})"/>
</section>
- <section name="${build.package.path}/platform">
+ <section name="${build.package.path}/platform/${systemid.os}">
<attribute name="Operating-System" value="${systemid.os}"/>
<attribute name="Machine" value="${systemid.cpu}"/>
<attribute name="Library"
value="${runtime.libname}.${systemid.so}"/>