You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2008/05/25 13:52:26 UTC

svn commit: r659969 - in /ant/ivy/ivyde/branches/1.2.0/doc: ./ maven.html

Author: hibou
Date: Sun May 25 04:52:26 2008
New Revision: 659969

URL: http://svn.apache.org/viewvc?rev=659969&view=rev
Log:
Merged revisions 659963 via svnmerge from 
https://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk/doc

........
  r659963 | hibou | 2008-05-25 13:34:54 +0200 (Dim, 25 mai 2008) | 2 lines
  
  Fix some weired caracters
........

Modified:
    ant/ivy/ivyde/branches/1.2.0/doc/   (props changed)
    ant/ivy/ivyde/branches/1.2.0/doc/maven.html

Propchange: ant/ivy/ivyde/branches/1.2.0/doc/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Sun May 25 04:52:26 2008
@@ -1 +1 @@
-/ant/ivy/ivyde/trunk/doc:1-654836
+/ant/ivy/ivyde/trunk/doc:1-654836,659963

Modified: ant/ivy/ivyde/branches/1.2.0/doc/maven.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/maven.html?rev=659969&r1=659968&r2=659969&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/maven.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/maven.html Sun May 25 04:52:26 2008
@@ -62,17 +62,17 @@
 <b> - Add the pom below in your project and select it for an IvyDE class path container choosing "compile" and "runtime" configurations.</b><br/></p>
 <code>
 <project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>fr.jayasoft</groupId>
-  <artifactId>maven2sample</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>3.0</version>
-    </dependency>
-  </dependencies>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>com.mycompany</groupId>
+	<artifactId>myproject</artifactId>
+	<version>1.0-SNAPSHOT</version>
+	<dependencies>
+		<dependency>
+			<groupId>commons-httpclient</groupId>
+			<artifactId>commons-httpclient</artifactId>
+			<version>3.0</version>
+		</dependency>
+	</dependencies>
 </project>
 </code>