Author: desruisseaux Date: Mon Sep 10 09:56:21 2012 New Revision: 1382725 URL: http://svn.apache.org/viewvc?rev=1382725&view=rev Log: Removed the ".txt" extension from NOTICE and LICENSE file in order to be compliant with Apache default configuration (SIS-60). This allow us to remove the assembly configuration, since the default one works as expected.
Added: incubator/sis/trunk/LICENSE - copied unchanged from r1382723, incubator/sis/trunk/LICENSE.txt incubator/sis/trunk/NOTICE - copied, changed from r1382723, incubator/sis/trunk/NOTICE.txt Removed: incubator/sis/trunk/LICENSE.txt incubator/sis/trunk/NOTICE.txt incubator/sis/trunk/assembly.xml Modified: incubator/sis/trunk/pom.xml Copied: incubator/sis/trunk/NOTICE (from r1382723, incubator/sis/trunk/NOTICE.txt) URL: http://svn.apache.org/viewvc/incubator/sis/trunk/NOTICE?p2=incubator/sis/trunk/NOTICE&p1=incubator/sis/trunk/NOTICE.txt&r1=1382723&r2=1382725&rev=1382725&view=diff ============================================================================== --- incubator/sis/trunk/NOTICE.txt (original) +++ incubator/sis/trunk/NOTICE Mon Sep 10 09:56:21 2012 @@ -1,5 +1,5 @@ Apache Spatial Information System (SIS) -Copyright 2010 The Apache Software Foundation +Copyright 2010-2012 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Modified: incubator/sis/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/sis/trunk/pom.xml?rev=1382725&r1=1382724&r2=1382725&view=diff ============================================================================== --- incubator/sis/trunk/pom.xml (original) +++ incubator/sis/trunk/pom.xml Mon Sep 10 09:56:21 2012 @@ -403,30 +403,4 @@ Apache SIS is a toolkit for describing l <module>sis-app</module> </modules> - <profiles> - <profile> - <id>apache-release</id> - <build> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>single</goal> - </goals> - <phase>package</phase> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - </project>