You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/01/26 15:00:07 UTC

svn commit: r372528 - in /incubator/servicemix/trunk: etc/project.properties servicemix-sca/maven.xml servicemix-sca/project.xml

Author: gnodet
Date: Thu Jan 26 06:00:03 2006
New Revision: 372528

URL: http://svn.apache.org/viewcvs?rev=372528&view=rev
Log:
Revert to qdox 1.5 and disable xbean for servicemix-sca as qdox-1.6-SNAPSHOT fails parsing some annotations

Modified:
    incubator/servicemix/trunk/etc/project.properties
    incubator/servicemix/trunk/servicemix-sca/maven.xml
    incubator/servicemix/trunk/servicemix-sca/project.xml

Modified: incubator/servicemix/trunk/etc/project.properties
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/etc/project.properties?rev=372528&r1=372527&r2=372528&view=diff
==============================================================================
--- incubator/servicemix/trunk/etc/project.properties (original)
+++ incubator/servicemix/trunk/etc/project.properties Thu Jan 26 06:00:03 2006
@@ -245,7 +245,7 @@
 # (Used in Pluto)
 portlet_api_version = 1.0
 # http://qdox.codehaus.org/, http://qdox.codehaus.org/license.html, ASL style
-qdox_version=1.6-SNAPSHOT
+qdox_version=1.5
 # http://www.opensymphony.com/quartz/, ASL 2
 quartz_version=1.5.1
 # http://jakarta.apache.org/regexp/, ASL 2

Modified: incubator/servicemix/trunk/servicemix-sca/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-sca/maven.xml?rev=372528&r1=372527&r2=372528&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-sca/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-sca/maven.xml Thu Jan 26 06:00:03 2006
@@ -27,7 +27,9 @@
   <goal name="nightly" prereqs="clean, jbi:install, jbi:deploy"/>
   
   <postGoal name="java:compile">
+    <!--
     <attainGoal name="xbean:generate" />
+    -->
   </postGoal>
          
   <goal name="xbean:generate" description="Generates the XBean XSD, documentation and META-INF/services files.">

Modified: incubator/servicemix/trunk/servicemix-sca/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-sca/project.xml?rev=372528&r1=372527&r2=372528&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-sca/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-sca/project.xml Thu Jan 26 06:00:03 2006
@@ -332,12 +332,14 @@
           <include>**/*</include>
         </includes>
       </resource>
+      <!--
       <resource>
         <directory>target/generated</directory>
         <includes>
           <include>**/*</include>
         </includes>
       </resource>
+      -->
     </resources>
   </build>