shrinkwrap / descriptors

ShrinkWrap subproject for creating Archive Descriptors
Apache License 2.0
26 stars 30 forks source link

SHRINKDESC-17 #54

Closed kenfinnigan closed 12 years ago

kenfinnigan commented 12 years ago

Andrew,

2nd commit, without jira in message, is to fix compile error in static tests as a result of latest changes to master. (btw, If I'd known how to I would have rebased my branch back onto the older commit, but still getting the hang of git)

To summarise the changes in the main commit for SHRINKDESC-17:

Hope that explains everything!

In a nutshell, all the above parser and stylesheet changes are to handle generating different versions of the same schema in one execution phase, which comes about because faces config 2.0 and 2.1 are both part of EE5, and not split between EE5 and EE6.

ALRubinger commented 12 years ago

Very nicely explained!

Affects no existing tests and passes the new ones, so upstream it goes.

ALRubinger commented 12 years ago

As an aside: Ken, find me in #jbosstesting and I'll explain to you the proper rebasing procedure. Some docs:

http://book.git-scm.com/4_rebasing.html