Author: hibou
Date: Sun May 25 04:34:54 2008
New Revision: 659963
URL: http://svn.apache.org/viewvc?rev=659963&view=rev
Log:
Fix some weired caracters
Modified:
ant/ivy/ivyde/trunk/doc/maven.html
Modified: ant/ivy/ivyde/trunk/doc/maven.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/maven.html?rev=659963&r1=659962&r2=659963&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/maven.html (original)
+++ ant/ivy/ivyde/trunk/doc/maven.html Sun May 25 04:34:54 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>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>
+ <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>