Author: ihabunek
Date: Sat Feb  4 10:10:52 2012
New Revision: 1240481

URL: http://svn.apache.org/viewvc?rev=1240481&view=rev
Log:
Removed syntax check from build process, as discussed.

Modified:
    logging/log4php/trunk/pom.xml

Modified: logging/log4php/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/pom.xml?rev=1240481&r1=1240480&r2=1240481&view=diff
==============================================================================
--- logging/log4php/trunk/pom.xml (original)
+++ logging/log4php/trunk/pom.xml Sat Feb  4 10:10:52 2012
@@ -166,19 +166,6 @@
                                
                                <executions>
                                        <execution>
-                                               <id>syntax-check</id>
-                                               <phase>process-sources</phase>
-                                               <configuration>
-                                                       <target>
-                                                               <ant 
target="syntax-check" />
-                                                       </target>
-                                               </configuration>
-                                               <goals>
-                                                       <goal>run</goal>
-                                               </goals>
-                                       </execution>
-                                       
-                                       <execution>
                                                <id>pear-package</id>
                                                <phase>package</phase>
                                                <configuration>


Reply via email to