2012-01-23 Murray Cumming <
[email protected]>
Update tests and examples for the latest libglom API.
* src/examples/org/glom/libglom/examples/ExampleDocumentLoad.java:
* src/test/java/org/glom/libglom/tests/DocumentTest.java: Replace
get_database_title() with get_database_title_original().
2012-01-23 Murray Cumming <
[email protected]>
Remove now-unused src/std_list.i file.
2012-01-23 Murray Cumming <
[email protected]>
Fix make distcheck
* Makefile.am: Add src and build dirs to the paths to build the doc and
source jars.
2012-01-23 Murray Cumming <
[email protected]>
Adapt to the latest libglom API from git master.
* Makefile.am:
* src/glom.i:
* src/test/java/org/glom/libglom/tests/DocumentTest.java: Replace Lists
with Vectors.
2012-01-19 Murray Cumming <
[email protected]>
README: Mention the ftp tarball, PPA package, and maven repository.
2012-01-18 Murray Cumming <
[email protected]>
Generate a *-sources.jar too, as needed by the sonatype.org repository.
* Makefile.am: Explicitly call jar to generate the sources jar.
2012-01-18 Murray Cumming <
[email protected]>
Generate a *-javadoc.jar too, as needed by the sonatype.org repository.
* Makefile.am: Explicitly call javadoc and jar to generate the
documentation jar.