You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/08/22 19:51:14 UTC

svn commit: r568712 - in /activemq/camel/trunk/apache-camel: pom.xml src/main/descriptors/unix-bin.xml src/main/descriptors/windows-bin.xml

Author: chirino
Date: Wed Aug 22 10:51:11 2007
New Revision: 568712

URL: http://svn.apache.org/viewvc?rev=568712&view=rev
Log:
Since we now have nice PDF generation, we can avoid including the entrire website content.


Modified:
    activemq/camel/trunk/apache-camel/pom.xml
    activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml
    activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml

Modified: activemq/camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?rev=568712&r1=568711&r2=568712&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Wed Aug 22 10:51:11 2007
@@ -260,6 +260,7 @@
     </plugins>
   </build>
   <profiles>
+  <!--
     <profile>
       <id>release</id>
       <build>
@@ -272,7 +273,7 @@
             <executions>
               <execution>
                 <id>download-website</id>
-                <phase>compile</phase> <!-- once maven 2.1 is out we can make this prepare-package -->
+                <phase>compile</phase>
                 <configuration>
                   <tasks>
   
@@ -300,6 +301,7 @@
         </plugins>
       </build>
     </profile>
+    -->
     <profile>
       <id>assembly-src</id>
       <build>

Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml?rev=568712&r1=568711&r2=568712&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Wed Aug 22 10:51:11 2007
@@ -50,14 +50,18 @@
     <!-- copy the manual docs -->
     <fileSet>
       <directory>${basedir}/../tooling/camel-manual/target/site/manual/</directory>
-      <outputDirectory>/doc/manual</outputDirectory>
+      <outputDirectory>/doc</outputDirectory>
+      <includes>
+        <include>*.pdf</include>
+      </includes>
     </fileSet>
 
-    <!-- copy the website docs -->
+    <!-- copy the website docs
     <fileSet>
       <directory>${basedir}/target/website</directory>
       <outputDirectory>/doc/website</outputDirectory>
     </fileSet>
+    -->
 
     <!-- Copy over jar files -->
     <fileSet>

Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml?rev=568712&r1=568711&r2=568712&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Wed Aug 22 10:51:11 2007
@@ -32,16 +32,20 @@
       <lineEnding>dos</lineEnding>
     </fileSet>
 
-    <!-- copy the website docs -->
+    <!-- copy the website docs 
     <fileSet>
       <directory>${basedir}/target/website</directory>
       <outputDirectory>/doc/website</outputDirectory>
     </fileSet>
+    -->
 
     <!-- copy the manual docs -->
     <fileSet>
       <directory>${basedir}/../tooling/camel-manual/target/site/manual/</directory>
-      <outputDirectory>/doc/manual</outputDirectory>
+      <outputDirectory>/doc</outputDirectory>
+      <includes>
+        <include>*.pdf</include>
+      </includes>
     </fileSet>
 
     <!-- copy the examples -->