1.21.1:
2012-01-16 Murray Cumming <
[email protected]>
Fix the build with the latest libglom from git master.
* src/glom.i:
* src/examples/org/glom/libglom/examples/ExampleDocumentLoad.java
* src/test/java/org/glom/libglom/tests/DocumentTest.java:
TranslatableItem::get_title() and get_title_or_name() now take a locale string.
2012-01-10 Murray Cumming <
[email protected]>
Fix the build with the latest libglom 1.21.
* src/glom.i: Add template lines for the pair and list of that pair
now returned by Glom::Document::get_translatable_items().
* Makefile.am: Mention the new files that will the be generated.
2012-01-10 Murray Cumming <
[email protected]>
.pom file: Adjust so we can upload to the sonatype.org resository.
* java-libglom.pom.in: Change the scm to something like the git scm
example here, though the syntax is not clear:
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-7a.1.POMandsettingsconfig
* Makefile.am: Add a deploy target that uses our (non-maven-generated)
.pom and .jar files to deploy to the sonatype.org repository,
as described here:
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-7b.StageExistingArtifacts
2012-01-06 Murray Cumming <
[email protected]>
Port to libglom-1.22
* README:
* configure.ac: Change mentions of libglom 1.20 to 1.22
* Makefile.am: Mention ChoiceValue.java and ChoiceValueList.java
generated files.
* src/glom.i: generate ChoiceValue and ChoiceValueList classes
and make a minor other adjustment to fix the build.
This is the master branch, targetting unstable Glom 1.21/22.
See also the libglom-1-20 branch.