Revision: 1277
Author:   ge0ffrey
Date:     2006-08-07 05:21:07 -0700 (Mon, 07 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1277&view=rev

Log Message:
-----------
updates jgoodies libs + removed downloadJavaDocs from eclipse/IDEA 
configurations

Modified Paths:
--------------
    
trunk/spring-richclient/archetype/src/main/resources/archetype-resources/pom.xml
    trunk/spring-richclient/pom.xml
    trunk/spring-richclient/samples/petclinic/gui/pom.xml
    trunk/spring-richclient/sandbox/pom.xml
    trunk/spring-richclient/support/pom.xml
Modified: 
trunk/spring-richclient/archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- 
trunk/spring-richclient/archetype/src/main/resources/archetype-resources/pom.xml
    2006-08-07 08:29:38 UTC (rev 1276)
+++ 
trunk/spring-richclient/archetype/src/main/resources/archetype-resources/pom.xml
    2006-08-07 12:21:07 UTC (rev 1277)
@@ -94,14 +94,14 @@
         -->
 
         <dependency>
-            <groupId>jgoodies</groupId>
+            <groupId>com.jgoodies</groupId>
             <artifactId>forms</artifactId>
-            <version>1.0.5</version>
+            <version>1.0.7</version>
         </dependency>
         <dependency>
-            <groupId>jgoodies</groupId>
+            <groupId>com.jgoodies</groupId>
             <artifactId>looks</artifactId>
-            <version>1.3.2</version>
+            <version>2.0.4</version>
         </dependency>
   </dependencies>
 </project>

Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2006-08-07 08:29:38 UTC (rev 1276)
+++ trunk/spring-richclient/pom.xml     2006-08-07 12:21:07 UTC (rev 1277)
@@ -322,7 +322,7 @@
                     <artifactId>maven-eclipse-plugin</artifactId>
                     <version>2.2</version>
                     <configuration>
-                        <downloadSources>true</downloadSources>
+                        <!--<downloadSources>true</downloadSources>-->
                     </configuration>
                 </plugin>
                 <plugin>
@@ -330,8 +330,9 @@
                     <artifactId>maven-idea-plugin</artifactId>
                     <version>2.0</version>
                     <configuration>
-                        <downloadSources>true</downloadSources>
-                        <downloadJavadocs>true</downloadJavadocs>
+                        <!--<downloadSources>true</downloadSources>-->
+                        <!--<downloadJavadocs>true</downloadJavadocs>-->
+                        <dependenciesAsLibraries>true</dependenciesAsLibraries>
                     </configuration>
                 </plugin>
 
@@ -834,14 +835,14 @@
 
             <!-- Components -->
             <dependency>
-                <groupId>jgoodies</groupId>
+                <groupId>com.jgoodies</groupId>
                 <artifactId>forms</artifactId>
-                <version>1.0.5</version>
+                <version>1.0.7</version>
             </dependency>
             <dependency>
-                <groupId>jgoodies</groupId>
+                <groupId>com.jgoodies</groupId>
                 <artifactId>looks</artifactId>
-                <version>1.3.2</version>
+                <version>2.0.4</version>
             </dependency>
             <dependency>
                 <groupId>net.java.dev.glazedlists</groupId>

Modified: trunk/spring-richclient/samples/petclinic/gui/pom.xml
===================================================================
--- trunk/spring-richclient/samples/petclinic/gui/pom.xml       2006-08-07 
08:29:38 UTC (rev 1276)
+++ trunk/spring-richclient/samples/petclinic/gui/pom.xml       2006-08-07 
12:21:07 UTC (rev 1277)
@@ -82,7 +82,7 @@
 
         <!-- Components -->
         <dependency>
-            <groupId>jgoodies</groupId>
+            <groupId>com.jgoodies</groupId>
             <artifactId>forms</artifactId>
         </dependency>
         <dependency>

Modified: trunk/spring-richclient/sandbox/pom.xml
===================================================================
--- trunk/spring-richclient/sandbox/pom.xml     2006-08-07 08:29:38 UTC (rev 
1276)
+++ trunk/spring-richclient/sandbox/pom.xml     2006-08-07 12:21:07 UTC (rev 
1277)
@@ -20,48 +20,48 @@
     </description>
 
     <dependencies>
-        <!-- Spring rich -->
-        <dependency>
-            <groupId>org.springframework.richclient</groupId>
-            <artifactId>spring-richclient-support</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.richclient</groupId>
-            <artifactId>spring-richclient-support</artifactId>
-            <type>test-jar</type>
-        </dependency>
-
-               <!-- Components -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-jdbc</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>net.java.dev.glazedlists</groupId>
-            <artifactId>glazedlists</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>net.sf.nachocalendar</groupId>
-            <artifactId>nachocalendar</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>jgoodies</groupId>
-            <artifactId>forms</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-            <scope>test</scope>
-        </dependency>
+        <!-- Spring rich -->
+        <dependency>
+            <groupId>org.springframework.richclient</groupId>
+            <artifactId>spring-richclient-support</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.richclient</groupId>
+            <artifactId>spring-richclient-support</artifactId>
+            <type>test-jar</type>
+        </dependency>
+
+               <!-- Components -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-jdbc</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-aop</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>net.java.dev.glazedlists</groupId>
+            <artifactId>glazedlists</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>net.sf.nachocalendar</groupId>
+            <artifactId>nachocalendar</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>com.jgoodies</groupId>
+            <artifactId>forms</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>hsqldb</groupId>
+            <artifactId>hsqldb</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file

Modified: trunk/spring-richclient/support/pom.xml
===================================================================
--- trunk/spring-richclient/support/pom.xml     2006-08-07 08:29:38 UTC (rev 
1276)
+++ trunk/spring-richclient/support/pom.xml     2006-08-07 12:21:07 UTC (rev 
1277)
@@ -137,12 +137,12 @@
 
         <!-- Components -->
         <dependency>
-            <groupId>jgoodies</groupId>
+            <groupId>com.jgoodies</groupId>
             <artifactId>forms</artifactId>
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>jgoodies</groupId>
+            <groupId>com.jgoodies</groupId>
             <artifactId>looks</artifactId>
             <optional>true</optional>
         </dependency>


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to