You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/08/01 12:56:46 UTC

svn commit: r681648 - in /myfaces/tomahawk/trunk: core/pom.xml core12/pom.xml sandbox/core/pom.xml sandbox/core12/pom.xml

Author: skitching
Date: Fri Aug  1 03:56:46 2008
New Revision: 681648

URL: http://svn.apache.org/viewvc?rev=681648&view=rev
Log:
Use released myfaces-builder-plugin version.

Modified:
    myfaces/tomahawk/trunk/core/pom.xml
    myfaces/tomahawk/trunk/core12/pom.xml
    myfaces/tomahawk/trunk/sandbox/core/pom.xml
    myfaces/tomahawk/trunk/sandbox/core12/pom.xml

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=681648&r1=681647&r2=681648&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Fri Aug  1 03:56:46 2008
@@ -1,10 +1,23 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<!--
+  - Pom file for the Tomahawk core implementation.
+  -->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>tomahawk</artifactId>
   <packaging>jar</packaging>
   <name>Tomahawk Core</name>
+  <description>
+    JSF components and utilities that can be used with any JSF implementation.
+    This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there
+    is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to
+    offer some additional benefits.
+  </description>
 
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
@@ -290,7 +303,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
         <executions>
           <execution>
             <!-- A hierarchy of different tag classes must be created, 
@@ -538,7 +551,7 @@
             <!-- Generate content for custom tagdoc report -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>
@@ -566,7 +579,7 @@
             <!-- which goal is run here? -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>

Modified: myfaces/tomahawk/trunk/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/pom.xml?rev=681648&r1=681647&r2=681648&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/pom.xml (original)
+++ myfaces/tomahawk/trunk/core12/pom.xml Fri Aug  1 03:56:46 2008
@@ -19,7 +19,8 @@
   - The "1.2.x" branch of the myfaces shared code is used rather than the "1.1.x" branch.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
@@ -29,6 +30,12 @@
   <artifactId>tomahawk12</artifactId>
   <packaging>jar</packaging>
   <name>Tomahawk 1.2 Core</name>
+  <description>
+    JSF components and utilities that can be used with any JSF implementation.
+    This library is based on the JSF1.1 version of Tomahawk, but with minor source code and build
+    changes to take advantage of JSF1.2 features. A JSF1.2 implementation is required to use this
+    version of the Tomahawk library.
+  </description>
 
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
@@ -178,7 +185,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1</version>
       <scope>provided</scope>
     </dependency>
 
@@ -340,7 +347,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
         <executions>
           <execution>
             <id>unpack-tomahawk</id>

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=681648&r1=681647&r2=681648&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Fri Aug  1 03:56:46 2008
@@ -1,11 +1,22 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<!--
+  - Pom file for the Tomahawk sandbox project.
+  -->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
     <modelVersion>4.0.0</modelVersion>
+
     <artifactId>tomahawk-sandbox</artifactId>
     <packaging>jar</packaging>
     <name>Sandbox Core</name>
     <url>http://myfaces.apache.org/sandbox</url>
     <description>
-        This is the Sandbox Subproject Description [INSERT MORE STUFF HERE]
+        The Tomahawk Sandbox is a collection of experimental code that might some day be promoted into
+        the Tomahawk library (or possibly some other Myfaces project). The code here is freely available
+        under the normal ASF license. However there is no guarantee of API stability or continued maintenance
+        for any code that is in the sandbox.
     </description>
 
     <parent>
@@ -82,6 +93,13 @@
         </dependency>
 
         <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.4</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
             <groupId>portlet-api</groupId>
             <artifactId>portlet-api</artifactId>
             <version>1.0</version>
@@ -200,7 +218,7 @@
             <plugin>
               <groupId>org.apache.myfaces.buildtools</groupId>
               <artifactId>myfaces-builder-plugin</artifactId>
-              <version>1.0.1-SNAPSHOT</version>
+              <version>1.0.1</version>
               <executions>
                 <execution>
                   <!-- A hierarchy of different tag classes must be created, 
@@ -348,7 +366,7 @@
                         <!-- Generate report content -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.1-SNAPSHOT</version>
+                        <version>1.0.1</version>
                         <configuration>
                             <taglibs>
                                 <s>http://myfaces.apache.org/sandbox</s>
@@ -378,7 +396,7 @@
                         <!-- Generate report index -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.1-SNAPSHOT</version>
+                        <version>1.0.1</version>
                         <configuration>
                             <taglibs>
                                 <s>http://myfaces.apache.org/sandbox</s>

Modified: myfaces/tomahawk/trunk/sandbox/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core12/pom.xml?rev=681648&r1=681647&r2=681648&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core12/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core12/pom.xml Fri Aug  1 03:56:46 2008
@@ -1,5 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
     <modelVersion>4.0.0</modelVersion>
+
     <artifactId>tomahawk-sandbox12</artifactId>
     <packaging>jar</packaging>
     <name>Sandbox Core 12</name>
@@ -82,6 +87,13 @@
         </dependency>
 
         <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.4</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
             <groupId>portlet-api</groupId>
             <artifactId>portlet-api</artifactId>
             <version>1.0</version>
@@ -128,7 +140,7 @@
 		<dependency>
 			<groupId>org.apache.myfaces.buildtools</groupId>
 			<artifactId>myfaces-builder-annotations</artifactId> 
-			<version>1.0.1-SNAPSHOT</version>
+			<version>1.0.1</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -223,7 +235,7 @@
 			<plugin>
 			  <groupId>org.apache.myfaces.buildtools</groupId>
 			  <artifactId>myfaces-builder-plugin</artifactId>
-			  <version>1.0.1-SNAPSHOT</version>
+			  <version>1.0.1</version>
 			  <executions>
 				<execution>
 				  <id>unpack-tomahawk</id>