Release 2.1.0

This commit is contained in:
Lukas Eder 2012-03-18 10:04:08 +00:00
parent 26e3fc6987
commit b7fa3c50ab
2 changed files with 3 additions and 2 deletions

View File

@ -197,7 +197,6 @@
<artifactId>rsyntaxtextarea</artifactId>
<version>1.5.0</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>

View File

@ -50,9 +50,11 @@
<copy todir="${dir.release}/${version}/third-party/lib" file="C:\Users\lukas\.m2\repository\org\apache\ant\ant\1.8.2\ant-1.8.2.jar"/>
<!-- Include rsyntaxtextarea.jar binaries in jooq-console.jar -->
<!-- Include jooq.jar and rsyntaxtextarea.jar binaries in jooq-console.jar -->
<unzip dest="${dir.release}/${version}/third-party/src/unzipped" src="${dir.workspace}/jOOQ/target/jooq-${version}.jar"/>
<unzip dest="${dir.release}/${version}/third-party/src/unzipped" src="${dir.release}/${version}/third-party/lib/rsyntaxtextarea-1.5.0.jar"/>
<jar update="true" destfile="${dir.release}/${version}/lib/jooq-console-${version}.jar">
<fileset dir="${dir.release}/${version}/third-party/src/unzipped">
<include name="org/**"/>