wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Consolidate generic Yanel resources into one directory #22

Closed michaelwechner closed 12 years ago

michaelwechner commented 12 years ago

We should move all resources from

src/contributions/resources

to

src/resources

whereas please make sure to update

conf/resource-types.xml and .gitignore

accordingly

michaelwechner commented 12 years ago

Also please make sure to update the build target for

./build.sh new-resource-type

because this target is copying the result to the "contributions" directory:

grep -rl contributions src/build/* src/build/install.rdf src/build/resource-types/resource-type.build.xml src/build/targets/build-binary-snapshot.xml src/build/targets/build-update-war.xml src/build/targets/create-new-resource-type.xml

csstaub commented 12 years ago

See pull request: https://github.com/wyona/yanel/pull/27