Author: pmd
Date: Wed Jun 20 19:56:07 2007
New Revision: 549334

URL: http://svn.apache.org/viewvc?view=rev&rev=549334
Log:
oops...we were deleting .svn with 'mvn clean'

Modified:
    portals/bridges/trunk/applications/andromda-struts/common/pom.xml
    portals/bridges/trunk/applications/andromda-struts/core/pom.xml
    portals/bridges/trunk/applications/andromda-struts/web/pom.xml

Modified: portals/bridges/trunk/applications/andromda-struts/common/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/common/pom.xml?view=diff&rev=549334&r1=549333&r2=549334
==============================================================================
--- portals/bridges/trunk/applications/andromda-struts/common/pom.xml (original)
+++ portals/bridges/trunk/applications/andromda-struts/common/pom.xml Wed Jun 
20 19:56:07 2007
@@ -55,9 +55,9 @@
           <filesets>
             <fileset>
               <directory>${project.basedir}/model/src</directory>
-              <includes>
-                <include>**/*</include>
-              </includes>
+              <excludes>
+                <exclude>.svn</exclude>
+              </excludes>
               <followSymlinks>false</followSymlinks>
             </fileset>
           </filesets>

Modified: portals/bridges/trunk/applications/andromda-struts/core/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/core/pom.xml?view=diff&rev=549334&r1=549333&r2=549334
==============================================================================
--- portals/bridges/trunk/applications/andromda-struts/core/pom.xml (original)
+++ portals/bridges/trunk/applications/andromda-struts/core/pom.xml Wed Jun 20 
19:56:07 2007
@@ -145,9 +145,9 @@
           <filesets>
             <fileset>
               <directory>${project.basedir}/model/src</directory>
-              <includes>
-                <include>**/*</include>
-              </includes>
+              <excludes>
+                <exclude>.svn</exclude>
+              </excludes>
               <followSymlinks>false</followSymlinks>
             </fileset>
           </filesets>

Modified: portals/bridges/trunk/applications/andromda-struts/web/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/web/pom.xml?view=diff&rev=549334&r1=549333&r2=549334
==============================================================================
--- portals/bridges/trunk/applications/andromda-struts/web/pom.xml (original)
+++ portals/bridges/trunk/applications/andromda-struts/web/pom.xml Wed Jun 20 
19:56:07 2007
@@ -184,9 +184,9 @@
           <filesets>
             <fileset>
               <directory>${project.basedir}/model/src</directory>
-              <includes>
-                <include>**/*</include>
-              </includes>
+              <excludes>
+                <exclude>.svn</exclude>
+              </excludes>
               <followSymlinks>false</followSymlinks>
             </fileset>
           </filesets>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to