You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/19 07:13:34 UTC

svn commit: r509105 - in /myfaces/tobago/trunk: example/addressbook/ example/addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/ example/blank/ example/facelets/ example/foreach/ example/nonfacesrequest/ example/sandbox/ example/se...

Author: bommel
Date: Sun Feb 18 22:13:33 2007
New Revision: 509105

URL: http://svn.apache.org/viewvc?view=rev&rev=509105
Log:
cleanup poms

Removed:
    myfaces/tobago/trunk/example/addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/XStreamAddressDAO.java
Modified:
    myfaces/tobago/trunk/example/addressbook/pom.xml
    myfaces/tobago/trunk/example/blank/pom.xml
    myfaces/tobago/trunk/example/facelets/pom.xml
    myfaces/tobago/trunk/example/foreach/pom.xml
    myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
    myfaces/tobago/trunk/example/sandbox/pom.xml
    myfaces/tobago/trunk/example/security/pom.xml
    myfaces/tobago/trunk/example/test/pom.xml
    myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml

Modified: myfaces/tobago/trunk/example/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Sun Feb 18 22:13:33 2007
@@ -184,12 +184,6 @@
       <version>2.0.2</version>
     </dependency>
     <dependency>
-      <groupId>xstream</groupId>
-      <artifactId>xstream</artifactId>
-      <version>1.1.2</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <exclusions>
@@ -267,14 +261,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/example/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/blank/pom.xml (original)
+++ myfaces/tobago/trunk/example/blank/pom.xml Sun Feb 18 22:13:33 2007
@@ -108,18 +108,6 @@
         </exclusion>
       </exclusions>
      </dependency>
-     <!--<dependency>
-       <groupId>javax.servlet</groupId>
-       <artifactId>jsp-api</artifactId>
-       <version>2.0</version>
-       <scope>compile</scope>
-     </dependency>
-     <dependency>
-       <groupId>commons-el</groupId>
-       <artifactId>commons-el</artifactId>
-       <version>1.0</version>
-       <scope>compile</scope>
-     </dependency>-->
      <dependency>
        <groupId>taglibs</groupId>
        <artifactId>standard</artifactId>
@@ -188,14 +176,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/example/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/example/facelets/pom.xml Sun Feb 18 22:13:33 2007
@@ -91,7 +91,8 @@
       <groupId>com.sun.el</groupId>
       <artifactId>el-ri</artifactId>
       <version>1.0</version>
-    </dependency><dependency>
+    </dependency>
+    <dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
       <version>1.1.11</version>

Modified: myfaces/tobago/trunk/example/foreach/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/foreach/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/foreach/pom.xml (original)
+++ myfaces/tobago/trunk/example/foreach/pom.xml Sun Feb 18 22:13:33 2007
@@ -149,14 +149,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/nonfacesrequest/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/nonfacesrequest/pom.xml (original)
+++ myfaces/tobago/trunk/example/nonfacesrequest/pom.xml Sun Feb 18 22:13:33 2007
@@ -136,14 +136,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/example/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/example/sandbox/pom.xml Sun Feb 18 22:13:33 2007
@@ -193,14 +193,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/example/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/security/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/security/pom.xml (original)
+++ myfaces/tobago/trunk/example/security/pom.xml Sun Feb 18 22:13:33 2007
@@ -133,14 +133,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/example/test/pom.xml (original)
+++ myfaces/tobago/trunk/example/test/pom.xml Sun Feb 18 22:13:33 2007
@@ -38,13 +38,6 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>maven-jetty6-plugin</artifactId>
-        <configuration>
-          <scanIntervalSeconds>10</scanIntervalSeconds>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 
@@ -128,7 +121,7 @@
     <!--dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.1.1.0</version>
+      <version>10.2.2.0</version>
       <scope>runtime</scope>
     </dependency-->
     <dependency>
@@ -202,14 +195,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml?view=diff&rev=509105&r1=509104&r2=509105
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml Sun Feb 18 22:13:33 2007
@@ -169,14 +169,6 @@
           <scope>runtime</scope>
         </dependency>
       </dependencies>
-      <repositories>
-        <repository>
-          <id>java.net</id>
-          <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
     </profile>
   </profiles>
 </project>