Author: jmitchell Date: Thu Apr 27 11:42:55 2006 New Revision: 397603 URL: http://svn.apache.org/viewcvs?rev=397603&view=rev Log: making action1 src consistent (repository details only)
Added: struts/action/trunk/el/src/main/ Modified: struts/action/trunk/el/pom.xml Modified: struts/action/trunk/el/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=397603&r1=397602&r2=397603&view=diff ============================================================================== --- struts/action/trunk/el/pom.xml (original) +++ struts/action/trunk/el/pom.xml Thu Apr 27 11:42:55 2006 @@ -19,8 +19,9 @@ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.struts.action</groupId> @@ -54,13 +55,6 @@ <include>**/*.tld</include> </includes> <targetPath>META-INF/tlds</targetPath> - </resource> - <resource> - <directory>../build</directory> - <includes> - <include>LICENSE.txt</include> - <include>NOTICE.txt</include> - </includes> </resource> </resources> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]