пятница, 16 мая 2014 г., 13:03:33 UTC+3 пользователь al1975e написал:
>
> To speed up compilation GWT provides solution by setting property in 
> gwt.xml - file (for examle:<set-property name="user.agent" 
> value="gecko1_8,safari,ie8"/>)
> How can i set it in my pom-file maven-project's?     
> http://9mmedia.com/blog/?p=854 - it does not help
>

<resources>
<resource>
<!-- Put the filtered source files into a directory that later gets added 
to the build path -->
<directory>src/main/java-filtered</directory>
<filtering>true</filtering>
<targetPath>${project.build.directory}/filtered-sources/java</targetPath>
</resource>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
</resource>
</resources> - I ordered so,but I do not have 
directory:filtered-sources/java and why is this src/main/resources - 
directory ? 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to