BTW if the version of your TLDs are different in brunch and head code then you can use
attribute. Please make sure you have defferent versions in *.tld. And then you will be
able set up proper tld's varion in plug-in.xml.
For example:
*.tld from head code:
...
1.0.1
...
*.tld from brunch code:
...
1.0.2
...
plugin.xml :
<tld
jsf="true"
name="Jenia Faces 1.0.1"
schema-location="schemas/tld/myJSF1.0.1.xml"
uri="http://www.jenia.org/jsf/dataTools"
version="1.0.1"/>
<tld
jsf="true"
name="Jenia Faces 1.0.2"
schema-location="schemas/tld/myJSF1.0.2.xml"
uri="http://www.jenia.org/jsf/dataTools"
version="1.0.2"/>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249334#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...