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

Commit

Permalink
Browse files Browse the repository at this point in the history
update maven help text to mention raw project type more
  • Loading branch information
davidmason committed Nov 22, 2012
1 parent c69453f commit ca4e59c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -48,7 +48,7 @@ public abstract class ConfigurableProjectMojo<O extends ConfigurableOptions> ext

/**
* Type of project ("properties" = Java .properties, "podir" = publican-style
* gettext directories).
* gettext directories, "raw" = EXPERIMENTAL raw documents of various types).
*
* @parameter expression="${zanata.projectType}"
*/
Expand Down
Expand Up @@ -135,7 +135,7 @@ public PushPullCommand<PushOptions> initCommand()
private LocaleList effectiveLocales;

/**
* Maximum size, in bytes, of document chunks to transmit. Documents smaller
* Maximum size, in bytes, of document chunks to transmit when using project type 'raw'. Documents smaller
* than this size will be transmitted in a single request, larger documents
* will be sent over multiple requests.
*
Expand All @@ -146,7 +146,7 @@ public PushPullCommand<PushOptions> initCommand()
private int maxChunkSize = 1024 * 1024;

/**
* File types to locate and transmit to the server.
* File types to locate and transmit to the server when using project type "raw".
*
* @parameter expression="${zanata.fileTypes}" default-value="txt,dtd,odt,fodt,odp,fodp,ods,fods,odg,fodg,odf,odb"
*/
Expand Down

0 comments on commit ca4e59c

Please sign in to comment.