Author: fchrist
Date: Tue Feb 14 09:45:15 2012
New Revision: 1243851

URL: http://svn.apache.org/viewvc?rev=1243851&view=rev
Log:
STANBOL-357 Fixed path to moved WebVIE.
STANBOL-272 Added some RAT exclusions.

Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1243851&r1=1243850&r2=1243851&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Tue Feb 14 09:45:15 2012
@@ -95,7 +95,7 @@
         <finalName>stanbol-stack-${project.version}</finalName>  
       </build>
       <modules>
-        <module>commons/web/webvie</module>
+        <module>demos/webvie</module>
 
         <module>enhancer/engines</module>
 
@@ -176,7 +176,10 @@
                 <exclude>**/.*/**/*</exclude>
 
                 <!-- exclude generated files -->
-                <exclude>*/**/target/**</exclude>
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.log</exclude>
+                <exclude>launchers/full/sling/**</exclude>
+                <exclude>launchers/full/factstore/**</exclude>
               </excludes>
             </configuration>
           </plugin>


Reply via email to