You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by Andreas Veithen <an...@gmail.com> on 2008/11/02 19:20:26 UTC

Re: svn commit: r702375 - in /webservices/commons/trunk/modules/transport: modules/parent/ pom.xml

Maybe we should set the svn:eol-style property on the files in the
commons transport project. WDYT?

Andreas

On Wed, Oct 8, 2008 at 03:17, Ruwan Linton <ru...@gmail.com> wrote:
> Not sure, but my IDE had not report these as changes before I commit :(
>
> Thanks,
> Ruwan
>
> On Wed, Oct 8, 2008 at 2:59 AM, Andreas Veithen
> <an...@skynet.be>wrote:
>
>> I'm wondering why Subversion reports all these lines as changed. I guess it
>> has to do with line ending. Ruwan, is that a problem with your IDE or with
>> mine (I initially added the lines marked as changed)?
>>
>> Andreas
>>
>>
>> On 7 oct. 08, at 10:00, ruwan@apache.org wrote:
>>
>>  Author: ruwan
>>> Date: Tue Oct  7 01:00:21 2008
>>> New Revision: 702375
>>>
>>> URL: http://svn.apache.org/viewvc?rev=702375&view=rev
>>> Log:
>>> Removing the parent module because the complete axis2-transports.jar is
>>> generated from the root pom
>>>
>>> Removed:
>>>   webservices/commons/trunk/modules/transport/modules/parent/
>>> Modified:
>>>   webservices/commons/trunk/modules/transport/pom.xml
>>>
>>> Modified: webservices/commons/trunk/modules/transport/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/pom.xml?rev=702375&r1=702374&r2=702375&view=diff
>>>
>>> ==============================================================================
>>> --- webservices/commons/trunk/modules/transport/pom.xml (original)
>>> +++ webservices/commons/trunk/modules/transport/pom.xml Tue Oct  7
>>> 01:00:21 2008
>>> @@ -34,7 +34,6 @@
>>>    <packaging>pom</packaging>
>>>    <name>Apache Axis2 - Transport - Root</name>
>>>    <modules>
>>> -        <module>modules/parent</module>
>>>        <module>modules/base</module>
>>>        <module>modules/http</module>
>>>        <module>modules/tcp</module>
>>> @@ -42,7 +41,7 @@
>>>        <module>modules/xmpp</module>
>>>        <module>modules/mail</module>
>>>        <module>modules/jms</module>
>>> -        <module>modules/testkit</module>
>>> +        <module>modules/testkit</module>
>>>        <module>modules/tests</module>
>>>    </modules>
>>>    <profiles>
>>> @@ -120,45 +119,45 @@
>>>                </plugins>
>>>            </build>
>>>        </profile>
>>> -        <profile>
>>> -            <id>cobertura</id>
>>> -            <dependencies>
>>> -                <dependency>
>>> -                    <groupId>net.sourceforge.cobertura</groupId>
>>> -                    <artifactId>cobertura</artifactId>
>>> -                    <version>1.9</version>
>>> -                </dependency>
>>> -            </dependencies>
>>> -            <build>
>>> -                <plugins>
>>> -                    <plugin>
>>> -                        <artifactId>maven-antrun-plugin</artifactId>
>>> -                        <executions>
>>> -                            <execution>
>>> -                                <phase>site</phase>
>>> -                                <goals>
>>> -                                    <goal>run</goal>
>>> -                                </goals>
>>> -                                <configuration>
>>> -                                    <tasks>
>>> -                                        <taskdef
>>> classpathref="maven.runtime.classpath" resource="tasks.properties"/>
>>> -                                        <mkdir
>>> dir="${project.build.directory}/site/cobertura" />
>>> -                                        <cobertura-report format="html"
>>> -
>>>  datafile="target/cobertura.ser"
>>> -
>>>  destdir="${project.build.directory}/cobertura">
>>> -                                            <fileset
>>> dir="modules/base/src/main/java"/>
>>> -                                            <fileset
>>> dir="modules/http/src"/>
>>> -                                            <fileset
>>> dir="modules/jms/src/main/java"/>
>>> -                                            <fileset
>>> dir="modules/mail/src/main/java"/>
>>> -                                        </cobertura-report>
>>> -                                    </tasks>
>>> -                                </configuration>
>>> -                            </execution>
>>> -                        </executions>
>>> -                    </plugin>
>>> -                </plugins>
>>> -            </build>
>>> -        </profile>
>>> +        <profile>
>>> +            <id>cobertura</id>
>>> +            <dependencies>
>>> +                <dependency>
>>> +                    <groupId>net.sourceforge.cobertura</groupId>
>>> +                    <artifactId>cobertura</artifactId>
>>> +                    <version>1.9</version>
>>> +                </dependency>
>>> +            </dependencies>
>>> +            <build>
>>> +                <plugins>
>>> +                    <plugin>
>>> +                        <artifactId>maven-antrun-plugin</artifactId>
>>> +                        <executions>
>>> +                            <execution>
>>> +                                <phase>site</phase>
>>> +                                <goals>
>>> +                                    <goal>run</goal>
>>> +                                </goals>
>>> +                                <configuration>
>>> +                                    <tasks>
>>> +                                        <taskdef
>>> classpathref="maven.runtime.classpath" resource="tasks.properties"/>
>>> +                                        <mkdir
>>> dir="${project.build.directory}/site/cobertura" />
>>> +                                        <cobertura-report format="html"
>>> +
>>>  datafile="target/cobertura.ser"
>>> +
>>>  destdir="${project.build.directory}/cobertura">
>>> +                                            <fileset
>>> dir="modules/base/src/main/java"/>
>>> +                                            <fileset
>>> dir="modules/http/src"/>
>>> +                                            <fileset
>>> dir="modules/jms/src/main/java"/>
>>> +                                            <fileset
>>> dir="modules/mail/src/main/java"/>
>>> +                                        </cobertura-report>
>>> +                                    </tasks>
>>> +                                </configuration>
>>> +                            </execution>
>>> +                        </executions>
>>> +                    </plugin>
>>> +                </plugins>
>>> +            </build>
>>> +        </profile>
>>>    </profiles>
>>>      <scm>
>>>        <connection>scm:svn:
>>> http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/transport
>>> </connection>
>>>
>>>
>>>
>>
>
>
> --
> Ruwan Linton
> http://wso2.org - "Oxygenating the Web Services Platform"
> http://ruwansblog.blogspot.com/
>

Re: svn commit: r702375 - in /webservices/commons/trunk/modules/transport: modules/parent/ pom.xml

Posted by Ruwan Linton <ru...@gmail.com>.
+1 :D

Thanks,
Ruwan

On Mon, Nov 3, 2008 at 1:24 AM, Asankha <as...@apache.org> wrote:

> Andreas Veithen wrote:
>
>> Maybe we should set the svn:eol-style property on the files in the
>> commons transport project. WDYT?
>>
>>
> +1, we have this for Synapse.. and I don't think Ruwan has problems with
> the Synapse code base :)
>
> asankha
>
> --
> Asankha C. Perera
> http://adroitlogic.org
>
> http://esbmagic.blogspot.com
>
>


-- 
Ruwan Linton
http://wso2.org - "Oxygenating the Web Services Platform"
http://ruwansblog.blogspot.com/

Re: svn commit: r702375 - in /webservices/commons/trunk/modules/transport: modules/parent/ pom.xml

Posted by Andreas Veithen <an...@gmail.com>.
Done.

The commit resulted in an unexpectedly large diff sent to the mailing
list (svn diff executed locally only showed the property changes and
some changes in pom.xml files where two different line ending styles
were mixed). Hope that doesn't cause troubles when people do an svn
update...

Andreas

On Sun, Nov 2, 2008 at 20:54, Asankha <as...@apache.org> wrote:
> Andreas Veithen wrote:
>>
>> Maybe we should set the svn:eol-style property on the files in the
>> commons transport project. WDYT?
>>
>
> +1, we have this for Synapse.. and I don't think Ruwan has problems with the
> Synapse code base :)
>
> asankha
>
> --
> Asankha C. Perera
> http://adroitlogic.org
>
> http://esbmagic.blogspot.com
>
>

Re: svn commit: r702375 - in /webservices/commons/trunk/modules/transport: modules/parent/ pom.xml

Posted by Asankha <as...@apache.org>.
Andreas Veithen wrote:
> Maybe we should set the svn:eol-style property on the files in the
> commons transport project. WDYT?
>   
+1, we have this for Synapse.. and I don't think Ruwan has problems with 
the Synapse code base :)

asankha

-- 
Asankha C. Perera
http://adroitlogic.org

http://esbmagic.blogspot.com