[jboss-dev-forums] [Design of JBoss Tools (dev)] - Re: Code Assist for Custom Components

akazakov do-not-reply at jboss.com
Thu Aug 13 05:00:31 EDT 2009


  | *.tld from head code:
  | <tld>
  | ...
  | <version>1.0.1</version>
  | ...
  | 
  | *.tld from brunch code:
  | <tld>
  | ...
  | <version>1.0.2</version>
  | ...
  | 
  | 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=4249345#4249345

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249345



More information about the jboss-dev-forums mailing list