Skip to content

Commit

Permalink
add module descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Aug 5, 2023
1 parent 05eb377 commit 15dceb9
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2018 - Frank Hossfeld
~
~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
~ use this file except in compliance with the License. You may obtain a copy of
~ the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
~ License for the specific language governing permissions and limitations under
~ the License.
~
-->

<!--
When updating your version of GWT, you should also route this DTD reference,
so that your app can take advantage of the latest GWT module capabilities.
-->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.10.0//EN"
"http://www.gwtproject.org/doctype/2.10.0/gwt-module.dtd">
<module>

<!-- Other module inherits -->
<inherits name="com.github.nalukit.nalu.Nalu"/>
<inherits name="com.github.nalukit.nalu.plugin.core.web.NaluPluginCoreWeb"/>
<inherits name="elemental2.dom.Dom"/>
<inherits name='org.dominokit.domino.ui.DominoUI'/>

<!-- sources -->
<source path="client"/>
</module>

0 comments on commit 15dceb9

Please sign in to comment.