Author: rgoers
Date: Thu Aug 18 13:46:50 2011
New Revision: 1159216

URL: http://svn.apache.org/viewvc?rev=1159216&view=rev
Log:
Exclude sandbox by default

Modified:
    commons/proper/vfs/trunk/dist/pom.xml
    commons/proper/vfs/trunk/dist/src/assembly/src.xml
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/dist/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/pom.xml?rev=1159216&r1=1159215&r2=1159216&view=diff
==============================================================================
--- commons/proper/vfs/trunk/dist/pom.xml (original)
+++ commons/proper/vfs/trunk/dist/pom.xml Thu Aug 18 13:46:50 2011
@@ -88,37 +88,6 @@ limitations under the License.
           <version>${project.version}</version>
           <classifier>javadoc</classifier>
         </dependency>
-
-        <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-vfs2-sandbox</artifactId>
-          <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-vfs2-sandbox</artifactId>
-          <version>${project.version}</version>
-          <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-vfs2-sandbox</artifactId>
-          <version>${project.version}</version>
-          <classifier>javadoc</classifier>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-vfs2-sandbox</artifactId>
-          <version>${project.version}</version>
-          <classifier>tests</classifier>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-vfs2-sandbox</artifactId>
-          <version>${project.version}</version>
-          <classifier>test-sources</classifier>
-        </dependency>
       </dependencies>
       <build>
         <plugins>

Modified: commons/proper/vfs/trunk/dist/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/src/assembly/src.xml?rev=1159216&r1=1159215&r2=1159216&view=diff
==============================================================================
--- commons/proper/vfs/trunk/dist/src/assembly/src.xml (original)
+++ commons/proper/vfs/trunk/dist/src/assembly/src.xml Thu Aug 18 13:46:50 2011
@@ -31,6 +31,7 @@
       <outputDirectory>/</outputDirectory>
       <useDefaultExcludes>true</useDefaultExcludes>
       <excludes>
+        <exclude>**/sandbox/**</exclude>
         <!-- build output -->
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]</exclude>
 
@@ -53,7 +54,7 @@
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?[^/]*\.iws]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?[^/]*\.ipr]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?[^/]*\.iml]</exclude>
-        
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.idea(/.*)?]</exclude>
        
+        
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.idea(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.settings(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.externalToolBuilders(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.deployables(/.*)?]</exclude>

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1159216&r1=1159215&r2=1159216&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Aug 18 13:46:50 2011
@@ -39,7 +39,6 @@
   <modules>
     <module>core</module>
     <module>examples</module>
-    <module>sandbox</module>
     <module>dist</module>
   </modules>
 
@@ -405,6 +404,12 @@
   -->
   <profiles>
     <profile>
+      <id>include-sandbox</id>
+      <modules>
+        <module>sandbox</module>
+      </modules>
+    </profile>
+    <profile>
       <id>relnotes</id>
       <build>
         <plugins>


Reply via email to