You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/12/31 20:58:35 UTC

svn commit: r360437 - in /myfaces: api/trunk/ commons/trunk/ examples/trunk/blank/ examples/trunk/sandbox/ examples/trunk/simple/ examples/trunk/tiles/ examples/trunk/wap/ impl/trunk/ sandbox/trunk/ tomahawk/trunk/

Author: schof
Date: Sat Dec 31 11:58:30 2005
New Revision: 360437

URL: http://svn.apache.org/viewcvs?rev=360437&view=rev
Log:
minor tweak to example poms; added the 'target' dir to the ignore list

Modified:
    myfaces/api/trunk/   (props changed)
    myfaces/commons/trunk/   (props changed)
    myfaces/examples/trunk/blank/   (props changed)
    myfaces/examples/trunk/blank/pom.xml
    myfaces/examples/trunk/sandbox/   (props changed)
    myfaces/examples/trunk/sandbox/pom.xml
    myfaces/examples/trunk/simple/   (props changed)
    myfaces/examples/trunk/simple/pom.xml
    myfaces/examples/trunk/tiles/   (props changed)
    myfaces/examples/trunk/tiles/pom.xml
    myfaces/examples/trunk/wap/   (props changed)
    myfaces/examples/trunk/wap/pom.xml
    myfaces/impl/trunk/   (props changed)
    myfaces/sandbox/trunk/   (props changed)
    myfaces/tomahawk/trunk/   (props changed)

Propchange: myfaces/api/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -1 +1,2 @@
 build.local.properties
+target

Propchange: myfaces/commons/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -0,0 +1 @@
+target

Propchange: myfaces/examples/trunk/blank/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -0,0 +1 @@
+target

Modified: myfaces/examples/trunk/blank/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/blank/pom.xml?rev=360437&r1=360436&r2=360437&view=diff
==============================================================================
--- myfaces/examples/trunk/blank/pom.xml (original)
+++ myfaces/examples/trunk/blank/pom.xml Sat Dec 31 11:58:30 2005
@@ -27,7 +27,7 @@
   </parent>
   <artifactId>myfaces-example-blank</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces blank Example</name>
+  <name>MyFaces Examples: Blank</name>
   <build>
     <finalName>myfaces-example-blank</finalName>
   </build>

Propchange: myfaces/examples/trunk/sandbox/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -0,0 +1 @@
+target

Modified: myfaces/examples/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/sandbox/pom.xml?rev=360437&r1=360436&r2=360437&view=diff
==============================================================================
--- myfaces/examples/trunk/sandbox/pom.xml (original)
+++ myfaces/examples/trunk/sandbox/pom.xml Sat Dec 31 11:58:30 2005
@@ -27,7 +27,7 @@
   </parent>
   <artifactId>myfaces-example-sandbox</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces sandbox Example</name>
+  <name>MyFaces Examples: Sandbox</name>
   <build>
     <finalName>myfaces-example-sandbox</finalName>
   </build>

Propchange: myfaces/examples/trunk/simple/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -1,2 +1,3 @@
 commons-logging.properties
 log4j.properties
+target

Modified: myfaces/examples/trunk/simple/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/pom.xml?rev=360437&r1=360436&r2=360437&view=diff
==============================================================================
--- myfaces/examples/trunk/simple/pom.xml (original)
+++ myfaces/examples/trunk/simple/pom.xml Sat Dec 31 11:58:30 2005
@@ -27,7 +27,7 @@
   </parent>
   <artifactId>myfaces-example-simple</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces simple Example</name>
+  <name>MyFaces Examples: Simple</name>
   <build>
     <finalName>myfaces-example-simple</finalName>
   </build>

Propchange: myfaces/examples/trunk/tiles/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -0,0 +1 @@
+target

Modified: myfaces/examples/trunk/tiles/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/tiles/pom.xml?rev=360437&r1=360436&r2=360437&view=diff
==============================================================================
--- myfaces/examples/trunk/tiles/pom.xml (original)
+++ myfaces/examples/trunk/tiles/pom.xml Sat Dec 31 11:58:30 2005
@@ -27,7 +27,7 @@
   </parent>
   <artifactId>myfaces-example-tiles</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces Tiles Example</name>
+  <name>MyFaces Examples: Tiles</name>
   <build>
     <finalName>myfaces-example-tiles</finalName>
   </build>

Propchange: myfaces/examples/trunk/wap/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -0,0 +1 @@
+target

Modified: myfaces/examples/trunk/wap/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/wap/pom.xml?rev=360437&r1=360436&r2=360437&view=diff
==============================================================================
--- myfaces/examples/trunk/wap/pom.xml (original)
+++ myfaces/examples/trunk/wap/pom.xml Sat Dec 31 11:58:30 2005
@@ -27,7 +27,7 @@
   </parent>
   <artifactId>myfaces-example-wap</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces wap Example</name>
+  <name>MyFaces Examples: WAP</name>
   <build>
     <finalName>myfaces-example-wap</finalName>
   </build>

Propchange: myfaces/impl/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -1,2 +1,3 @@
 build.local.properties
 out
+target

Propchange: myfaces/sandbox/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -1 +1,2 @@
 out
+target

Propchange: myfaces/tomahawk/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Dec 31 11:58:30 2005
@@ -1,2 +1,3 @@
 build.local.properties
 out
+target