mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Only invoke GWT tools if gwt.sdk is defined
git-svn-id: https://zxing.googlecode.com/svn/trunk@2919 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
1a77226030
commit
65747f5178
|
@ -38,6 +38,14 @@
|
||||||
|
|
||||||
<!-- TODO use Maven GWT plugin to actually build this -->
|
<!-- TODO use Maven GWT plugin to actually build this -->
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>gwt</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>gwt.sdk</name>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -60,6 +68,8 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
<name>ZXing Appspot-based encoder</name>
|
<name>ZXing Appspot-based encoder</name>
|
||||||
<description>GWT-based encoder app hosted at zxing.appspot.com</description>
|
<description>GWT-based encoder app hosted at zxing.appspot.com</description>
|
||||||
|
|
Loading…
Reference in a new issue