Author: rbaxter85
Date: Wed Feb 5 20:29:54 2014
New Revision: 1564916
URL: http://svn.apache.org/r1564916
Log:
SHINDIG-1966
Removed the align-php-structure ANT task from the POM
Modified:
shindig/trunk/assembly/pom.xml
Modified: shindig/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/assembly/pom.xml?rev=1564916&r1=1564915&r2=1564916&view=diff
==============================================================================
--- shindig/trunk/assembly/pom.xml (original)
+++ shindig/trunk/assembly/pom.xml Wed Feb 5 20:29:54 2014
@@ -87,42 +87,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>align-php-structure</id>
- <phase>validate</phase>
- <configuration>
- <tasks>
-
- <!-- Rewrite default configuration to release structure -->
- <mkdir dir="${project.build.directory}/php/config" />
- <copy todir="${project.build.directory}/php/config">
- <fileset dir="../php/config" />
- </copy>
-
- <replace
file="${project.build.directory}/php/config/container.php">
- <replacetoken><![CDATA[/../../]]></replacetoken>
- <replacevalue><![CDATA[/../]]></replacevalue>
- </replace>
-
- <tstamp>
- <format property="year" pattern="yyyy" />
- </tstamp>
- <echo
file="${project.build.directory}/assemblyFilter.properties">
-year=${year}
- </echo>
-
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<dependencies>