Release 2.1.0
This commit is contained in:
parent
26e3fc6987
commit
b7fa3c50ab
@ -197,7 +197,6 @@
|
||||
<artifactId>rsyntaxtextarea</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<type>jar</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jooq</groupId>
|
||||
|
||||
@ -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/**"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user