-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new icons and bump to 2.0.0 (#5)
* Add font assets as a Git submodule * Add font files to jar and the required scss code to inside the addon * Update README.md * Update enum for Icons 2.0 * Use latest Vaadin Framework version '7.7.3'. * Update group and artifact id * Update demo to show all icons
- Loading branch information
1 parent
500a3d3
commit 566c917
Showing
17 changed files
with
222 additions
and
1,275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
.classpath | ||
target | ||
bin | ||
styles.scss.cache | ||
styles.css | ||
addons.scss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "vaadin-icons/vaadin-icons-webcomponent"] | ||
path = vaadin-icons/vaadin-icons-webcomponent | ||
url = [email protected]:vaadin/vaadin-icons.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,37 +2,19 @@ | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.vaadin.icons</groupId> | ||
<groupId>com.vaadin</groupId> | ||
<artifactId>vaadin-icons-demo</artifactId> | ||
<packaging>war</packaging> | ||
<version>1.0.1</version> | ||
<version>2.0.0</version> | ||
<name>Vaadin Icons Add-on Demo</name> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<vaadin.version>7.5.0</vaadin.version> | ||
<vaadin.version>7.7.3</vaadin.version> | ||
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> | ||
<failOnMissingWebXml>false</failOnMissingWebXml> | ||
</properties> | ||
|
||
<!-- | ||
<organization> | ||
<name>My Name</name> | ||
<url>https://github.com/mygithubaccount/MyComponent/</url> | ||
</organization> | ||
<scm> | ||
<url>git://github.com/mygithubaccount/MyComponent.git</url> | ||
<connection>scm:git:git://github.com/mygithubaccount/MyComponent.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]:/mygithubaccount/${ComponentClassName}.git</developerConnection> | ||
<tag>MyComponent add-on for Vaadin</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/mygithubaccount/MyComponent/issues</url> | ||
</issueManagement> | ||
--> | ||
|
||
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
|
@@ -41,36 +23,6 @@ | |
</license> | ||
</licenses> | ||
|
||
<repositories> | ||
<repository> | ||
<id>vaadin-addons</id> | ||
<url>http://maven.vaadin.com/vaadin-addons</url> | ||
</repository> | ||
<repository> | ||
<id>vaadin-snapshots</id> | ||
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> | ||
<releases> | ||
<enabled>false</enabled> | ||
</releases> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
</repository> | ||
</repositories> | ||
|
||
<pluginRepositories> | ||
<pluginRepository> | ||
<id>vaadin-snapshots</id> | ||
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> | ||
<releases> | ||
<enabled>false</enabled> | ||
</releases> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
|
@@ -85,9 +37,9 @@ | |
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.vaadin.teemu</groupId> | ||
<groupId>com.vaadin</groupId> | ||
<artifactId>vaadin-icons</artifactId> | ||
<version>${version}</version> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.vaadin</groupId> | ||
|
@@ -118,71 +70,23 @@ | |
</configuration> | ||
</plugin> | ||
|
||
<plugin> | ||
<artifactId>maven-clean-plugin</artifactId> | ||
<version>2.4.1</version> | ||
<configuration> | ||
<filesets> | ||
<fileset> | ||
<!-- Clean-up widgetset required for "inplace" compilation --> | ||
<directory>${basedir}/src/main/webapp/VAADIN/widgetsets</directory> | ||
</fileset> | ||
<fileset> | ||
<!-- Clean-up gwt cache --> | ||
<directory>${basedir}/src/main/webapp/VAADIN/gwt-unitCache</directory> | ||
</fileset> | ||
</filesets> | ||
</configuration> | ||
</plugin> | ||
|
||
<plugin> | ||
<artifactId>maven-war-plugin</artifactId> | ||
<version>2.3</version> | ||
<configuration> | ||
<packagingExcludes> | ||
**/VAADIN/gwt-unitCache/**, | ||
**/VAADIN/widgetsets/WEB-INF/**, | ||
**/WEB-INF/lib/servlet-api-*.jar, | ||
**/WEB-INF/lib/vaadin-client-*.jar, | ||
**/WEB-INF/lib/jetty-*.jar, | ||
**/WEB-INF/lib/ant-*.jar, | ||
**/WEB-INF/classes/gwt-unitCache/**, | ||
**/WEB-INF/classes/themes/**, | ||
**/WEB-INF/classes/widgetsets/** | ||
</packagingExcludes> | ||
<failOnMissingWebXml>false</failOnMissingWebXml> | ||
</configuration> | ||
</plugin> | ||
|
||
<plugin> | ||
<groupId>com.vaadin</groupId> | ||
<artifactId>vaadin-maven-plugin</artifactId> | ||
<version>${vaadin.plugin.version}</version> | ||
<configuration> | ||
<extraJvmArgs>-Xmx512M -Xss1024k</extraJvmArgs> | ||
<webappDirectory>${basedir}/src/main/webapp/VAADIN/widgetsets</webappDirectory> | ||
<hostedWebapp>${basedir}/src/main/webapp/VAADIN/widgetsets</hostedWebapp> | ||
<noServer>true</noServer> | ||
<persistentunitcachedir>${basedir}/target/tmp/gwt-unitCache</persistentunitcachedir> | ||
<compileReport>true</compileReport> | ||
<strict>true</strict> | ||
<runTarget>http://localhost:8080/</runTarget> | ||
</configuration> | ||
<executions> | ||
<!-- You are free to mark this as permanently ignored in Eclipse --> | ||
<execution> | ||
<configuration> | ||
<!-- if you don't specify any modules, the plugin will find them --> | ||
</configuration> | ||
<goals> | ||
<goal>resources</goal> | ||
<goal>update-widgetset</goal> | ||
<goal>compile</goal> | ||
<goal>compile-theme</goal> | ||
<goal>update-theme</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
|
||
<plugin> | ||
<groupId>org.mortbay.jetty</groupId> | ||
<artifactId>jetty-maven-plugin</artifactId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
vaadin-icons-demo/src/main/webapp/VAADIN/themes/demo/addons.scss
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-96.4 KB
vaadin-icons-demo/src/main/webapp/VAADIN/themes/demo/fonts/Vaadin-Icons.eot
Binary file not shown.
Oops, something went wrong.