Author: brett Date: Wed Jan 12 03:17:35 2005 New Revision: 124967 URL: http://svn.apache.org/viewcvs?view=rev&rev=124967 Log: add ASL 2 to generated descriptors
Modified: maven/maven-1/plugins/trunk/gump/project.xml maven/maven-1/plugins/trunk/gump/src/plugin-resources/module.jelly maven/maven-1/plugins/trunk/gump/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/gump/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/gump/project.xml?view=diff&rev=124967&p1=maven/maven-1/plugins/trunk/gump/project.xml&r1=124966&p2=maven/maven-1/plugins/trunk/gump/project.xml&r2=124967 ============================================================================== --- maven/maven-1/plugins/trunk/gump/project.xml (original) +++ maven/maven-1/plugins/trunk/gump/project.xml Wed Jan 12 03:17:35 2005 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-gump-plugin</id> <name>Maven Gump Plug-in</name> - <currentVersion>2.0</currentVersion> + <currentVersion>2.0.1-SNAPSHOT</currentVersion> <description/> <shortDescription>produce Gump descriptor</shortDescription> <url>http://maven.apache.org/reference/plugins/gump/</url> Modified: maven/maven-1/plugins/trunk/gump/src/plugin-resources/module.jelly Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/gump/src/plugin-resources/module.jelly?view=diff&rev=124967&p1=maven/maven-1/plugins/trunk/gump/src/plugin-resources/module.jelly&r1=124966&p2=maven/maven-1/plugins/trunk/gump/src/plugin-resources/module.jelly&r2=124967 ============================================================================== --- maven/maven-1/plugins/trunk/gump/src/plugin-resources/module.jelly (original) +++ maven/maven-1/plugins/trunk/gump/src/plugin-resources/module.jelly Wed Jan 12 03:17:35 2005 @@ -26,6 +26,24 @@ <!-- Note the nasty CDATA stuff: required to ensure proper handling by gump on empty tags --> <j:whitespace> <x:comment> +/* + * Copyright 2001-2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +</x:comment> + +<x:comment> - This descriptor was automatically generated using Maven. - To regenerate, run: "maven ${goal}" - Modified: maven/maven-1/plugins/trunk/gump/xdocs/changes.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/gump/xdocs/changes.xml?view=diff&rev=124967&p1=maven/maven-1/plugins/trunk/gump/xdocs/changes.xml&r1=124966&p2=maven/maven-1/plugins/trunk/gump/xdocs/changes.xml&r2=124967 ============================================================================== --- maven/maven-1/plugins/trunk/gump/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/gump/xdocs/changes.xml Wed Jan 12 03:17:35 2005 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">dIon Gillard</author> </properties> <body> + <release version="2.0.1-SNAPSHOT" date="in SVN"> + <action dev="brett" type="add">Add ASL 2.0 to the generated descriptor</action> + </release> <release version="2.0" date="2005-01-08"> <action dev="brett" type="add">Add maven.gump.module.name property for overriding the module name</action> <action dev="brett" type="add">Add junitreport element to the descriptor</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
