You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/15 23:38:34 UTC

svn commit: r765378 - /incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml

Author: vsiveton
Date: Wed Apr 15 21:38:34 2009
New Revision: 765378

URL: http://svn.apache.org/viewvc?rev=765378&view=rev
Log:
o fixed typo

Modified:
    incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml

Modified: incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml?rev=765378&r1=765377&r2=765378&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml Wed Apr 15 21:38:34 2009
@@ -56,7 +56,7 @@
         <exclude>**/.settings/**</exclude>
         <exclude>**/.externalToolBuilders/**</exclude>
         <exclude>**/maven-eclipse.xml</exclude>
-        <exclude>**/.deployables</**/exclude>
+        <exclude>**/.deployables/**</exclude>
         <exclude>**/.wtpmodules/**</exclude>
         <!-- maven -->
         <exclude>**/pom.xml</exclude>
@@ -84,7 +84,7 @@
         <exclude>**/.settings/**</exclude>
         <exclude>**/.externalToolBuilders/**</exclude>
         <exclude>**/maven-eclipse.xml</exclude>
-        <exclude>**/.deployables</**/exclude>
+        <exclude>**/.deployables/**</exclude>
         <exclude>**/.wtpmodules/**</exclude>
         <!-- maven -->
         <exclude>**/pom.xml</exclude>