27 lines
885 B
XML
27 lines
885 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Copyright (c) 2012-2018 Red Hat, Inc.
|
|
This program and the accompanying materials are made
|
|
available under the terms of the Eclipse Public License 2.0
|
|
which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
SPDX-License-Identifier: EPL-2.0
|
|
|
|
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.ssh.Ssh"/>
|
|
|
|
<source path="client"/>
|
|
<source path="dto"/>
|
|
</module>
|