Author: imario
Date: Sun Nov 12 11:39:14 2006
New Revision: 474022

URL: http://svn.apache.org/viewvc?view=rev&rev=474022
Log:
added notice and license to distribution

Modified:
    jakarta/commons/proper/vfs/trunk/core/pom.xml
    jakarta/commons/proper/vfs/trunk/sandbox/pom.xml

Modified: jakarta/commons/proper/vfs/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/core/pom.xml?view=diff&rev=474022&r1=474021&r2=474022
==============================================================================
--- jakarta/commons/proper/vfs/trunk/core/pom.xml (original)
+++ jakarta/commons/proper/vfs/trunk/core/pom.xml Sun Nov 12 11:39:14 2006
@@ -124,17 +124,20 @@
                                        <exclude>**/*.java</exclude>
                                </excludes>
                        </resource>
+                       <resource>
+                               <directory>..</directory>
+                               <targetPath>META-INF</targetPath>
+                               <includes>
+                                       <include>NOTICE.txt</include>
+                               </includes>
+                       </resource>
+                       <resource>
+                               <directory>..</directory>
+                               <includes>
+                                       <include>LICENSE.txt</include>
+                               </includes>
+                       </resource>
                </resources>
-               <!--
-                 <testResources>
-                         <testResource>
-                                 <directory>src/test/test-data</directory>
-                                 <includes>
-                                         
<include>**/test.*,**/nested.*</include>
-                                 </includes>
-                         </testResource>
-                 </testResources>
-  -->
 
                <plugins>
 

Modified: jakarta/commons/proper/vfs/trunk/sandbox/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/sandbox/pom.xml?view=diff&rev=474022&r1=474021&r2=474022
==============================================================================
--- jakarta/commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ jakarta/commons/proper/vfs/trunk/sandbox/pom.xml Sun Nov 12 11:39:14 2006
@@ -17,92 +17,108 @@
   -->
 
 <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";>
+                xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-  <modelVersion>4.0.0</modelVersion>
-  <packaging>jar</packaging>
+       <modelVersion>4.0.0</modelVersion>
+       <packaging>jar</packaging>
 
-  <name>sandbox</name>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-vfs-sandbox</artifactId>
-  <version>1.0-RC8-SNAPSHOT</version>
-  <description>VFS is a Virtual File System library - Sandbox.</description>
-
-  <parent>
-    <groupId>org.apache.commons</groupId>
-    <artifactId>commons-vfs-project</artifactId>
-    <version>1.0-RC8-SNAPSHOT</version>
-  </parent>
-
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-vfs</artifactId>
-      <version>1.0-RC8-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
-      <groupId>slide</groupId>
-      <artifactId>jakarta-slide-webdavlib</artifactId>
-      <version>20050629.161100</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>jcifs</groupId>
-      <artifactId>jcifs</artifactId>
-      <version>0.8.3</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>2.0.2</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-      <version>1.4</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-vfs</artifactId>
-      <version>1.0-RC8-SNAPSHOT</version>
-      <scope>test</scope>
-      <type>test-jar</type>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <target>1.3</target>
-          <source>1.3</source>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+       <name>sandbox</name>
+       <groupId>org.apache.commons</groupId>
+       <artifactId>commons-vfs-sandbox</artifactId>
+       <version>1.0-RC8-SNAPSHOT</version>
+       <description>VFS is a Virtual File System library - 
Sandbox.</description>
+
+       <parent>
+               <groupId>org.apache.commons</groupId>
+               <artifactId>commons-vfs-project</artifactId>
+               <version>1.0-RC8-SNAPSHOT</version>
+       </parent>
+
+       <organization>
+               <name>Apache Software Foundation</name>
+               <url>http://www.apache.org/</url>
+       </organization>
+       <licenses>
+               <license>
+                       <name>The Apache Software License, Version 2.0</name>
+                       
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       <distribution>repo</distribution>
+               </license>
+       </licenses>
+
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-vfs</artifactId>
+                       <version>1.0-RC8-SNAPSHOT</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>slide</groupId>
+                       <artifactId>jakarta-slide-webdavlib</artifactId>
+                       <version>20050629.161100</version>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>jcifs</groupId>
+                       <artifactId>jcifs</artifactId>
+                       <version>0.8.3</version>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>commons-httpclient</groupId>
+                       <artifactId>commons-httpclient</artifactId>
+                       <version>2.0.2</version>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>mail</artifactId>
+                       <version>1.4</version>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-vfs</artifactId>
+                       <version>1.0-RC8-SNAPSHOT</version>
+                       <scope>test</scope>
+                       <type>test-jar</type>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
+
+       <build>
+               <resources>
+                       <resource>
+                               <directory>..</directory>
+                               <targetPath>META-INF</targetPath>
+                               <includes>
+                                       <include>NOTICE.txt</include>
+                               </includes>
+                       </resource>
+                       <resource>
+                               <directory>..</directory>
+                               <includes>
+                                       <include>LICENSE.txt</include>
+                               </includes>
+                       </resource>
+               </resources>
+
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <target>1.3</target>
+                                       <source>1.3</source>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to