diff options
author | Henri Sara <hesara@vaadin.com> | 2012-12-09 11:55:22 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-12-09 11:55:22 +0200 |
commit | c38667a4611ee845f400691bf34cb0b877bc9e26 (patch) | |
tree | aa7d654ed5a17df60a604ab1c39e440e0fd5683a /build | |
parent | d004bdfd17127666ea8bb4ae8652a859546f1ff0 (diff) | |
download | vaadin-framework-c38667a4611ee845f400691bf34cb0b877bc9e26.tar.gz vaadin-framework-c38667a4611ee845f400691bf34cb0b877bc9e26.zip |
Correct module name and version in ivy-ide.xml
Change-Id: Ief3b62e3c4c23fdab6ab622c2623988ddd99fc6a
Diffstat (limited to 'build')
-rwxr-xr-x | build/ivy-ide.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ivy-ide.xml b/build/ivy-ide.xml index aac387e3d2..85d157857a 100755 --- a/build/ivy-ide.xml +++ b/build/ivy-ide.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"> - <info organisation="com.vaadin" module="vaadin-client" - revision="${vaadin.version}" /> + <info organisation="com.vaadin" module="vaadin-ide" + revision="0.0.1.ide" /> <configurations> <conf name="default" /> |