Hi James,

Looks like you need svn:eol-style and autoprops setup there.

http://www.apache.org/dev/version-control.html#https-svn

Cheers,
Brett

[EMAIL PROTECTED] wrote:

>Author: jcarman
>Date: Fri Aug 26 20:31:31 2005
>New Revision: 240382
>
>URL: http://svn.apache.org/viewcvs?rev=240382&view=rev
>Log:
>Updating Maven information for site generation.
>
>Modified:
>    jakarta/commons/sandbox/proxy/trunk/project.xml
>
>Modified: jakarta/commons/sandbox/proxy/trunk/project.xml
>URL: 
>http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/project.xml?rev=240382&r1=240381&r2=240382&view=diff
>==============================================================================
>--- jakarta/commons/sandbox/proxy/trunk/project.xml (original)
>+++ jakarta/commons/sandbox/proxy/trunk/project.xml Fri Aug 26 20:31:31 2005
>@@ -73,7 +73,7 @@
>                 <role>developer</role>
>
>             </roles>
>
>             <url>http://www.carmanconsulting.com/</url>
>
>-            <timezone>+1</timezone>
>
>+            <timezone>-5</timezone>
>
>         </developer>
>
>         <developer>
>
>             <name>Knut Wannheden</name>
>
>@@ -121,8 +121,8 @@
>     <dependencies>
>
>         <dependency>
>
>             <groupId>cglib</groupId>
>
>-            <artifactId>cglib</artifactId>
>
>-            <version>2.1</version>
>
>+            <artifactId>cglib-full</artifactId>
>
>+            <version>2.0.2</version>
>
>             <url>http://cglib.sourceforge.net</url>
>
>             <properties>
>
>                 <comment>code generation library</comment>
>
>@@ -228,6 +228,15 @@
>                 <comment>collection API</comment>
>
>             </properties>
>
>         </dependency>
>
>+        <dependency>
>
>+            <groupId>commons-discovery</groupId>
>
>+            <artifactId>commons-discovery</artifactId>
>
>+            <version>0.2</version>
>
>+            <url>http://jakarta.apache.org/commons/discovery/</url>
>
>+            <properties>
>
>+                <comment>discovery API</comment>
>
>+            </properties>
>
>+        </dependency>
>
>     </dependencies>
>
> 
>
>     <build>
>
>@@ -239,7 +248,7 @@
> 
>
>         <unitTest>
>
>             <includes>
>
>-                <include>**/*TC.java</include>
>
>+                <include>**/Test*.java</include>
>
>             </includes>
>
>             <excludes></excludes>
>
>             <resources>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to