Author: xavier
Date: Thu Mar 22 05:11:37 2007
New Revision: 521235

URL: http://svn.apache.org/viewvc?view=rev&rev=521235
Log:
slides update: add settings examples, add speaker's qualification slide and a 
slide introducing settings

Added:
    incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/
    
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-1.xml
    
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-2.xml
Modified:
    incubator/ivy/core/trunk/doc/presentations/apache-con-2007/slides.ppt

Added: 
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-1.xml
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-1.xml?view=auto&rev=521235
==============================================================================
--- 
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-1.xml
 (added)
+++ 
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-1.xml
 Thu Mar 22 05:11:37 2007
@@ -0,0 +1,9 @@
+<ivysettings>
+        <properties file="${ivy.settings.file}/ivysettings.properties" />
+        <settings defaultResolver="public" />
+        <include file="path/to/another-ivysettings.xml"/>
+        <resolvers>
+             <ibiblio name="public" m2compatible="true" 
+                        root="http://repo1.maven.org/maven2"; />
+        </resolvers>
+</ivysettings>

Added: 
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-2.xml
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-2.xml?view=auto&rev=521235
==============================================================================
--- 
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-2.xml
 (added)
+++ 
incubator/ivy/core/trunk/doc/presentations/apache-con-2007/samples/ivysettings-2.xml
 Thu Mar 22 05:11:37 2007
@@ -0,0 +1,22 @@
+<ivysettings>
+        <settings defaultCache="${ivy.home}/cache" 
+                  defaultResolver="public" />
+        <resolvers>
+               <chain name="main" returnFirst="true">
+                               <filesystem name="local">
+                                       <ivy 
pattern="${ivy.settings.dir}/local/[module]/ivy.xml"/>
+                                       <artifact 
pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
+                               </filesystem>
+                               <ssh user="${user}" keyFile="path/to/key/file" 
keyFilePassword="${password}">
+                                 <ivy 
pattern="ssh://yourserver.com/path/to/repos/[module]/[revision]/ivy.xml"/>
+                                 <artifact 
pattern="ssh://myserver.com/path/to/my/repos/[artifact].[ext]"/>
+                               </ssh>
+            </chain>
+            <ibiblio name="public" m2compatible="true" 
+                        root="http://repo1.maven.org/maven2"; />
+        </resolvers>
+        <modules>
+               <module org="mycompany" resolver="main" />
+        </modules>
+</ivysettings>
+

Modified: incubator/ivy/core/trunk/doc/presentations/apache-con-2007/slides.ppt
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/slides.ppt?view=diff&rev=521235&r1=521234&r2=521235
==============================================================================
Binary files - no diff available.


Reply via email to