Skip to content

Commit 079670f

Browse files
committed
Moved to new typedrest.net domain
Fixed Travis documentation build
1 parent e7e081a commit 079670f

File tree

112 files changed

+270
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+270
-265
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
dist: xenial
2+
language: minimal
13
sudo: required
2-
dist: trusty
34
before_install:
4-
- sudo apt-get install -y zeroinstall-injector
5+
- sudo apt-get install -y --no-install-recommends 0install-core
56
script:
67
- doc/build.sh
78
deploy:

README.md

Lines changed: 2 additions & 3 deletions

annotations/src/main/java/com/oneandone/typedrest/Description.java renamed to annotations/src/main/java/net/typedrest/Description.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.oneandone.typedrest;
1+
package net.typedrest;
22

33
import java.lang.annotation.*;
44

annotations/src/main/java/com/oneandone/typedrest/EditorHidden.java renamed to annotations/src/main/java/net/typedrest/EditorHidden.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.oneandone.typedrest;
1+
package net.typedrest;
22

33
import java.lang.annotation.*;
44

annotations/src/main/java/com/oneandone/typedrest/Id.java renamed to annotations/src/main/java/net/typedrest/Id.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.oneandone.typedrest;
1+
package net.typedrest;
22

33
import java.lang.annotation.*;
44

annotations/src/main/java/com/oneandone/typedrest/ListerHidden.java renamed to annotations/src/main/java/net/typedrest/ListerHidden.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.oneandone.typedrest;
1+
package net.typedrest;
22

33
import java.lang.annotation.*;
44

annotations/src/main/java/com/oneandone/typedrest/MultiLine.java renamed to annotations/src/main/java/net/typedrest/MultiLine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.oneandone.typedrest;
1+
package net.typedrest;
22

33
import java.lang.annotation.*;
44

annotations/src/main/java/com/oneandone/typedrest/NotEmpty.java renamed to annotations/src/main/java/net/typedrest/NotEmpty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.oneandone.typedrest;
1+
package net.typedrest;
22

33
import java.lang.annotation.*;
44

annotations/src/main/java/com/oneandone/typedrest/Required.java renamed to annotations/src/main/java/net/typedrest/Required.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.oneandone.typedrest;
1+
package net.typedrest;
22

33
import java.lang.annotation.*;
44

archetype/src/main/resources/archetype-resources/client-vaadin-boot/src/main/java/client/vaadin/boot/MainUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import ${package}.client.*;
44
import ${package}.client.vaadin.*;
5-
import com.oneandone.typedrest.vaadin.NotificationErrorHandler;
5+
import net.typedrest.vaadin.NotificationErrorHandler;
66
import com.vaadin.annotations.*;
77
import com.vaadin.server.VaadinRequest;
88
import com.vaadin.spring.annotation.SpringUI;

0 commit comments

Comments
 (0)