Author: norman
Date: Fri Jun 11 08:41:42 2010
New Revision: 953609
URL: http://svn.apache.org/viewvc?rev=953609&view=rev
Log:
Now eclipse get the right jdk when enable maven dependency
Modified:
james/imap/trunk/pom.xml
Modified: james/imap/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=953609&r1=953608&r2=953609&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/pom.xml Fri Jun 11 08:41:42 2010
@@ -19,9 +19,9 @@
-->
<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>james-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.5</version>
+ <artifactId>apache-james-imap-parent</artifactId>
+ <version>0.1-M2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
@@ -52,14 +52,6 @@
<module>maildir</module>
-->
</modules>
- <dependencies>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-junit4</artifactId>
- <version>2.5.1</version>
- </dependency>
- </dependencies>
-
<distributionManagement>
<site>
<id>imap-website</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]