diff options
author | Mikael Vappula <mikael@vaadin.com> | 2011-12-01 15:06:30 +0200 |
---|---|---|
committer | Mikael Vappula <mikael@vaadin.com> | 2011-12-01 15:06:30 +0200 |
commit | b41b0a91f6b05dfe25444a9abad8c75537f4c4d2 (patch) | |
tree | d4d1fda1191c06188fc14fca26004335a3e09748 /.gitignore | |
parent | a74248f0f3579d3fcf7933c65fec405b4b73691f (diff) | |
download | vaadin-framework-b41b0a91f6b05dfe25444a9abad8c75537f4c4d2.tar.gz vaadin-framework-b41b0a91f6b05dfe25444a9abad8c75537f4c4d2.zip |
#7997 Ivyfied custom SmartSprites library
Patched SmartSprites jar is now fetched using Ivy tooling.
Custom dependency resolver is used to retrieve module description
from local filesystem (in project hierarchy) and the master artifact
from Vaadin (6.x) SVN repository.
This is a temporary solution until required patches get contributed and
committed back to SmartSprite upstream and artifacts are available in
Maven central.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9f652e633f..71f41f939d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,5 @@ /build/test-output /build/integration-test-output -# /build/buildhelpers/com/vaadin/buildhelpers/ -/build/buildhelpers/com/vaadin/buildhelpers/*.class +# /bin/ /bin |