Release 2.3.0 - Upgraded rsyntaxtextarea

This commit is contained in:
Lukas Eder 2012-05-06 20:39:34 +02:00
parent fd9457a720
commit c94ded5e4e
4 changed files with 4 additions and 4 deletions

View File

@ -45,14 +45,14 @@
<copy todir="${dir.release}/${version}/third-party/lib" file="C:\Users\lukas\.m2\repository\javax\persistence\persistence-api\1.0\persistence-api-1.0.jar"/>
<copy todir="${dir.release}/${version}/third-party/src" file="C:\Users\lukas\.m2\repository\javax\persistence\persistence-api\1.0\persistence-api-1.0-sources.jar"/>
<copy todir="${dir.release}/${version}/third-party/lib" file="C:\Users\lukas\.m2\repository\com\fifesoft\rsyntaxtextarea\1.5.0\rsyntaxtextarea-1.5.0.jar"/>
<copy todir="${dir.release}/${version}/third-party/src" file="C:\Users\lukas\.m2\repository\com\fifesoft\rsyntaxtextarea\1.5.0\rsyntaxtextarea-1.5.0-sources.jar"/>
<copy todir="${dir.release}/${version}/third-party/lib" file="C:\Users\lukas\.m2\repository\com\fifesoft\rsyntaxtextarea\2.0.2\rsyntaxtextarea-2.0.2.jar"/>
<copy todir="${dir.release}/${version}/third-party/src" file="C:\Users\lukas\.m2\repository\com\fifesoft\rsyntaxtextarea\2.0.2\rsyntaxtextarea-2.0.2-sources.jar"/>
<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 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"/>
<unzip dest="${dir.release}/${version}/third-party/src/unzipped" src="${dir.release}/${version}/third-party/lib/rsyntaxtextarea-2.0.2.jar"/>
<jar update="true" destfile="${dir.release}/${version}/lib/jooq-console-${version}.jar">

View File

@ -25,8 +25,8 @@
<classpathentry exported="true" kind="lib" path="lib/jtds-1.2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/iijdbc.jar"/>
<classpathentry exported="true" kind="lib" path="lib/h2-1.3.165.jar" sourcepath="/jOOQ-sources/h2-1.3.165-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/rsyntaxtextarea-1.5.0.jar"/>
<classpathentry kind="lib" path="lib/JDBC-8.4.1.2032-cubrid.jar"/>
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.0.2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/jOOQ-console"/>
<classpathentry combineaccessrules="false" kind="src" path="/jOOQ-meta"/>
<classpathentry kind="output" path="bin"/>

Binary file not shown.