You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/04/23 20:23:37 UTC

svn commit: r768007 - /tuscany/branches/sca-java-1.x/distribution/pom.xml

Author: rfeng
Date: Thu Apr 23 18:23:37 2009
New Revision: 768007

URL: http://svn.apache.org/viewvc?rev=768007&view=rev
Log:
Remove bundle module from the pom.xml as it's now moved

Modified:
    tuscany/branches/sca-java-1.x/distribution/pom.xml

Modified: tuscany/branches/sca-java-1.x/distribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/pom.xml?rev=768007&r1=768006&r2=768007&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/distribution/pom.xml Thu Apr 23 18:23:37 2009
@@ -36,7 +36,9 @@
     </properties>
 
     <modules>
+<!--
         <module>bundle</module>
+-->
         <module>manifest</module>
         <!--module>webapp</module-->
     </modules>



Re: svn commit: r768007 - /tuscany/branches/sca-java-1.x/distribution/pom.xml

Posted by ant elder <an...@gmail.com>.
Oops, that was some over zealous cleanup by me in r766999, we still
need distribution/bundle in 1.x as its what creates the tuscany-all
jar which are still using in the 1.x code stream. I'll go put it back.

   ...ant

On Thu, Apr 23, 2009 at 7:23 PM,  <rf...@apache.org> wrote:
> Author: rfeng
> Date: Thu Apr 23 18:23:37 2009
> New Revision: 768007
>
> URL: http://svn.apache.org/viewvc?rev=768007&view=rev
> Log:
> Remove bundle module from the pom.xml as it's now moved
>
> Modified:
>    tuscany/branches/sca-java-1.x/distribution/pom.xml
>
> Modified: tuscany/branches/sca-java-1.x/distribution/pom.xml
> URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/pom.xml?rev=768007&r1=768006&r2=768007&view=diff
> ==============================================================================
> --- tuscany/branches/sca-java-1.x/distribution/pom.xml (original)
> +++ tuscany/branches/sca-java-1.x/distribution/pom.xml Thu Apr 23 18:23:37 2009
> @@ -36,7 +36,9 @@
>     </properties>
>
>     <modules>
> +<!--
>         <module>bundle</module>
> +-->
>         <module>manifest</module>
>         <!--module>webapp</module-->
>     </modules>
>
>
>