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 22:27:18 UTC

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

Author: spoole
Date: Mon Jun 15 22:27:17 2009
New Revision: 785010

URL: http://svn.apache.org/viewvc?rev=785010&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=785010&r1=785009&r2=785010&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 22:27:17 2009
@@ -1,30 +1,31 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>kato</artifactId>
-    <groupId>org.apache.kato</groupId>
-    <version>0.0.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.kato.pyjvmti</groupId>
-  <artifactId>org.apache.kato.pyjvmti</artifactId>
-  <packaging>pom</packaging>
-  <version>0.0.1-SNAPSHOT</version>
-  <build>
-     <plugins>
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-antrun-plugin</artifactId>
-         <version>1.3</version>
-         <executions>
-           <execution>
-           <id>ant-calling-example</id>
-             <phase>generate-sources</phase>
-             <goals>
-               <goal>run</goal>
-             </goals>
-             <configuration>
-               <tasks>
-               <property name="dirpath" value="${sdk.install.dir}" />
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<artifactId>kato</artifactId>
+		<groupId>org.apache.kato</groupId>
+		<version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.kato.pyjvmti</groupId>
+	<artifactId>org.apache.kato.pyjvmti</artifactId>
+	<packaging>pom</packaging>
+	<version>0.0.1-SNAPSHOT</version>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<version>1.3</version>
+				<executions>
+					<execution>
+						<id>build jvmti agent</id>
+						<phase>compile</phase>
+						<goals>
+							<goal>run</goal>
+						</goals>
+						<configuration>
+							<tasks>
+								<property name="dirpath" value="${sdk.install.dir}" />
 
 								<path id="dir">
 									<dirset dir="${dirpath}" />
@@ -41,13 +42,13 @@
 								</exec>
 
 
-               
-               </tasks>
-           	</configuration>
-           </execution>
-		  </executions>
-		</plugin>
-	</plugins>
- </build>
-  
+
+							</tasks>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>
\ No newline at end of file