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 sp...@apache.org on 2009/06/15 23:45:31 UTC

svn commit: r785027 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml

Author: spoole
Date: Mon Jun 15 23:45:31 2009
New Revision: 785027

URL: http://svn.apache.org/viewvc?rev=785027&view=rev
Log:
redo pyjvmti build in maven

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml?rev=785027&r1=785026&r2=785027&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml Mon Jun 15 23:45:31 2009
@@ -25,7 +25,7 @@
           </execution>
         </executions>
         <configuration>
-          <executable>python</executable>
+          <executable>${python.bin}</executable>
           <workingDirectory>src</workingDirectory>
           <arguments>
             <argument>setup.py</argument>