26 lines
919 B
XML
26 lines
919 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Copyright (c) 2012-2018 Red Hat, Inc.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
Contributors:
|
|
Red Hat, Inc. - initial API and implementation
|
|
|
|
-->
|
|
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN" "http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
|
|
<module>
|
|
<inherits name="com.google.gwt.user.User"/>
|
|
<inherits name="com.google.gwt.http.HTTP"/>
|
|
<inherits name="com.google.gwt.i18n.I18N"/>
|
|
<inherits name="com.google.gwt.json.JSON"/>
|
|
<inherits name="com.google.gwt.inject.Inject"/>
|
|
<inherits name="org.eclipse.che.api.project.Project"/>
|
|
|
|
<source path="ide"/>
|
|
<source path="shared"/>
|
|
</module>
|