Revision: 1588
          http://svn.sourceforge.net/spring-rich-c/?rev=1588&view=rev
Author:   ge0ffrey
Date:     2006-12-03 05:52:44 -0800 (Sun, 03 Dec 2006)

Log Message:
-----------
refactor move the place of repository and snapshotRepository higher in the file

Modified Paths:
--------------
    trunk/spring-richclient/pom.xml

Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2006-11-28 23:41:58 UTC (rev 1587)
+++ trunk/spring-richclient/pom.xml     2006-12-03 13:52:44 UTC (rev 1588)
@@ -215,6 +215,36 @@
         <url>http://www.springframework.org</url>
     </organization>
 
+    <repositories>
+        <repository>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <id>springRichclientRepository</id>
+            <name>Spring rich client repository</name>
+            <url>http://spring-rich-c.sourceforge.net/maven2repository</url>
+        </repository>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>springRichclientSnapshotRepository</id>
+            <name>Spring rich client snapshot repository</name>
+            
<url>http://spring-rich-c.sourceforge.net/maven2snapshotrepository</url>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <!-- currently only needed to use jdepend report -->
+        <pluginRepository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>codehaus-snapshots</id>
+            <name>Snapshot repository from codehaus</name>
+            <url>http://snapshots.maven.codehaus.org/maven2</url>
+        </pluginRepository>
+    </pluginRepositories>
+
     <build>
         <pluginManagement>
             <plugins>
@@ -453,37 +483,6 @@
         <!-- Module release is delibertly skipped -->
     </modules>
 
-    <repositories>
-        <repository>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <id>springRichclientRepository</id>
-            <name>Spring rich client repository</name>
-            <url>http://spring-rich-c.sourceforge.net/maven2repository</url>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>springRichclientSnapshotRepository</id>
-            <name>Spring rich client snapshot repository</name>
-            
<url>http://spring-rich-c.sourceforge.net/maven2snapshotrepository</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <!-- currently only needed to use jdepend report -->
-        <pluginRepository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>codehaus-snapshots</id>
-            <name>Snapshot repository from codehaus</name>
-            <url>http://snapshots.maven.codehaus.org/maven2</url>
-        </pluginRepository>
-    </pluginRepositories>
-
     <properties>
       <spring.version>2.0</spring.version>
     </properties>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to