On 9/11/06, Morten Mortensen <[EMAIL PROTECTED]> wrote:

I believe, I have checked out most of the MyFaces tree... The current
tree. I am uncertain what I should look after. Under "shared" I see
"2_0_0", ... "2_0_2" unders "tags" and even up to "3_0_0" under
"branches".

How does this match the "tomahawk-1.1.3.jar", which I use? Should I look
after version-numbers within paths in the file-structure or real CVS
tags?

Were you asking about Tomahawk originally?  I gave you the shared tag
for the MyFaces core release.

Here's how to figure it out.

From the Tomahawk version number, find the tag:

  http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3/

Look in core/pom.xml for this part:
<plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>dependency-maven-plugin</artifactId>
       <executions>
         <execution>
           <id>unpack-shared-tomahawk</id>
           <phase>process-classes</phase>
           <goals>
             <goal>unpack</goal>
           </goals>
           <configuration>
             <artifactItems>
               <artifactItem>
                 <groupId>org.apache.myfaces.shared</groupId>
                 <artifactId>myfaces-shared-tomahawk</artifactId>
                 <version>2.0.2</version>
               </artifactItem>

... and that's the Shared tag you want:

  http://svn.apache.org/repos/asf/myfaces/shared/tags/2_0_2/

HTH,
--
Wendy

Reply via email to