Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Denis Volobuev
/
webnotifications
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9d16a792
...
9d16a7923f241983f6f54e63d21fb2e18b89fcd8
authored
2017-10-04 09:50:46 +0500
by
Denis Volobuev
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
vaadin fix
1 parent
4427e3f0
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
51 additions
and
44 deletions
pom.xml
webnotifications-demo/pom.xml
webnotifications-demo/src/main/resources/com/burokrat/demo/DemoWidgetSet.gwt.xml
webnotifications-demo/webnotifications-demo.iml
webnotifications/pom.xml
webnotifications/src/test/java/com/burokrat/MyComponentTest.java
webnotifications/webnotifications.iml
pom.xml
View file @
9d16a79
...
...
@@ -6,7 +6,7 @@
<artifactId>
webnotifications-root
</artifactId>
<packaging>
pom
</packaging>
<version>
1.0-SNAPSHOT
</version>
<name>
MyComponent
Add-on Root Project
</name>
<name>
WebNotification
Add-on Root Project
</name>
<modules>
<module>
webnotifications
</module>
...
...
webnotifications-demo/pom.xml
View file @
9d16a79
...
...
@@ -43,6 +43,10 @@
<repositories>
<repository>
<id>
nexus
</id>
<url>
http://nexus.burokratgroup.ru:8081/nexus/content/repositories/releases/
</url>
</repository>
<repository>
<id>
vaadin-addons
</id>
<url>
http://maven.vaadin.com/vaadin-addons
</url>
</repository>
...
...
@@ -87,7 +91,7 @@
<dependency>
<groupId>
com.burokrat
</groupId>
<artifactId>
webnotifications
</artifactId>
<version>
${version}
</version>
<version>
1.0
</version>
</dependency>
<dependency>
<groupId>
com.vaadin
</groupId>
...
...
webnotifications-demo/src/main/resources/com/burokrat/demo/DemoWidgetSet.gwt.xml
View file @
9d16a79
...
...
@@ -7,7 +7,7 @@
-->
<!-- Inherit add-on widgetset -->
<
!--<inherits name="com.burokrat.WidgetSet" />--
>
<
inherits
name=
"com.vaadin.DefaultWidgetSet"
/
>
<!--
Uncomment the following to compile the widgetset for one browser only.
...
...
@@ -28,7 +28,4 @@
information and instructions.
-->
<!-- <set-configuration-property name="devModeRedirectEnabled" value="true" /> -->
<inherits
name=
"com.vaadin.DefaultWidgetSet"
/>
</module>
...
...
webnotifications-demo/webnotifications-demo.iml
View file @
9d16a79
...
...
@@ -11,9 +11,7 @@
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"module"
module-name=
"webnotifications"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin:vaadin-server:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.jsoup:jsoup:1.8.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.burokrat:webnotifications:1.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin:vaadin-push:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.atmosphere:atmosphere-runtime:2.2.4.vaadin5"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1"
level=
"project"
/>
...
...
@@ -22,6 +20,8 @@
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.flute:flute:1.3.0.gg2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.streamhtmlparser:streamhtmlparser-jsilver:0.0.10.vaadin1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.google:guava:16.0.1.vaadin1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin:vaadin-server:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.jsoup:jsoup:1.8.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin:vaadin-client:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.w3c.css:sac:1.3"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: javax.validation:validation-api:1.0.0.GA"
level=
"project"
/>
...
...
webnotifications/pom.xml
View file @
9d16a79
...
...
@@ -6,7 +6,7 @@
<artifactId>
webnotifications
</artifactId>
<packaging>
jar
</packaging>
<version>
1.0-SNAPSHOT
</version>
<name>
MyComponent
Add-on
</name>
<name>
WebNotification
Add-on
</name>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -51,10 +51,6 @@
<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>
...
...
@@ -84,11 +80,6 @@
<groupId>
com.vaadin
</groupId>
<artifactId>
vaadin-server
</artifactId>
<version>
${vaadin.version}
</version>
</dependency>
<dependency>
<groupId>
com.vaadin
</groupId>
<artifactId>
vaadin-client
</artifactId>
<version>
${vaadin.version}
</version>
<scope>
provided
</scope>
</dependency>
...
...
@@ -129,8 +120,8 @@
<!-- Package format version - do not change -->
<Vaadin-Package-Version>
1
</Vaadin-Package-Version>
<Vaadin-License-Title>
${Vaadin-License-Title}
</Vaadin-License-Title>
<Vaadin-Widgetsets>
com.burokrat.WidgetSet
</Vaadin-Widgetsets>
</manifestEntries>
<addMavenDescriptor>
false
</addMavenDescriptor>
</archive>
</configuration>
</plugin>
...
...
@@ -183,6 +174,26 @@
</executions>
</plugin>
<plugin>
<groupId>
org.sonatype.plugins
</groupId>
<artifactId>
nexus-staging-maven-plugin
</artifactId>
<version>
1.5.1
</version>
<executions>
<execution>
<id>
default-deploy
</id>
<phase>
deploy
</phase>
<goals>
<goal>
deploy
</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>
nexus
</serverId>
<nexusUrl>
http://nexus.burokratgroup.ru:8081/nexus/
</nexusUrl>
<skipStaging>
true
</skipStaging>
</configuration>
</plugin>
<!-- Testing -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
@@ -207,4 +218,15 @@
</build>
<distributionManagement>
<repository>
<id>
Releases
</id>
<url>
http://nexus.burokratgroup.ru:8081/nexus/content/repositories/releases/
</url>
</repository>
<snapshotRepository>
<id>
Snapshots
</id>
<url>
http://nexus.burokratgroup.ru:8081/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
...
...
webnotifications/src/test/java/com/burokrat/MyComponentTest.java
deleted
100644 → 0
View file @
4427e3f
package
com
.
burokrat
;
import
junit.framework.Assert
;
import
org.junit.Test
;
// JUnit tests here
public
class
MyComponentTest
{
@Test
public
void
thisAlwaysPasses
()
{
Assert
.
assertEquals
(
true
,
true
);
}
}
webnotifications/webnotifications.iml
View file @
9d16a79
...
...
@@ -11,17 +11,14 @@
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin:vaadin-server:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin:vaadin-sass-compiler:0.9.12"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.flute:flute:1.3.0.gg2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin:vaadin-shared:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.streamhtmlparser:streamhtmlparser-jsilver:0.0.10.vaadin1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.vaadin.external.google:guava:16.0.1.vaadin1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.jsoup:jsoup:1.8.1"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: com.vaadin:vaadin-client:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.w3c.css:sac:1.3"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: javax.validation:validation-api:1.0.0.GA"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: javax.validation:validation-api:sources:1.0.0.GA"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: com.vaadin:vaadin-server:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: com.vaadin:vaadin-sass-compiler:0.9.12"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: org.w3c.css:sac:1.3"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: com.vaadin.external.flute:flute:1.3.0.gg2"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: com.vaadin:vaadin-shared:7.4.6"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: com.vaadin.external.streamhtmlparser:streamhtmlparser-jsilver:0.0.10.vaadin1"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: com.vaadin.external.google:guava:16.0.1.vaadin1"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"PROVIDED"
name=
"Maven: org.jsoup:jsoup:1.8.1"
level=
"project"
/>
<orderEntry
type=
"library"
scope=
"TEST"
name=
"Maven: junit:junit:4.8.1"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment