You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2012/06/04 19:58:49 UTC

svn commit: r1346060 - in /db/derby/code/branches/10.9: ./ tools/release/build.xml

Author: rhillegas
Date: Mon Jun  4 17:58:48 2012
New Revision: 1346060

URL: http://svn.apache.org/viewvc?rev=1346060&view=rev
Log:
DERBY-5688: Ported 1346054 from trunk to 10.9 branch.

Modified:
    db/derby/code/branches/10.9/   (props changed)
    db/derby/code/branches/10.9/tools/release/build.xml

Propchange: db/derby/code/branches/10.9/
------------------------------------------------------------------------------
  Merged /db/derby/code/trunk:r1346054

Modified: db/derby/code/branches/10.9/tools/release/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.9/tools/release/build.xml?rev=1346060&r1=1346059&r2=1346060&view=diff
==============================================================================
--- db/derby/code/branches/10.9/tools/release/build.xml (original)
+++ db/derby/code/branches/10.9/tools/release/build.xml Mon Jun  4 17:58:48 2012
@@ -39,8 +39,8 @@
 
 
   <!-- Files to be included with and excluded from the source distribution -->
-  <property name="src.top.includes" value="BUILDING.html,README,COPYRIGHT,KEYS,LICENSE,NOTICE,RELEASE-NOTES.html,STATUS,build.xml,index.html,published_api_overview.html"/>
-  <property name="src.tools.includes" value="tools/ant/**,tools/ide/**,tools/j2ee/**,tools/jar/**,tools/java/**,tools/javadoc/**,tools/jdbc4/**,tools/testing/**,tools/release/build.xml"/>
+  <property name="src.top.includes" value="BUILDING.html,README,COPYRIGHT,KEYS,LICENSE,NOTICE,RELEASE-NOTES.html,STATUS,build.xml,index.html,published_api_overview.html,releaseSummary.xml"/>
+  <property name="src.tools.includes" value="tools/ant/**,tools/ide/**,tools/j2ee/**,tools/jar/**,tools/java/**,tools/javadoc/**,tools/jdbc4/**,tools/testing/**,tools/l10n/**,tools/release/**"/>
   <property name="src.dirs.includes" value="java/**,plugins/**,bin/**,maven2/**"/>
   <property name="src.includes" value="${src.top.includes},${src.tools.includes},${src.dirs.includes}"/>