diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-12-08 12:31:15 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-12-08 12:31:15 +0000 |
commit | 3b0da56451c49a1a1ecc7af7db97cc04339c7c20 (patch) | |
tree | 7d86ec15906d44f23e065ef147994d603f1a70ff /build | |
parent | 203cb91e08cd05ac9e088dea4f282e082f8e5b69 (diff) | |
download | vaadin-framework-3b0da56451c49a1a1ecc7af7db97cc04339c7c20.tar.gz vaadin-framework-3b0da56451c49a1a1ecc7af7db97cc04339c7c20.zip |
#7354 IT Mill -> Vaadin find and replace
svn changeset:22317/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r-- | build/VaadinApache2LicenseForJavaFiles.txt (renamed from build/ITMillApache2LicenseForJavaFiles.txt) | 0 | ||||
-rw-r--r-- | build/build.xml | 4 | ||||
-rw-r--r-- | build/maven/pom-template.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build/ITMillApache2LicenseForJavaFiles.txt b/build/VaadinApache2LicenseForJavaFiles.txt index ba72a29d84..ba72a29d84 100644 --- a/build/ITMillApache2LicenseForJavaFiles.txt +++ b/build/VaadinApache2LicenseForJavaFiles.txt diff --git a/build/build.xml b/build/build.xml index 046392fe57..8c3ee1d04a 100644 --- a/build/build.xml +++ b/build/build.xml @@ -284,7 +284,7 @@ Other files are just copied. --> - <loadfile property="ITMillApache2LicenseForJavaFiles" srcFile="build/ITMillApache2LicenseForJavaFiles.txt" /> + <loadfile property="VaadinApache2LicenseForJavaFiles" srcFile="build/VaadinApache2LicenseForJavaFiles.txt" /> <mkdir dir="${result-path}/src" /> <mkdir dir="${result-path}/src/core" /> @@ -305,7 +305,7 @@ <exclude name="**/*.xml" /> </patternset> <filterset id="version-and-license"> - <filter token="ITMillApache2LicenseForJavaFiles" value="${ITMillApache2LicenseForJavaFiles}" /> + <filter token="VaadinApache2LicenseForJavaFiles" value="${VaadinApache2LicenseForJavaFiles}" /> <filter token="VERSION" value="${version.full}" /> </filterset> diff --git a/build/maven/pom-template.xml b/build/maven/pom-template.xml index 851642dd3c..b3fe5119e9 100644 --- a/build/maven/pom-template.xml +++ b/build/maven/pom-template.xml @@ -5,7 +5,7 @@ <version>@MAVEN-VERSION@</version>
<name>Vaadin</name>
<organization>
- <name>Oy IT Mill Ltd</name>
+ <name>Vaadin Ltd</name>
<url>http://vaadin.com</url>
</organization>
<url>http://vaadin.com</url>
|