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/09/28 14:38:56 UTC

svn commit: r819562 - /incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml

Author: spoole
Date: Mon Sep 28 14:38:55 2009
New Revision: 819562

URL: http://svn.apache.org/viewvc?rev=819562&view=rev
Log:
replaced cvmti win32 pom with previous one changed in error

Modified:
    incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml?rev=819562&r1=819561&r2=819562&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml Mon Sep 28 14:38:55 2009
@@ -1,11 +1,11 @@
 <project>
 
   <modelVersion>4.0.0</modelVersion>
-  <description>Create Windows 32bit version of Kato VM native library</description>
+  <description>Create Windows 32bit version of libcjvmti library</description>
 
   <parent>
     <groupId>org.apache.kato</groupId>
-    <artifactId>kato.native.vmapi</artifactId>
+    <artifactId>kato.native.cjvmti</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
 
@@ -14,14 +14,16 @@
   
     
     
-   <artifactId>katovmapi</artifactId>
+   <artifactId>cjvmti</artifactId>
   
-  <name>Win32 Version of Kato VM Native Library</name>
+  <name>Win32 Version of CJVMTI Native Library</name>
   
   <packaging>dll</packaging>
   
   
   
+  
+  
   <build>
     <plugins>
       <plugin>
@@ -40,12 +42,16 @@
             <source>
               <directory>${native.source.dir}</directory>
               <fileNames>
-                <fileName>katovmapi.c</fileName>
+                <fileName>cjvmti.c</fileName>
+                <fileName>addClass.c</fileName>
+                <fileName>addField.c</fileName>
+                <fileName>addObject.c</fileName>
+                <fileName>addThreads.c</fileName>
+                <fileName>queue.c</fileName>
               </fileNames>
             </source>  
             <source>
               <directory>${native.source.dir}/include</directory>
-              <directory>${javah.source.dir}</directory>
             </source>            
           </sources>
             
@@ -54,37 +60,13 @@
             <linkerStartOption>/DLL</linkerStartOption>
           </linkerStartOptions>
           
+          <linkerSecondaryOutputExtensions >lib</linkerSecondaryOutputExtensions >
           
           
         </configuration>
         
       </plugin>
 
-	<plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <version>2.4</version>
-        <executions>
-          <execution>
-            <id>copy-resources</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>copy-resources</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${basedir}/../target</outputDirectory>
-              <resources>          
-                <resource>
-                  <directory>${basedir}/target/</directory>
-                  <includes>
-         			 <include>*.dll</include>
-				  </includes>
-                </resource>
-              </resources>              
-            </configuration>            
-          </execution>
-        </executions>
-      </plugin>
-
     </plugins>    
 
   </build>