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/11/20 10:04:13 UTC

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

Author: spoole
Date: Fri Nov 20 10:04:12 2009
New Revision: 882474

URL: http://svn.apache.org/viewvc?rev=882474&view=rev
Log:
corrected bad native path in cjvmti build

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

Modified: incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml?rev=882474&r1=882473&r2=882474&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml Fri Nov 20 10:04:12 2009
@@ -28,8 +28,7 @@
 	<packaging>pom</packaging>
 
 	<properties>
-		<native.source.dir>../src/main/native
-		</native.source.dir>
+		<native.source.dir>../src/main/native</native.source.dir>
 	</properties>
 
 	<profiles>