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, <[email protected]> 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> > > >
