Re: Putting resources in JAR archives
Re: Putting resources in JAR archives
- Subject: Re: Putting resources in JAR archives
- From: Gerard Iglesias <email@hidden>
- Date: Wed, 24 Dec 2003 13:22:06 +0100
our code tree is something like :
src
com
companyname
'the packages'
and
resources
com
companyname
'the resources'
I don't add the resources in the project but add a script phase to add
the resources in the produced jar :
pushd resources
jar uf ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.jar *
popd
Regards
Gerard
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.