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 2006/02/24 22:33:22 UTC

svn commit: r380821 - in /myfaces/core/branches/1_1_2/assembly: pom.xml src/main/assembly/dep.xml

Author: bommel
Date: Fri Feb 24 13:33:20 2006
New Revision: 380821

URL: http://svn.apache.org/viewcvs?rev=380821&view=rev
Log:
added dependencies to assembly

Modified:
    myfaces/core/branches/1_1_2/assembly/pom.xml
    myfaces/core/branches/1_1_2/assembly/src/main/assembly/dep.xml

Modified: myfaces/core/branches/1_1_2/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/assembly/pom.xml?rev=380821&r1=380820&r2=380821&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/assembly/pom.xml (original)
+++ myfaces/core/branches/1_1_2/assembly/pom.xml Fri Feb 24 13:33:20 2006
@@ -61,37 +61,6 @@
               <outputDirectory>${project.build.directory}/javadoc</outputDirectory>
             </configuration>
           </execution>
-
-          <execution>
-            <id>copy-lib</id>
-            <phase>package</phase>
-            <goals>
-              <goal>copy</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.myfaces.core</groupId>
-                  <artifactId>myfaces-api</artifactId>
-                  <version>${version}</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.myfaces.core</groupId>
-                  <artifactId>myfaces-impl</artifactId>
-                  <version>${version}</version>
-                </artifactItem>
-                <!--
-                <artifactItem>
-                  <groupId>org.apache.myfaces.commons</groupId>
-                  <artifactId>myfaces-commons</artifactId>
-                  <version>1.1.2</version>
-                </artifactItem>
-                -->
-              </artifactItems>
-              <outputDirectory>${project.build.directory}/assembly-lib</outputDirectory>
-            </configuration>
-          </execution>
-
           <execution>
             <id>copy-tlddoc</id>
             <phase>package</phase>

Modified: myfaces/core/branches/1_1_2/assembly/src/main/assembly/dep.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/assembly/src/main/assembly/dep.xml?rev=380821&r1=380820&r2=380821&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/assembly/src/main/assembly/dep.xml (original)
+++ myfaces/core/branches/1_1_2/assembly/src/main/assembly/dep.xml Fri Feb 24 13:33:20 2006
@@ -4,12 +4,12 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  <!--dependencySets>
+  <dependencySets>
     <dependencySet>
       <outputDirectory>lib</outputDirectory>
       <scope>runtime</scope>
     </dependencySet>
-  </dependencySets-->
+  </dependencySets>
   <fileSets>
     <fileSet>
     	<directory>src/main/resources</directory>
@@ -28,13 +28,6 @@
       </includes>
     </fileSet>
     <fileSet>
-      <directory>target/assembly-lib</directory>
-      <outputDirectory>lib</outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
       <directory>target/tlddoc</directory>
       <outputDirectory>tlddoc</outputDirectory>
       <includes>
@@ -43,4 +36,4 @@
     </fileSet>
 
   </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>