Browse Source

Fixed widgetset compilation problem

tags/7.0.0.alpha2
Artur Signell 12 years ago
parent
commit
09b65b2261
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build/build.xml

+ 2
- 2
build/build.xml View File

@@ -487,8 +487,8 @@
<java classname="com.google.gwt.dev.Compiler" failonerror="yes" fork="yes" maxmemory="512m">
<classpath>
<path refid="compile.classpath.client-side" />
<pathelement location="${result-path}/classes" />
<pathelement location="${result-path}/src/core" />
<pathelement location="${result-classes-core}" />
<pathelement location="${result-src-core}" />
</classpath>
<arg value="-war" />
<arg value="${widgetsets-output-dir}" />

Loading…
Cancel
Save