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/05/23 20:20:06 UTC

svn commit: r778013 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader: ./ pom.xml

Author: spoole
Date: Sat May 23 20:20:05 2009
New Revision: 778013

URL: http://svn.apache.org/viewvc?rev=778013&view=rev
Log:
more maven build restructuring

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader/   (props changed)
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader/pom.xml

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat May 23 20:20:05 2009
@@ -0,0 +1 @@
+target

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader/pom.xml?rev=778013&r1=778012&r2=778013&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.reader/pom.xml Sat May 23 20:20:05 2009
@@ -9,4 +9,12 @@
   <artifactId>kato.hprof.reader</artifactId>
   <name>Apache Kato HPROF Binary File Reader</name>
   <version>0.0.1-SNAPSHOT</version>
+  <dependencies>
+  <dependency>
+		<groupId>junit</groupId>
+		<artifactId>junit</artifactId>
+		<version>3.8.1</version>
+		<scope>test</scope>
+	</dependency>
+    </dependencies>
 </project>
\ No newline at end of file