You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/08/02 20:31:38 UTC

svn commit: r981656 - in /incubator/oodt/trunk: NOTICE.txt pushpull/pom.xml webapp/workflow/pom.xml

Author: woollard
Date: Mon Aug  2 18:31:38 2010
New Revision: 981656

URL: http://svn.apache.org/viewvc?rev=981656&view=rev
Log:
added to notices file. OODT-3

Modified:
    incubator/oodt/trunk/NOTICE.txt
    incubator/oodt/trunk/pushpull/pom.xml
    incubator/oodt/trunk/webapp/workflow/pom.xml

Modified: incubator/oodt/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/NOTICE.txt?rev=981656&r1=981655&r2=981656&view=diff
==============================================================================
--- incubator/oodt/trunk/NOTICE.txt (original)
+++ incubator/oodt/trunk/NOTICE.txt Mon Aug  2 18:31:38 2010
@@ -70,5 +70,5 @@ by Martin Wendt. The Dynamic Tree View C
 license. For details, see:
      http://dynatree.googlecode.com/
 
-
+This product utilizes using v1.3.4 of Doug Lea's java.util.concurrent.
 

Modified: incubator/oodt/trunk/pushpull/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/pom.xml?rev=981656&r1=981655&r2=981656&view=diff
==============================================================================
--- incubator/oodt/trunk/pushpull/pom.xml (original)
+++ incubator/oodt/trunk/pushpull/pom.xml Mon Aug  2 18:31:38 2010
@@ -52,6 +52,23 @@
             </goals>
           </execution>
         </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/resources/examples/**/*</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>    
     </plugins>
   </build>

Modified: incubator/oodt/trunk/webapp/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/workflow/pom.xml?rev=981656&r1=981655&r2=981656&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/workflow/pom.xml (original)
+++ incubator/oodt/trunk/webapp/workflow/pom.xml Mon Aug  2 18:31:38 2010
@@ -49,6 +49,24 @@ the License.
           <containerConfigXML>src/main/resources/workflow-webapp-tomcat-5.5.9.xml</containerConfigXML>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/js/progress/progress.js</exclude>
+            <exclude>**/js/prototype/prototype.js</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
   <dependencies>