Skip to content

Commit

Permalink
update oracle/sqlserver package file
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjin.lp committed Jan 22, 2016
1 parent baae267 commit 130d09e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oraclereader/src/main/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
</includes>
<outputDirectory>plugin/reader/oraclereader</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/lib</directory>
<includes>
<include>ojdbc6-11.2.0.3.jar</include>
</includes>
<outputDirectory>plugin/reader/oraclereader/libs</outputDirectory>
</fileSet>
<fileSet>
<directory>target/</directory>
<includes>
Expand Down
7 changes: 7 additions & 0 deletions oraclewriter/src/main/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
</includes>
<outputDirectory>plugin/writer/oraclewriter</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/lib</directory>
<includes>
<include>ojdbc6-11.2.0.3.jar</include>
</includes>
<outputDirectory>plugin/writer/oraclewriter/libs</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
Expand Down
7 changes: 7 additions & 0 deletions sqlserverreader/src/main/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
</includes>
<outputDirectory>plugin/reader/sqlserverreader</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/lib</directory>
<includes>
<include>sqljdbc4-4.0.jar</include>
</includes>
<outputDirectory>plugin/reader/sqlserverreader/libs</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
Expand Down
7 changes: 7 additions & 0 deletions sqlserverwriter/src/main/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
</includes>
<outputDirectory>plugin/writer/sqlserverwriter</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/lib</directory>
<includes>
<include>sqljdbc4-4.0.jar</include>
</includes>
<outputDirectory>plugin/writer/sqlserverwriter/libs</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
Expand Down

0 comments on commit 130d09e

Please sign in to comment.