You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/12/03 22:07:47 UTC

svn commit: r886921 - in /myfaces/portlet-bridge/core/trunk_2.0.x: ./ api/ api/src/ api/src/main/ api/src/main/java/ api/src/main/java/javax/ api/src/main/java/javax/portlet/ api/src/main/java/javax/portlet/faces/ api/src/main/java/javax/portlet/faces/...

Author: sobryan
Date: Thu Dec  3 21:07:44 2009
New Revision: 886921

URL: http://svn.apache.org/viewvc?rev=886921&view=rev
Log:
Added some new SVN:ignore properties

Modified:
    myfaces/portlet-bridge/core/trunk_2.0.x/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/annotation/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/component/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/event/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/preference/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/resources/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/resources/META-INF/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/assembly/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/assembly/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/resources/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/resources/META-INF/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/assembly/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/resources/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/resources/META-INF/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/faces/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/faces/demo/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/faces/demo/helloworld/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/webapp/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/webapp/WEB-INF/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/faces/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/faces/demo/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/faces/demo/helloworld/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/resources/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/resources/META-INF/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/webapp/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/webapp/WEB-INF/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/webapp/helloworld/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/application/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/bridge/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/bridge/wrapper/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/context/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/el/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/preference/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/util/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/util/config/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/util/map/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/resources/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/resources/META-INF/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/resources/META-INF/services/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/src/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/src/site/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/src/site/apt/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/src/site/resources/   (props changed)
    myfaces/portlet-bridge/core/trunk_2.0.x/src/site/resources/css/   (props changed)

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -1 +1,3 @@
 target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -1 +1,3 @@
 target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/annotation/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/component/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/event/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/java/javax/portlet/faces/preference/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/api/src/main/resources/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/assembly/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -1 +1,3 @@
 target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/assembly/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/assembly/src/main/resources/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -1 +1,3 @@
 target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/assembly/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/assembly/src/main/resources/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -1 +1,3 @@
 target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/faces/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/faces/demo/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/java/org/apache/myfaces/portlet/faces/demo/helloworld/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/webapp/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/blank/src/main/webapp/WEB-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -1 +1,3 @@
 target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/faces/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/faces/demo/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/java/org/apache/myfaces/portlet/faces/demo/helloworld/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/resources/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/webapp/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/webapp/WEB-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/examples/demo/src/main/webapp/helloworld/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -1 +1,3 @@
 target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/application/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/bridge/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/bridge/wrapper/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/context/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/el/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/preference/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/util/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/util/config/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/java/org/apache/myfaces/portlet/faces/util/map/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/resources/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/impl/src/main/resources/META-INF/services/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/src/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/src/site/apt/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/src/site/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr

Propchange: myfaces/portlet-bridge/core/trunk_2.0.x/src/site/resources/css/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec  3 21:07:44 2009
@@ -0,0 +1,3 @@
+target
+*.jws
+*.jpr