You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2007/12/14 20:58:04 UTC

Re: svn commit: r604271 - /maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm

*&#¤%#¤ those EOL setting...

Should I change the EOL setting in subversion for NOTICE.vm and 
LICENSE.vm to "native", or will that mess things up?

Here's a more readable diff for those that are interested:

https://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm?r1=586039&r2=604271&diff_format=h

dennisl@apache.org wrote:
> Author: dennisl
> Date: Fri Dec 14 11:28:20 2007
> New Revision: 604271
> 
> URL: http://svn.apache.org/viewvc?rev=604271&view=rev
> Log:
> o Fix typo.
> 
> Modified:
>     maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm
> 
> Modified: maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm
> URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm?rev=604271&r1=604270&r2=604271&view=diff
> ==============================================================================
> --- maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm (original)
> +++ maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm Fri Dec 14 11:28:20 2007
> @@ -1,31 +1,31 @@
> -// ------------------------------------------------------------------
> -// NOTICE file corresponding to the section 4d of The Apache License,
> -// Version 2.0, in this case for #if ($projectName)$projectName#else${project.name}#end
> -
> -// ------------------------------------------------------------------
> -
> -#if ($projectName)$projectName#else${project.name}#end
> -
> -Copyright ${projectTimespan}#if($project.organization.name) $project.organization.name#else The Apache Software Foundation#end
> -
> -#if($preProjectText)
> -$preProjectText
> -#end
> -
> -#foreach ( $organizationName in $projectsSortedByOrganization.keySet() )
> -This product includes/uses software(s) developed by '$organizationName.name'#if($organizationName.url) ($organizationName.url)#end
> -
> -#foreach ( $project in $projectsSortedByOrganization.get( $organizationName ) )
> -  - $project.name#if ($addVersion) (version $project.version)#end#if ($addArtifact) ($project.artifact)#end#if($project.url) ($project.url)#end
> -#if ($addLicense)#foreach ( $license in $project.licenses)
> -
> -      License: $license.name #if ($license.url) ($license.url)#end
> -#end#end
> -
> -#end
> -
> -#end
> -
> -#if($postProjectText)
> -$postProjectText
> -#end
> +// ------------------------------------------------------------------
> +// NOTICE file corresponding to the section 4d of The Apache License,
> +// Version 2.0, in this case for #if ($projectName)$projectName#else${project.name}#end
> +
> +// ------------------------------------------------------------------
> +
> +#if ($projectName)$projectName#else${project.name}#end
> +
> +Copyright ${projectTimespan}#if($project.organization.name) $project.organization.name#else The Apache Software Foundation#end
> +
> +#if($preProjectText)
> +$preProjectText
> +#end
> +
> +#foreach ( $organizationName in $projectsSortedByOrganization.keySet() )
> +This product includes/uses software developed by '$organizationName.name'#if($organizationName.url) ($organizationName.url)#end
> +
> +#foreach ( $project in $projectsSortedByOrganization.get( $organizationName ) )
> +  - $project.name#if ($addVersion) (version $project.version)#end#if ($addArtifact) ($project.artifact)#end#if($project.url) ($project.url)#end
> +#if ($addLicense)#foreach ( $license in $project.licenses)
> +
> +      License: $license.name #if ($license.url) ($license.url)#end
> +#end#end
> +
> +#end
> +
> +#end
> +
> +#if($postProjectText)
> +$postProjectText
> +#end
> 
> 
> 


-- 
Dennis Lundberg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r604271 - /maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm

Posted by Brett Porter <br...@apache.org>.
On 15/12/2007, at 6:58 AM, Dennis Lundberg wrote:

> *&#¤%#¤ those EOL setting...
>
> Should I change the EOL setting in subversion for NOTICE.vm and  
> LICENSE.vm to "native", or will that mess things up?

Yes, please.

- Brett


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org