mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Update to GWT 2.6 (RC1)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2928 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
6cf76e3880
commit
e51ee2fca5
|
@ -43,11 +43,19 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<gwt.version>2.5.1</gwt.version>
|
||||
<gwt.version>2.6.0-rc1</gwt.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>7</source>
|
||||
<target>7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>gwt-maven-plugin</artifactId>
|
||||
|
|
|
@ -45,7 +45,7 @@ import java.util.List;
|
|||
|
||||
public final class Generator implements EntryPoint {
|
||||
|
||||
private final List<GeneratorSource> generators = new ArrayList<GeneratorSource>();
|
||||
private final List<GeneratorSource> generators = new ArrayList<>();
|
||||
private final ListBox genList = new ListBox();
|
||||
private final ListBox sizeList = new ListBox();
|
||||
private final ListBox ecLevelList = new ListBox();
|
||||
|
|
Loading…
Reference in a new issue