[Yanel-commits] rev 26836 - in public/yanel/trunk/src: build/targets contributions/resources/davcollection/src/build contributions/resources/resource-creator/src/build test

michi at wyona.com michi at wyona.com
Tue Aug 21 11:09:09 CEST 2007


Author: michi
Date: 2007-08-21 11:09:09 +0200 (Tue, 21 Aug 2007)
New Revision: 26836

Modified:
   public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
   public/yanel/trunk/src/build/targets/install-tomcat.xml
   public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/resource-creator/src/build/dependencies.xml
   public/yanel/trunk/src/test/build.xml
Log:
maven url fixed

Modified: public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-08-21 08:59:36 UTC (rev 26835)
+++ public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-08-21 09:09:09 UTC (rev 26836)
@@ -22,7 +22,7 @@
   </target>
 
   <target name="prepare-tomcat">
-    <artifact:remoteRepository id="wyona.org.remote.repository" url="http://www.wyona.org/maven2/"/>
+    <artifact:remoteRepository id="wyona.org.remote.repository" url="${maven.url}"/>
 
     <artifact:dependencies pathId="maven2.tomcat.classpath" filesetId="maven2.tomcat.fileset">
       <remoteRepository refid="wyona.org.remote.repository"/>

Modified: public/yanel/trunk/src/build/targets/install-tomcat.xml
===================================================================
--- public/yanel/trunk/src/build/targets/install-tomcat.xml	2007-08-21 08:59:36 UTC (rev 26835)
+++ public/yanel/trunk/src/build/targets/install-tomcat.xml	2007-08-21 09:09:09 UTC (rev 26836)
@@ -6,7 +6,7 @@
   <target name="install-default-tomcat" description="Install Default Tomcat" depends="init" if="yes.install.default.tomcat">
     <echo>Install Default Tomcat ...</echo>
 
-    <artifact:remoteRepository id="wyona.org.remote.repository" url="http://www.wyona.org/maven2/"/>
+    <artifact:remoteRepository id="wyona.org.remote.repository" url="${maven.url}"/>
 
     <artifact:dependencies pathId="maven2.tomcat.classpath" filesetId="maven2.tomcat.fileset">
       <remoteRepository refid="wyona.org.remote.repository"/>

Modified: public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml	2007-08-21 08:59:36 UTC (rev 26835)
+++ public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml	2007-08-21 09:09:09 UTC (rev 26836)
@@ -4,7 +4,7 @@
 
   <target name="dependencies" description="Dependencies">
     <!-- INFO: http://maven.apache.org/ant-tasks.html -->
-    <artifact:remoteRepository id="wyona.remote.repository" url="http://www.wyona.org/maven2/"/>
+    <artifact:remoteRepository id="wyona.remote.repository" url="${maven.url}"/>
 
     <artifact:dependencies pathId="maven2.classpath" filesetId="maven2.fileset">
       <remoteRepository refid="wyona.remote.repository"/>

Modified: public/yanel/trunk/src/contributions/resources/resource-creator/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/resource-creator/src/build/dependencies.xml	2007-08-21 08:59:36 UTC (rev 26835)
+++ public/yanel/trunk/src/contributions/resources/resource-creator/src/build/dependencies.xml	2007-08-21 09:09:09 UTC (rev 26836)
@@ -3,7 +3,7 @@
 <project name="wiki-dependencies" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
 
   <target name="dependencies" description="Dependencies">
-    <artifact:remoteRepository id="wyona.remote.repository" url="http://www.wyona.org/maven2/"/>
+    <artifact:remoteRepository id="wyona.remote.repository" url="${maven.url}"/>
 
     <artifact:dependencies pathId="maven2.classpath" filesetId="maven2.fileset">
       <remoteRepository refid="wyona.remote.repository"/>

Modified: public/yanel/trunk/src/test/build.xml
===================================================================
--- public/yanel/trunk/src/test/build.xml	2007-08-21 08:59:36 UTC (rev 26835)
+++ public/yanel/trunk/src/test/build.xml	2007-08-21 09:09:09 UTC (rev 26836)
@@ -38,7 +38,7 @@
   
   <target name="dependencies" description="Dependencies">
     <!-- INFO: http://maven.apache.org/ant-tasks.html -->
-    <artifact:remoteRepository id="wyona.remote.repository" url="http://www.wyona.org/maven2/"/>
+    <artifact:remoteRepository id="wyona.remote.repository" url="${maven.url}"/>
 
     <artifact:dependencies pathId="maven2.classpath" filesetId="maven2.fileset">
       <remoteRepository refid="wyona.remote.repository"/>



More information about the Yanel-commits mailing list