You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2006/10/02 16:14:45 UTC

svn commit: r452049 - in /cocoon/trunk: assembly.xml blocks/pom.xml core/cocoon-bootstrap/pom.xml core/pom.xml

Author: vgritsenko
Date: Mon Oct  2 07:14:44 2006
New Revision: 452049

URL: http://svn.apache.org/viewvc?view=rev&rev=452049
Log:
comment out assembly plugin since it does not work yet anyway

Modified:
    cocoon/trunk/assembly.xml
    cocoon/trunk/blocks/pom.xml
    cocoon/trunk/core/cocoon-bootstrap/pom.xml
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/assembly.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/assembly.xml?view=diff&rev=452049&r1=452048&r2=452049
==============================================================================
--- cocoon/trunk/assembly.xml (original)
+++ cocoon/trunk/assembly.xml Mon Oct  2 07:14:44 2006
@@ -29,32 +29,25 @@
     <format>zip</format>
   </formats>
 
+  <includeBaseDirectory>false</includeBaseDirectory>
+
   <moduleSets>
     <moduleSet>
+      <!--
       <includes>
         <include>org.apache.cocoon:cocoon-bootstrap</include>
         <include>org.apache.cocoon:cocoon-core</include>
       </includes>
+      -->
+      <!--
       <sources>
-        <outputDirectory>sources</outputDirectory>
-      </sources>
-      <binaries>
-        <includeDependencies>true</includeDependencies>
-        <unpack>true</unpack>
-        <outputDirectory>binaries</outputDirectory>
-      </binaries>
-    </moduleSet>
-    <moduleSet>
-      <includes>
-        <include>org.apache.cocoon:cocoon-webapp</include>
-      </includes>
-      <sources>
-        <outputDirectory>webappsrc</outputDirectory>
+        <outputDirectory></outputDirectory>
       </sources>
+      -->
       <binaries>
         <includeDependencies>true</includeDependencies>
-        <unpack>true</unpack>
-        <outputDirectory>webappbin</outputDirectory>
+        <unpack>false</unpack>
+        <outputDirectory>lib</outputDirectory>
       </binaries>
     </moduleSet>
   </moduleSets>
@@ -67,15 +60,9 @@
         <include>NOTICE*</include>
       </includes>
     </fileSet>
-    <fileSet>
-      <directory>target</directory>
-      <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
   </fileSets>
 
+  <!--
   <dependencySets>
     <dependencySet>
       <outputDirectory>dependencies</outputDirectory>
@@ -83,4 +70,5 @@
       <scope>runtime</scope>
     </dependencySet>
   </dependencySets>
+  -->
 </assembly>

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?view=diff&rev=452049&r1=452048&r2=452049
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Mon Oct  2 07:14:44 2006
@@ -17,10 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
+
 <!--+
     | @version $Id$
     +-->
-<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>
   <packaging>pom</packaging>
   <parent>

Modified: cocoon/trunk/core/cocoon-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-bootstrap/pom.xml?view=diff&rev=452049&r1=452048&r2=452049
==============================================================================
--- cocoon/trunk/core/cocoon-bootstrap/pom.xml (original)
+++ cocoon/trunk/core/cocoon-bootstrap/pom.xml Mon Oct  2 07:14:44 2006
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
+
 <!--+
     | @version $Id$
-    |
     +-->
 <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">
   <parent>

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?view=diff&rev=452049&r1=452048&r2=452049
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Mon Oct  2 07:14:44 2006
@@ -17,11 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
+
 <!--+
     | @version $Id$
-    |
     +-->
-<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>
   <packaging>pom</packaging>
   <parent>