Author: rhillegas Date: Fri Jan 16 08:33:45 2009 New Revision: 735048 URL: http://svn.apache.org/viewvc?rev=735048&view=rev Log: DERBY-1670: Remove vacuous conditional code which checks for the presence of the felix jar before building EmbeddedActivator and putting it in derby.jar--felix.jar is always present now. Modified: db/derby/code/trunk/build.xml db/derby/code/trunk/java/engine/org/apache/derby/osgi/build.xml Modified: db/derby/code/trunk/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=735048&r1=735047&r2=735048&view=diff ============================================================================== --- db/derby/code/trunk/build.xml (original) +++ db/derby/code/trunk/build.xml Fri Jan 16 08:33:45 2009 @@ -1218,9 +1218,6 @@ - - - @@ -1257,10 +1254,7 @@ - - - @@ -1283,30 +1277,7 @@ - - - - - - - - - - - - - - - - - + @@ -1733,19 +1704,6 @@ - - - - - - - - - - - - - - + - - -