Skip to content

Commit 0e3ab48

Browse files
committed
Add examples to manual and distibution package.
1 parent f304200 commit 0e3ab48

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/etc/bin/create-package.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3940
cp $BASE_DIR/src/etc/bin/setenv.$SHELL_EXT $TARGET_DIR/bin
4041
cp $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
4748
cp $BASE_DIR/src/fbjava-impl/src/main/resources/org/firebirdsql/fbjava/*.sql $TARGET_DIR/scripts
4849
cp $BASE_DIR/src/etc/conf/fbjava.conf $TARGET_DIR/conf
4950
cp $BASE_DIR/src/etc/scripts/java-security.sql $TARGET_DIR/scripts
51+
cp -r $BASE_DIR/examples $TARGET_DIR
5052

5153
cd $TARGET_DIR/conf/
5254

src/etc/doc/fbjava.pdf

1.1 KB
Binary file not shown.

src/etc/doc/fbjava.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,10 +711,16 @@ create procedure procGenRows (numRows integer) returns (n integer)
711711
&lt;fbjava-root&gt;/docs/apidocs</para>
712712
</section>
713713

714+
<section id="fbjava-example">
715+
<title>Example</title>
716+
717+
<para>There is an example project in &lt;fbjava-root&gt;/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

0 commit comments

Comments
 (0)