You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/12/06 06:18:50 UTC

svn commit: r482899 - in /harmony/enhanced/jdktools/trunk/modules/samsa: build.xml make/hyproperties.xml

Author: geirm
Date: Tue Dec  5 21:18:50 2006
New Revision: 482899

URL: http://svn.apache.org/viewvc?view=rev&rev=482899
Log:
add more tools and remove extra stuff in hyproperties.xml


Modified:
    harmony/enhanced/jdktools/trunk/modules/samsa/build.xml
    harmony/enhanced/jdktools/trunk/modules/samsa/make/hyproperties.xml

Modified: harmony/enhanced/jdktools/trunk/modules/samsa/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/samsa/build.xml?view=diff&rev=482899&r1=482898&r2=482899
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/samsa/build.xml (original)
+++ harmony/enhanced/jdktools/trunk/modules/samsa/build.xml Tue Dec  5 21:18:50 2006
@@ -55,8 +55,20 @@
         <chmod file="${hy.jdk}/bin/javah${exe.suffix}" perm="ugo+x" />
         <copy file="${hy.jdk}/bin/samsa${exe.suffix}" tofile="${hy.jdk}/bin/java${exe.suffix}" />
         <chmod file="${hy.jdk}/bin/java${exe.suffix}" perm="ugo+x" />
+        <copy file="${hy.jdk}/bin/samsa${exe.suffix}" tofile="${hy.jdk}/bin/keytool${exe.suffix}" />
+        <chmod file="${hy.jdk}/bin/keytool${exe.suffix}" perm="ugo+x" />
+        <copy file="${hy.jdk}/bin/samsa${exe.suffix}" tofile="${hy.jdk}/bin/jarsigner${exe.suffix}" />
+        <chmod file="${hy.jdk}/bin/jarsigner${exe.suffix}" perm="ugo+x" />
 
         <delete file="${hy.jdk}/bin/samsa${exe.suffix}"/>
+        
+        <!-- copy the tool data -->
+
+        <copy todir="${hy.jdk}/bin/data" overwrite="yes">
+            <fileset dir="${hy.samsa.src.main.resources}/data/">
+                <patternset includes="*.dat" />
+            </fileset>
+        </copy>
 
     </target>
 

Modified: harmony/enhanced/jdktools/trunk/modules/samsa/make/hyproperties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/samsa/make/hyproperties.xml?view=diff&rev=482899&r1=482898&r2=482899
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/samsa/make/hyproperties.xml (original)
+++ harmony/enhanced/jdktools/trunk/modules/samsa/make/hyproperties.xml Tue Dec  5 21:18:50 2006
@@ -29,7 +29,6 @@
          <test location="src/test">
             <resources location="src/test/resources" />
          </test>
-         <natives location="src/natives" />
       </src>
       <bin>
         <main location="bin/main" />