You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/02/06 21:11:01 UTC

svn commit: r619139 - in /myfaces/tobago/branches/tobago-1.0.x: ./ extension/facelets/pom.xml extension/fileupload/pom.xml extension/message-fix/pom.xml tobago-assembly/pom.xml

Author: bommel
Date: Wed Feb  6 12:10:59 2008
New Revision: 619139

URL: http://svn.apache.org/viewvc?rev=619139&view=rev
Log:
Merged revisions 619133 via svnmerge from 
https://svn.apache.org/repos/asf/myfaces/tobago/trunk

........
  r619133 | bommel | 2008-02-06 21:07:42 +0100 (Mi, 06 Feb 2008) | 1 line
  
  added more source artifacts and message-fix to dist
........

Modified:
    myfaces/tobago/branches/tobago-1.0.x/   (props changed)
    myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml

Propchange: myfaces/tobago/branches/tobago-1.0.x/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Feb  6 12:10:59 2008
@@ -1 +1 @@
-/myfaces/tobago/trunk:1-603371,609568-609629,612250-612251,612282,612518,613455,613939,614278,614291,614642,615257,616717,617876,618327,619122
+/myfaces/tobago/trunk:1-603371,609568-609629,612250-612251,612282,612518,613455,613939,614278,614291,614642,615257,616717,617876,618327,619122,619133

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml?rev=619139&r1=619138&r2=619139&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml Wed Feb  6 12:10:59 2008
@@ -225,6 +225,27 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <id>attach-javadoc</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-source</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
       </build>
     </profile>

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml?rev=619139&r1=619138&r2=619139&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml Wed Feb  6 12:10:59 2008
@@ -111,6 +111,27 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <id>attach-javadoc</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-source</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>          
         </plugins>
       </build>
     </profile>

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml?rev=619139&r1=619138&r2=619139&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml Wed Feb  6 12:10:59 2008
@@ -94,6 +94,27 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <id>attach-javadoc</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-source</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>          
         </plugins>
       </build>
     </profile>

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml?rev=619139&r1=619138&r2=619139&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml Wed Feb  6 12:10:59 2008
@@ -213,6 +213,17 @@
                       <version>${project.version}</version>
                       <classifier>jdk14retro</classifier>
                     </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>tobago-message-fix</artifactId>
+                      <version>${project.version}</version>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>tobago-message-fix</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>jdk14retro</classifier>
+                    </artifactItem>
 
                   </artifactItems>
                   <outputDirectory>${project.build.directory}/extension
@@ -264,6 +275,25 @@
                       <version>${project.version}</version>
                       <classifier>sources</classifier>
                     </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>tobago-facelets</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>tobago-fileupload</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>tobago-message-fix</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+
                   </artifactItems>
                   <outputDirectory>${project.build.directory}/src
                   </outputDirectory>