You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2014/02/05 21:37:58 UTC

svn commit: r1564919 - /shindig/trunk/assembly/pom.xml

Author: rbaxter85
Date: Wed Feb  5 20:37:57 2014
New Revision: 1564919

URL: http://svn.apache.org/r1564919
Log:
SHINDIG-1966
Removed PHP assembly

Modified:
    shindig/trunk/assembly/pom.xml

Modified: shindig/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/assembly/pom.xml?rev=1564919&r1=1564918&r2=1564919&view=diff
==============================================================================
--- shindig/trunk/assembly/pom.xml (original)
+++ shindig/trunk/assembly/pom.xml Wed Feb  5 20:37:57 2014
@@ -31,7 +31,7 @@
   <packaging>pom</packaging>
 
   <name>Apache Shindig Distribution assembly</name>
-  <description>Assembles the Java/PHP code base into a deployment package.</description>
+  <description>Assembles the Java code base into a deployment package.</description>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/assembly
@@ -52,7 +52,6 @@
         <version>2.2.1</version>
         <configuration>
           <descriptors>
-            <descriptor>src/main/assembly/php.xml</descriptor>
             <descriptor>src/main/assembly/java.xml</descriptor>
             <descriptor>src/main/assembly/source.xml</descriptor>
           </descriptors>