File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed
java/gwt/material/design/client
resources/gwt/material/design Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * #%L
3+ * GwtMaterial
4+ * %%
5+ * Copyright (C) 2015 - 2021 GwtMaterialDesign
6+ * %%
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ * #L%
19+ */
20+ package gwt .material .design .client ;
21+
22+ import com .google .gwt .core .client .EntryPoint ;
23+
24+ public class MaterialWithoutResources implements EntryPoint {
25+
26+ @ Override
27+ public void onModuleLoad () {
28+
29+ }
30+ }
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ #%L
4+ GwtMaterialDesign
5+ %%
6+ Copyright (C) 2015 - 2017 GwtMaterial
7+ %%
8+ Licensed under the Apache License, Version 2.0 (the "License");
9+ you may not use this file except in compliance with the License.
10+ You may obtain a copy of the License at
11+
12+ http://www.apache.org/licenses/LICENSE-2.0
13+
14+ Unless required by applicable law or agreed to in writing, software
15+ distributed under the License is distributed on an "AS IS" BASIS,
16+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+ See the License for the specific language governing permissions and
18+ limitations under the License.
19+ #L%
20+ -->
21+
22+ <!--
23+ When updating your version of GWT, you should also update this DTD reference,
24+ so that your app can take advantage of the latest GWT module capabilities.
25+ -->
26+ <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.0//EN"
27+ "http://gwtproject.org/doctype/2.8.0/gwt-module.dtd">
28+ <module >
29+ <inherits name =" gwt.material.design.GwtMaterialDesignBase" />
30+
31+ <!-- Specify the app entry point class -->
32+ <entry-point class =" gwt.material.design.client.MaterialWithoutResources" />
33+ </module >
You can’t perform that action at this time.
0 commit comments