You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by mo...@apache.org on 2009/11/12 14:58:50 UTC

svn commit: r835403 - in /incubator/kato/trunk/org.apache.kato/kato.native.distro: pom.xml src/main/assembly/nativebin.xml

Author: monteith
Date: Thu Nov 12 14:58:50 2009
New Revision: 835403

URL: http://svn.apache.org/viewvc?rev=835403&view=rev
Log:
Change native windows package to include shortened name.

Modified:
    incubator/kato/trunk/org.apache.kato/kato.native.distro/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.native.distro/src/main/assembly/nativebin.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.native.distro/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native.distro/pom.xml?rev=835403&r1=835402&r2=835403&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native.distro/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native.distro/pom.xml Thu Nov 12 14:58:50 2009
@@ -55,6 +55,7 @@
   </dependencies>
         <properties>
             <assembly.format>tar.gz</assembly.format>
+	    <os.family>linux</os.family>
         </properties>
     </profile>
 
@@ -76,6 +77,7 @@
   </dependencies>
         <properties>
             <assembly.format>zip</assembly.format>
+	    <os.family>windows</os.family>
         </properties>
     </profile>
 
@@ -97,6 +99,7 @@
   </dependencies>
         <properties>
             <assembly.format>zip</assembly.format>
+	    <os.family>windows</os.family>
         </properties>
     </profile>
 

Modified: incubator/kato/trunk/org.apache.kato/kato.native.distro/src/main/assembly/nativebin.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native.distro/src/main/assembly/nativebin.xml?rev=835403&r1=835402&r2=835403&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native.distro/src/main/assembly/nativebin.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native.distro/src/main/assembly/nativebin.xml Thu Nov 12 14:58:50 2009
@@ -19,7 +19,7 @@
     * under the License.
 -->
 <assembly>
-  <id>native-bin-${os.name}-${os.arch}</id>
+  <id>native-bin-${os.family}-${os.arch}</id>
   <baseDirectory>kato-${project.version}</baseDirectory>
   <formats>
     <format>${assembly.format}</format>
@@ -39,7 +39,7 @@
         from the project directory into the binary base directory.
     -->
     <fileSet>
-        <directory>../..</directory>
+        <directory>..</directory>
         <outputDirectory>/</outputDirectory>
         <includes>
             <include>DISCLAIMER.txt</include>