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/23 16:35:40 UTC

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

Author: spoole
Date: Tue Jun 23 16:35:40 2009
New Revision: 787749

URL: http://svn.apache.org/viewvc?rev=787749&view=rev
Log:
updated pyjvmti build to build into target directory

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

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.native.pyjvmti/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.native.pyjvmti/pom.xml?rev=787749&r1=787748&r2=787749&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.native.pyjvmti/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.native.pyjvmti/pom.xml Tue Jun 23 16:35:40 2009
@@ -32,8 +32,8 @@
             <argument>setup.py</argument>
             <argument>${sdk.install.dir}</argument>
             <argument>build</argument>
-            <argument>sdist</argument>
-            <argument>bdist</argument>
+            <argument>--build-base=../target</argument>
+            
           </arguments>
           
         </configuration>