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 2018/02/03 16:33:41 UTC

svn commit: r1823042 - /db/derby/code/trunk/build.xml

Author: rhillegas
Date: Sat Feb  3 16:33:40 2018
New Revision: 1823042

URL: http://svn.apache.org/viewvc?rev=1823042&view=rev
Log:
DERBY-6945: Re-seal the localization package; commit derby-6945-18-aa-resealLocalizationPackage.diff.

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1823042&r1=1823041&r2=1823042&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Sat Feb  3 16:33:40 2018
@@ -1413,9 +1413,6 @@
     	<section name="org/apache/derby/jdbc/">
     	  <attribute name="Sealed" value="false"/>
     	</section>
-    	<section name="org/apache/derby/loc/">
-    	  <attribute name="Sealed" value="false"/>
-    	</section>
     </manifest> 
 
     <antcall target="make-locale-classpath-manifest">
@@ -1565,9 +1562,6 @@
       <attribute name="Main-Class" value="org.apache.derby.drda.NetworkServerControl"/>
       <attribute name="Class-Path" value="derby.jar derbyshared.jar"/>
       	<attribute name="Sealed" value="true"/>
-    	<section name="org/apache/derby/loc/">
-    	  <attribute name="Sealed" value="false"/>
-    	</section>
     </manifest> 
 
     <delete file="${derby.jar.dir}/derbynet.jar"/>