File tree Expand file tree Collapse file tree 7 files changed +79
-1
lines changed
java/gwt/material/design/client
resources/gwt/material/design Expand file tree Collapse file tree 7 files changed +79
-1
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.github.gwtmaterialdesign</groupId >
66 <artifactId >gwt-material</artifactId >
7- <version >1.3.2 </version >
7+ <version >1.3.1-SNAPSHOT </version >
88
99 <name >Gwt Material Design</name >
1010 <description >A Material Design look and feel for GWT Apps plus Phonegap</description >
Original file line number Diff line number Diff line change 11package gwt .material .design .client .custom ;
22
3+ /*
4+ * #%L
5+ * GwtMaterial
6+ * %%
7+ * Copyright (C) 2015 GwtMaterialDesign
8+ * %%
9+ * Licensed under the Apache License, Version 2.0 (the "License");
10+ * you may not use this file except in compliance with the License.
11+ * You may obtain a copy of the License at
12+ *
13+ * http://www.apache.org/licenses/LICENSE-2.0
14+ *
15+ * Unless required by applicable law or agreed to in writing, software
16+ * distributed under the License is distributed on an "AS IS" BASIS,
17+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+ * See the License for the specific language governing permissions and
19+ * limitations under the License.
20+ * #L%
21+ */
22+
323import gwt .material .design .client .ui .MaterialLabel ;
424import gwt .material .design .client .ui .MaterialLink ;
525import gwt .material .design .client .ui .MaterialModal ;
Original file line number Diff line number Diff line change 1+ <!--
2+ #%L
3+ GwtMaterial
4+ %%
5+ Copyright (C) 2015 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+ -->
120<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
221<ui : UiBinder xmlns : ui =" urn:ui:com.google.gwt.uibinder"
322 xmlns:m=" urn:import:gwt.material.design.client.ui"
Original file line number Diff line number Diff line change 11package gwt .material .design .client .ui ;
22
3+ /*
4+ * #%L
5+ * GwtMaterial
6+ * %%
7+ * Copyright (C) 2015 GwtMaterialDesign
8+ * %%
9+ * Licensed under the Apache License, Version 2.0 (the "License");
10+ * you may not use this file except in compliance with the License.
11+ * You may obtain a copy of the License at
12+ *
13+ * http://www.apache.org/licenses/LICENSE-2.0
14+ *
15+ * Unless required by applicable law or agreed to in writing, software
16+ * distributed under the License is distributed on an "AS IS" BASIS,
17+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+ * See the License for the specific language governing permissions and
19+ * limitations under the License.
20+ * #L%
21+ */
22+
323import com .google .gwt .core .client .GWT ;
424import com .google .gwt .uibinder .client .UiBinder ;
525import com .google .gwt .uibinder .client .UiChild ;
Original file line number Diff line number Diff line change 1+ <!--
2+ #%L
3+ GwtMaterial
4+ %%
5+ Copyright (C) 2015 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+ -->
120<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
221<ui : UiBinder xmlns : ui =" urn:ui:com.google.gwt.uibinder"
322 xmlns:m=" urn:import:gwt.material.design.client.ui"
You can’t perform that action at this time.
0 commit comments