Skip to content

Commit 031bdf7

Browse files
committed
Release Update 1.3.3
1 parent 5ae5185 commit 031bdf7

File tree

11 files changed

+164
-2
lines changed

11 files changed

+164
-2
lines changed

src/main/java/gwt/material/design/client/resources/MaterialResources.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface MaterialResources extends ClientBundle {
3737

3838
@Source("ic_progress_cancel.png")
3939
ImageResource ic_progress_cancel();
40-
40+
4141
@Source("jquery.js")
4242
TextResource jQuery();
4343

src/main/java/gwt/material/design/client/ui/MaterialNavBar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import gwt.material.design.client.custom.CustomAnchor;
2425
import gwt.material.design.client.custom.CustomHeader;
2526
import gwt.material.design.client.custom.CustomNav;

src/main/java/gwt/material/design/client/ui/MaterialProgress.java

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
package gwt.material.design.client.ui;
1+
package gwt.material.design.client.ui;
2+
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+
223

324
import com.google.gwt.core.client.GWT;
425
import com.google.gwt.uibinder.client.UiBinder;

src/main/java/gwt/material/design/client/ui/MaterialSlide.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package 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+
323
import com.google.gwt.core.client.GWT;
424
import com.google.gwt.uibinder.client.UiBinder;
525
import com.google.gwt.uibinder.client.UiChild;

src/main/java/gwt/material/design/client/ui/MaterialSlideItem.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package 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+
323
import com.google.gwt.core.client.GWT;
424
import com.google.gwt.resources.client.ImageResource;
525
import com.google.gwt.uibinder.client.UiBinder;

src/main/java/gwt/material/design/client/ui/MaterialSplashScreen.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package 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+
323
import com.google.gwt.core.client.GWT;
424
import com.google.gwt.resources.client.ImageResource;
525
import com.google.gwt.uibinder.client.UiBinder;

src/main/resources/gwt/material/design/client/ui/MaterialProgress.ui.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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" xmlns:g="urn:import:com.google.gwt.user.client.ui">

src/main/resources/gwt/material/design/client/ui/MaterialSlide.ui.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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"

src/main/resources/gwt/material/design/client/ui/MaterialSlideItem.ui.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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" xmlns:g="urn:import:com.google.gwt.user.client.ui">

src/main/resources/gwt/material/design/client/ui/MaterialSplashScreen.ui.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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"

0 commit comments

Comments
 (0)