Author: manaRH
Date: 2012-04-10 16:03:55 -0400 (Tue, 10 Apr 2012)
New Revision: 14547

Modified:
   branches/enterprise/WFK_2_0_PRE/
   branches/enterprise/WFK_2_0_PRE/build/
   branches/enterprise/WFK_2_0_PRE/distribution/
   branches/enterprise/WFK_2_0_PRE/distribution/pom.xml
   branches/enterprise/WFK_2_0_PRE/examples-ee6/blog/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/booking/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/contactlist/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/drools/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/dvdstore/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/excel/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/mail/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/messages/
   branches/enterprise/WFK_2_0_PRE/examples-ee6/pom.xml
   branches/enterprise/WFK_2_0_PRE/examples-ee6/ui/
   branches/enterprise/WFK_2_0_PRE/functional-tests/
   branches/enterprise/WFK_2_0_PRE/functional-tests/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-debug/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-excel/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-flex/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-gen/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-ioc/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-jul/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-mail/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-pdf/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam-ui/pom.xml
   branches/enterprise/WFK_2_0_PRE/jboss-seam/pom.xml
   branches/enterprise/WFK_2_0_PRE/seam-integration-tests/pom.xml
   branches/enterprise/WFK_2_0_PRE/seam-reference-guide/pom.xml
Log:
ignore eclipse project files


Property changes on: branches/enterprise/WFK_2_0_PRE
___________________________________________________________________
Modified: svn:ignore
   - */.classpath

   + .classpath
.project
.settings
target
*/.classpath
*/.project
*/.settings
*/target



Property changes on: branches/enterprise/WFK_2_0_PRE/build
___________________________________________________________________
Modified: svn:ignore
   - classes
uiclasses
debugclasses
genclasses
iocclasses
mailclasses
pdfclasses
remotingclasses
lacewikiIndex
blogIndex
dvdIndex

   + target



Property changes on: branches/enterprise/WFK_2_0_PRE/distribution
___________________________________________________________________
Added: svn:ignore
   + target


Modified: branches/enterprise/WFK_2_0_PRE/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/distribution/pom.xml        2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/distribution/pom.xml        2012-04-10 
20:03:55 UTC (rev 14547)
@@ -5,7 +5,7 @@
           <groupId>org.jboss.seam</groupId>
        <artifactId>jboss-seam-parent</artifactId>              
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
 
        <artifactId>distribution</artifactId>


Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/blog
___________________________________________________________________
Modified: svn:ignore
   - build
test-output
exploded-archives
dist
test-build
dist-jbossas6
exploded-archives-jbossas6
lib
staging-jbossas6
blogindexes

   + .settings



Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/booking
___________________________________________________________________
Added: svn:ignore
   + .settings



Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/contactlist
___________________________________________________________________
Added: svn:ignore
   + .settings



Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/drools
___________________________________________________________________
Added: svn:ignore
   + .settings



Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/dvdstore
___________________________________________________________________
Added: svn:ignore
   + .settings



Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/excel
___________________________________________________________________
Added: svn:ignore
   + .settings



Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/mail
___________________________________________________________________
Added: svn:ignore
   + .settings



Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/messages
___________________________________________________________________
Modified: svn:ignore
   - target
*.iml

   + .settings


Modified: branches/enterprise/WFK_2_0_PRE/examples-ee6/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/examples-ee6/pom.xml        2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/examples-ee6/pom.xml        2012-04-10 
20:03:55 UTC (rev 14547)
@@ -5,7 +5,7 @@
         <groupId>org.jboss.seam</groupId>
         <artifactId>jboss-seam-parent</artifactId>
         <version>2.3.0.Beta1-redhat-1</version>
-        <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>examples-ee6</artifactId>


Property changes on: branches/enterprise/WFK_2_0_PRE/examples-ee6/ui
___________________________________________________________________
Added: svn:ignore
   + .project



Property changes on: branches/enterprise/WFK_2_0_PRE/functional-tests
___________________________________________________________________
Added: svn:ignore
   + .classpath


Modified: branches/enterprise/WFK_2_0_PRE/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/functional-tests/pom.xml    2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/functional-tests/pom.xml    2012-04-10 
20:03:55 UTC (rev 14547)
@@ -3,7 +3,7 @@
         <artifactId>jboss-seam-parent</artifactId>
         <groupId>org.jboss.seam</groupId>
         <version>2.3.0.Beta1-redhat-1</version>
-        <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam/pom.xml  2012-04-10 15:56:31 UTC 
(rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam/pom.xml  2012-04-10 20:03:55 UTC 
(rev 14547)
@@ -6,7 +6,7 @@
                <groupId>org.jboss.seam</groupId>
                <artifactId>jboss-seam-parent</artifactId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
 
        <artifactId>jboss-seam</artifactId>
@@ -19,7 +19,6 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>antlr-maven-plugin</artifactId>
-                               <version>2.2</version>
                                <configuration>
                                        
<grammars>org/jboss/seam/text/seam-text.g</grammars>
                                </configuration>
@@ -37,7 +36,6 @@
                        
                        <plugin>
                                <artifactId>maven-antrun-plugin</artifactId>
-                               <version>1.6</version>
                                <configuration>
                                        <target>
                                                <jar 
destfile="${project.build.directory}/${project.artifactId}-wls-compatible.jar">
@@ -456,7 +454,6 @@
                                        </plugin>
                                <plugin>
                                <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.7</version>
                                <configuration>
                                        <links>
                                                
<link>http://docs.oracle.com/javase/6/docs/api/</link>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-debug/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-debug/pom.xml    2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-debug/pom.xml    2012-04-10 
20:03:55 UTC (rev 14547)
@@ -3,7 +3,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>jboss-seam-debug</artifactId>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-excel/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-excel/pom.xml    2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-excel/pom.xml    2012-04-10 
20:03:55 UTC (rev 14547)
@@ -3,7 +3,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-flex/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-flex/pom.xml     2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-flex/pom.xml     2012-04-10 
20:03:55 UTC (rev 14547)
@@ -3,7 +3,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.jboss.seam</groupId>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-gen/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-gen/pom.xml      2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-gen/pom.xml      2012-04-10 
20:03:55 UTC (rev 14547)
@@ -8,7 +8,7 @@
       <groupId>org.jboss.seam</groupId>
       <artifactId>jboss-seam-parent</artifactId>
       <version>2.3.0.Beta1-redhat-1</version>
-      <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+      <relativePath>../pom.xml</relativePath>
    </parent>
 
    <build>
@@ -169,7 +169,6 @@
       <dependency>
        <groupId>org.apache.ant</groupId>
        <artifactId>ant</artifactId>
-       <version>1.7.0</version>
        <type>jar</type>
        <scope>compile</scope>
       </dependency>
@@ -209,21 +208,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>jsf2</id>
-            <properties>
-                <ee6-property>-ee6</ee6-property>
-            </properties>
-        </profile>
-        <profile>
-            <id>jsf12</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <properties>            
-                <ee6-property></ee6-property>
-            </properties>
-        </profile>
     </profiles>
     
 </project>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-ioc/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-ioc/pom.xml      2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-ioc/pom.xml      2012-04-10 
20:03:55 UTC (rev 14547)
@@ -3,7 +3,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.jboss.seam</groupId>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-jul/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-jul/pom.xml      2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-jul/pom.xml      2012-04-10 
20:03:55 UTC (rev 14547)
@@ -4,7 +4,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <groupId>org.jboss.seam</groupId>
        <artifactId>jboss-seam-jul</artifactId>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-mail/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-mail/pom.xml     2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-mail/pom.xml     2012-04-10 
20:03:55 UTC (rev 14547)
@@ -4,7 +4,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <groupId>org.jboss.seam</groupId>
        <artifactId>jboss-seam-mail</artifactId>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-pdf/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-pdf/pom.xml      2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-pdf/pom.xml      2012-04-10 
20:03:55 UTC (rev 14547)
@@ -4,7 +4,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
 
        <groupId>org.jboss.seam</groupId>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-04-10 
20:03:55 UTC (rev 14547)
@@ -3,7 +3,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.jboss.seam</groupId>

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml 2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml 2012-04-10 
20:03:55 UTC (rev 14547)
@@ -3,7 +3,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-ui/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-ui/pom.xml       2012-04-10 
15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-ui/pom.xml       2012-04-10 
20:03:55 UTC (rev 14547)
@@ -4,7 +4,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>jboss-seam-ui</artifactId>
        <name>Seam UI JSF2 support</name>

Modified: branches/enterprise/WFK_2_0_PRE/seam-integration-tests/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/seam-integration-tests/pom.xml      
2012-04-10 15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/seam-integration-tests/pom.xml      
2012-04-10 20:03:55 UTC (rev 14547)
@@ -5,7 +5,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <groupId>org.jboss.seam</groupId>
        <artifactId>seam-integration-tests</artifactId>

Modified: branches/enterprise/WFK_2_0_PRE/seam-reference-guide/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/seam-reference-guide/pom.xml        
2012-04-10 15:56:31 UTC (rev 14546)
+++ branches/enterprise/WFK_2_0_PRE/seam-reference-guide/pom.xml        
2012-04-10 20:03:55 UTC (rev 14547)
@@ -4,7 +4,7 @@
                <artifactId>jboss-seam-parent</artifactId>
                <groupId>org.jboss.seam</groupId>
                <version>2.3.0.Beta1-redhat-1</version>
-               <relativePath>../jboss-seam-parent/pom.xml</relativePath>
+               <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>seam-reference-guide</artifactId>
        <name>Seam Reference Guide</name>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to