Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz873489 Add sourceHash for Properties files
Browse files Browse the repository at this point in the history
Also update common to get PropertiesReader and XliffReader
which support sourceHash.
  • Loading branch information
seanf committed Mar 26, 2014
1 parent 05f99dc commit d1d1604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -35,7 +35,7 @@

<properties>
<zanata.api.version>3.2.0</zanata.api.version>
<zanata.common.version>3.1.0</zanata.common.version>
<zanata.common.version>3.3.0-SNAPSHOT</zanata.common.version>
<powermock.version>1.4.12</powermock.version>
<httpclient.version>4.1.2</httpclient.version>
<resteasy.version>3.0.1.Final</resteasy.version>
Expand Down
Expand Up @@ -114,7 +114,7 @@ private TranslationsResource loadTranslationsResource(Resource srcDoc,
TranslationsResource targetDoc = new TranslationsResource();
FileInputStream in = new FileInputStream(transFile);
try {
propReader.extractTarget(targetDoc, in);
propReader.extractTarget(targetDoc, in, srcDoc);
} finally {
in.close();
}
Expand Down

0 comments on commit d1d1604

Please sign in to comment.