Author: hibou
Date: Sun Jan 15 17:57:55 2012
New Revision: 1231715

URL: http://svn.apache.org/viewvc?rev=1231715&view=rev
Log:
IVY-1330 : fix the conf in the ivy.xml of the sample

Modified:
    ant/ivy/core/trunk/doc/samples/eclipse-plugin/ivy.xml

Modified: ant/ivy/core/trunk/doc/samples/eclipse-plugin/ivy.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/samples/eclipse-plugin/ivy.xml?rev=1231715&r1=1231714&r2=1231715&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/samples/eclipse-plugin/ivy.xml (original)
+++ ant/ivy/core/trunk/doc/samples/eclipse-plugin/ivy.xml Sun Jan 15 17:57:55 
2012
@@ -26,10 +26,10 @@
         <conf name="embedded"                            
description="Dependencies embedded into the plugin's jar" />
         <conf name="win32"    extends="compile"          description="To run 
on Microsoft Windows" />
         <conf name="macos"    extends="compile"          description="To run 
on Mac OS X" />
-        <conf name="gtk"      extends="compile"          description="To run 
on Linux" />
+        <conf name="linux"    extends="compile"          description="To run 
on Linux" />
     </configurations>
     <dependencies>
-        <!-- exemple of a dependency that we can't declare in the MANIFEST.MF 
because we want it to be embedded -->
+        <!-- example of a dependency that we can't declare in the MANIFEST.MF 
because we want it to be embedded -->
         <!--dependency osgi="bundle" org="" 
module="org.apache.commons.httpcore" rev="4.1.0" conf="embedded->default" /-->
         <!-- Ivy-Osgi doesn't understand bundle fragment -->
         <dependency o:type="bundle" org="" 
name="org.eclipse.swt.win32.win32.x86" rev="3.+" conf="win32->default" />


Reply via email to