You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/02/04 11:10:53 UTC

svn commit: r1240481 - /logging/log4php/trunk/pom.xml

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>