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:49:00 UTC

svn commit: r220301 - /incubator/derby/code/branches/10.1/build.xml

Author: djd
Date: Fri Jul 22 04:48:57 2005
New Revision: 220301

URL: http://svn.apache.org/viewcvs?rev=220301&view=rev
Log:
DERBY-467 - Merge 220300 from trunk (unseal package in derby.jar that is also in derbytools.jar)

Modified:
    incubator/derby/code/branches/10.1/build.xml

Modified: incubator/derby/code/branches/10.1/build.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.1/build.xml?rev=220301&r1=220300&r2=220301&view=diff
==============================================================================
--- incubator/derby/code/branches/10.1/build.xml (original)
+++ incubator/derby/code/branches/10.1/build.xml Fri Jul 22 04:48:57 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/">