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 <[EMAIL PROTECTED]> 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
> <[EMAIL PROTECTED]>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, [EMAIL PROTECTED] 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/
>

Reply via email to