File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ mkdir -p \
3434 $TARGET_DIR /jar \
3535 $TARGET_DIR /docs \
3636 $TARGET_DIR /lib \
37- $TARGET_DIR /scripts
37+ $TARGET_DIR /scripts \
38+ $TARGET_DIR /examples
3839
3940cp $BASE_DIR /src/etc/bin/setenv.$SHELL_EXT $TARGET_DIR /bin
4041cp $BASE_DIR /src/etc/bin/fbjava-deployer.$SHELL_EXT $TARGET_DIR /bin
@@ -47,6 +48,7 @@ cp $BASE_DIR/output/$CONFIG/lib/libfbjava.$SHRLIB_EXT $TARGET_DIR/lib
4748cp $BASE_DIR /src/fbjava-impl/src/main/resources/org/firebirdsql/fbjava/* .sql $TARGET_DIR /scripts
4849cp $BASE_DIR /src/etc/conf/fbjava.conf $TARGET_DIR /conf
4950cp $BASE_DIR /src/etc/scripts/java-security.sql $TARGET_DIR /scripts
51+ cp -r $BASE_DIR /examples $TARGET_DIR
5052
5153cd $TARGET_DIR /conf/
5254
Original file line number Diff line number Diff line change @@ -711,10 +711,16 @@ create procedure procGenRows (numRows integer) returns (n integer)
711711 < fbjava-root> /docs/apidocs</para >
712712 </section >
713713
714+ <section id =" fbjava-example" >
715+ <title >Example</title >
716+
717+ <para >There is an example project in < fbjava-root> /examples/fbjava-example, with
718+ instructions in the README file.</para >
719+ </section >
720+
714721 <section id =" fbjava-known-issues" >
715722 <title >Known issues</title >
716723
717-
718724 <itemizedlist spacing =" normal" >
719725 <listitem >
720726 <para >In this test version it's not possible to use Jaybird's non-pure-Java connection string
You can’t perform that action at this time.
0 commit comments