Author: apadilla
Date: Thu May  5 03:35:26 2011
New Revision: 1099673

URL: http://svn.apache.org/viewvc?rev=1099673&view=rev
Log:
* updated dotnet-repository-bundle to exclude artifacts which can be downloaded 
in central repo
* added LICENSE.txt in repository bundles
* updated NOTICE.txt

Modified:
    incubator/npanday/trunk/NOTICE.txt
    incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml
    incubator/npanday/trunk/misc/npanday-installer/pom.xml
    incubator/npanday/trunk/misc/npanday-repository-builder/pom.xml

Modified: incubator/npanday/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/NOTICE.txt?rev=1099673&r1=1099672&r2=1099673&view=diff
==============================================================================
--- incubator/npanday/trunk/NOTICE.txt (original)
+++ incubator/npanday/trunk/NOTICE.txt Thu May  5 03:35:26 2011
@@ -2,3 +2,7 @@ Apache NPanday (incubating)
 Copyright 2007-2011
 
 This product includes software developed by The Apache Software Foundation 
(http://www.apache.org/).
+
+This product includes software developed under zlib/libpng license 
(http://www.nunit.org/index.php?p=license&r=2.2.10).
+
+This product includes software developed under BSD License.

Modified: incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml?rev=1099673&r1=1099672&r2=1099673&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/misc/dotnet-repository-builder/pom.xml Thu May  5 
03:35:26 2011
@@ -252,6 +252,32 @@ under the License.
         </executions>
       </plugin>
       <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.6</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <configuration>
+              <tasks>
+                <copy file="${basedir}/../../LICENSE.txt" 
todir="${project.build.directory}/npanday-repository" />
+                <tar 
destfile="${project.build.directory}/dotnet-repository-builder.tar">
+                  <tarfileset 
dir="${project.build.directory}/npanday-repository"
+                              preserveLeadingSlashes="true">
+                    <exclude name="**/junit/**"/>
+                    <exclude name="**/org/apache/apache/**" />
+                    <exclude name="**/org/easymock/**"/>
+                  </tarfileset>
+                </tar>
+                <gzip 
src="${project.build.directory}/dotnet-repository-builder.tar" 
destfile="${project.build.directory}/dotnet-repository-builder.tar.gz" />
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>1.4</version>

Modified: incubator/npanday/trunk/misc/npanday-installer/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/misc/npanday-installer/pom.xml?rev=1099673&r1=1099672&r2=1099673&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/misc/npanday-installer/pom.xml Thu May  5 03:35:26 
2011
@@ -115,6 +115,23 @@ under the License.
         </executions>
       </plugin>
       <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.6</version>
+        <executions>
+          <execution>
+            <phase>generate-resources</phase>
+            <configuration>
+              <tasks>
+                <copy file="${basedir}/../../LICENSE.txt" 
todir="${project.build.directory}/addin" />
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+      <plugin>
         <groupId>org.codehaus.gmaven</groupId>
         <artifactId>gmaven-plugin</artifactId>
         <version>1.2</version>

Modified: incubator/npanday/trunk/misc/npanday-repository-builder/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/misc/npanday-repository-builder/pom.xml?rev=1099673&r1=1099672&r2=1099673&view=diff
==============================================================================
--- incubator/npanday/trunk/misc/npanday-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/misc/npanday-repository-builder/pom.xml Thu May  5 
03:35:26 2011
@@ -225,6 +225,7 @@ under the License.
             <phase>package</phase>
             <configuration>
               <tasks>
+                <copy file="${basedir}/../../LICENSE.txt" 
todir="${project.build.directory}/repository-bin" />
                 <tar destfile="${project.build.directory}/repository-bin.tar">
                   <tarfileset dir="${project.build.directory}/repository-bin"
                               preserveLeadingSlashes="true">


Reply via email to