You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/12/06 09:17:01 UTC

svn commit: r1042543 - /tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml

Author: antelder
Date: Mon Dec  6 08:17:01 2010
New Revision: 1042543

URL: http://svn.apache.org/viewvc?rev=1042543&view=rev
Log:
Add RAT exclude for OO diagrams

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml?rev=1042543&r1=1042542&r2=1042543&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml Mon Dec  6 08:17:01 2010
@@ -64,6 +64,7 @@
                               <exclude>**/DEPENDENCIES</exclude>
                               <exclude>**/target/**/*.log</exclude>
                               <exclude>**/config.ini</exclude>
+                              <exclude>**/*.odg</exclude>
                               <exclude>tuscany-sca-2.0-SNAPSHOT/features/configuration/config.ini</exclude>
                            </excludes>
                         </configuration>