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 2022/05/17 18:34:26 UTC

svn commit: r1901015 - in /db/derby/code/branches/10.16: ./ tools/release/build.xml

Author: rhillegas
Date: Tue May 17 18:34:26 2022
New Revision: 1901015

URL: http://svn.apache.org/viewvc?rev=1901015&view=rev
Log:
DERBY-7138: Merge 1901014 from trunk to 10.16 branch.

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

Propchange: db/derby/code/branches/10.16/
------------------------------------------------------------------------------
  Merged /db/derby/code/trunk:r1901014

Modified: db/derby/code/branches/10.16/tools/release/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.16/tools/release/build.xml?rev=1901015&r1=1901014&r2=1901015&view=diff
==============================================================================
--- db/derby/code/branches/10.16/tools/release/build.xml (original)
+++ db/derby/code/branches/10.16/tools/release/build.xml Tue May 17 18:34:26 2022
@@ -249,14 +249,6 @@
                   fullpath="${derby.bin}/demo/programs/toursdb/toursdb_readme.html"/>
       <tarfileset file="${derby.demo.src.dir}/scores/build.xml"
                   fullpath="${derby.bin}/demo/programs/scores/build.xml"/>
-      <tarfileset file="${generated.src.engine.dir}/${derby.dir}/security/clientTemplate.policy"
-                  fullpath="${derby.bin}/demo/templates/clientTemplate.policy"/>
-      <tarfileset file="${generated.src.engine.dir}/${derby.dir}/security/engineTemplate.policy"
-                  fullpath="${derby.bin}/demo/templates/engineTemplate.policy"/>
-      <tarfileset file="${generated.src.engine.dir}/${derby.dir}/security/serverTemplate.policy"
-                  fullpath="${derby.bin}/demo/templates/serverTemplate.policy"/>
-      <tarfileset file="${generated.src.engine.dir}/${derby.dir}/security/toolsTemplate.policy"
-                  fullpath="${derby.bin}/demo/templates/toolsTemplate.policy"/>
       <tarfileset dir="${basedir}/classes" includes="SimpleApp.class"
                   prefix="${derby.bin}/demo/programs/simple"/>
       <tarfileset dir="${basedir}/classes" includes="SimpleMobileApp.class"