Skip to content

Commit

Permalink
Base on braille modules 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jul 9, 2015
1 parent a43a328 commit b19582d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.9.1</version>
<relativePath />
</parent>

Expand Down
3 changes: 2 additions & 1 deletion src/test/java/TranslationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public Option[] config() {
mavenBundle().groupId("org.liblouis").artifactId("liblouis-java").versionAsInProject(),
mavenBundle().groupId("org.daisy.braille").artifactId("braille-utils.api").versionAsInProject(),
mavenBundle().groupId("org.daisy.libs").artifactId("jstyleparser").versionAsInProject(),
mavenBundle().groupId("org.unbescape").artifactId("unbescape").versionAsInProject(),
mavenBundle().groupId("org.daisy.braille").artifactId("braille-css").versionAsInProject(),
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.antlr-runtime").versionAsInProject(),
brailleModule("common-utils"),
Expand All @@ -77,7 +78,7 @@ public Option[] config() {
brailleModule("libhyphen-core"),
brailleModule("libhyphen-libreoffice-tables"),
forThisPlatform(brailleModule("libhyphen-native")),
thisBundle("org.daisy.pipeline.modules.braille", "mod-nota"),
thisBundle(),
xprocspecBundles(),
junitBundles()
);
Expand Down

0 comments on commit b19582d

Please sign in to comment.