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 2006/08/24 20:25:47 UTC

svn commit: r434460 - in /myfaces/tobago/trunk: core/pom.xml theme/scarborough/pom.xml theme/speyside/pom.xml theme/standard/pom.xml

Author: bommel
Date: Thu Aug 24 11:25:46 2006
New Revision: 434460

URL: http://svn.apache.org/viewvc?rev=434460&view=rev
Log:
declare retrotranslator optional in pom

Modified:
    myfaces/tobago/trunk/core/pom.xml
    myfaces/tobago/trunk/theme/scarborough/pom.xml
    myfaces/tobago/trunk/theme/speyside/pom.xml
    myfaces/tobago/trunk/theme/standard/pom.xml

Modified: myfaces/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/pom.xml?rev=434460&r1=434459&r2=434460&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/pom.xml (original)
+++ myfaces/tobago/trunk/core/pom.xml Thu Aug 24 11:25:46 2006
@@ -315,6 +315,7 @@
         <dependency>
           <groupId>net.sf.retrotranslator</groupId>
           <artifactId>retrotranslator-runtime</artifactId>
+          <optional>true</optional>
           <version>1.0.4</version>
         </dependency>
       </dependencies>

Modified: myfaces/tobago/trunk/theme/scarborough/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/pom.xml?rev=434460&r1=434459&r2=434460&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/pom.xml (original)
+++ myfaces/tobago/trunk/theme/scarborough/pom.xml Thu Aug 24 11:25:46 2006
@@ -118,6 +118,7 @@
         <dependency>
           <groupId>net.sf.retrotranslator</groupId>
           <artifactId>retrotranslator-runtime</artifactId>
+          <optional>true</optional>
           <version>1.0.4</version>
         </dependency>
       </dependencies>

Modified: myfaces/tobago/trunk/theme/speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/pom.xml?rev=434460&r1=434459&r2=434460&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/pom.xml (original)
+++ myfaces/tobago/trunk/theme/speyside/pom.xml Thu Aug 24 11:25:46 2006
@@ -95,6 +95,7 @@
         <dependency>
           <groupId>net.sf.retrotranslator</groupId>
           <artifactId>retrotranslator-runtime</artifactId>
+          <optional>true</optional>
           <version>1.0.4</version>
         </dependency>
       </dependencies>

Modified: myfaces/tobago/trunk/theme/standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/pom.xml?rev=434460&r1=434459&r2=434460&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/pom.xml (original)
+++ myfaces/tobago/trunk/theme/standard/pom.xml Thu Aug 24 11:25:46 2006
@@ -91,6 +91,7 @@
         <dependency>
           <groupId>net.sf.retrotranslator</groupId>
           <artifactId>retrotranslator-runtime</artifactId>
+          <optional>true</optional>
           <version>1.0.4</version>
         </dependency>
       </dependencies>