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 dj...@apache.org on 2005/07/22 13:45:47 UTC

svn commit: r220300 - /incubator/derby/code/trunk/build.xml

Author: djd
Date: Fri Jul 22 04:45:44 2005
New Revision: 220300

URL: http://svn.apache.org/viewcvs?rev=220300&view=rev
Log:
DEBRY-467 - Unseal one package in derby.jar iapi.services.context that is also in derbytools.jar.

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

Modified: incubator/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/build.xml?rev=220300&r1=220299&r2=220300&view=diff
==============================================================================
--- incubator/derby/code/trunk/build.xml (original)
+++ incubator/derby/code/trunk/build.xml Fri Jul 22 04:45:44 2005
@@ -792,6 +792,9 @@
     	<section name="org/apache/derby/impl/tools/sysinfo/">
     	  <attribute name="Sealed" value="false"/>
     	</section>
+    	<section name="org/apache/derby/iapi/services/context/">
+    	  <attribute name="Sealed" value="false"/>
+    	</section>
     	<section name="org/apache/derby/iapi/services/info/">
     	  <attribute name="Sealed" value="false"/>
     	</section>
@@ -847,6 +850,9 @@
     	  <attribute name="Sealed" value="false"/>
     	</section>
     	<section name="org/apache/derby/jdbc/">
+    	  <attribute name="Sealed" value="false"/>
+    	</section>
+    	<section name="org/apache/derby/iapi/services/context/">
     	  <attribute name="Sealed" value="false"/>
     	</section>
     	<section name="org/apache/derby/info/">