Skip to content

Commit

Permalink
Release 2.3.0 - Upgraded rsyntaxtextarea
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed May 6, 2012
1 parent fd9457a commit c94ded5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jOOQ-release/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-test/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
Binary file removed jOOQ-test/lib/rsyntaxtextarea-1.5.0.jar
Binary file not shown.
Binary file added jOOQ-test/lib/rsyntaxtextarea-2.0.2.jar
Binary file not shown.

0 comments on commit c94ded5

Please sign in to comment.