Issue 106583: Add rowset code to open source. Also made changes related
authordavidvc@netbeans.org
Thu, 14 Jun 2007 00:11:54 +0000
changeset 3193c2307c407f84
parent 3192 fbca918031b9
child 3194 3284668194e1
Issue 106583: Add rowset code to open source. Also made changes related
to this:

- Removed sql module, it is no longer needed
- Removed dependencies on JdbcRowSetX, as we are no longer using this
and we want to avoid open sourcing it
misc/ravebuild/build.xml
     1.1 --- a/misc/ravebuild/build.xml	Thu Apr 19 23:46:51 2007 +0000
     1.2 +++ b/misc/ravebuild/build.xml	Thu Jun 14 00:11:54 2007 +0000
     1.3 @@ -855,6 +855,9 @@
     1.4      <target name="registration">
     1.5          <ant dir="../registration" target="${target}"/>
     1.6      </target>
     1.7 +    <target name="rowset">
     1.8 +        <ant dir="../rowset" target="${target}"/>
     1.9 +    </target>
    1.10      <target name="servernav">
    1.11          <ant dir="../servernav" target="${target}"/>
    1.12      </target>