brett 2004/03/10 04:15:23 Modified: jbuilder project.xml jbuilder/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4 Revision Changes Path 1.23 +9 -2 maven-plugins/jbuilder/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/jbuilder/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 7 Mar 2004 23:01:25 -0000 1.22 +++ project.xml 10 Mar 2004 12:15:23 -0000 1.23 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,13 +18,12 @@ */ --> - <project> <extend>../project.xml</extend> <pomVersion>3</pomVersion> <id>maven-jbuilder-plugin</id> <name>Maven JBuilder Plug-in</name> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <description/> <shortDescription>JBuilder Plugin for Maven</shortDescription> <url>http://maven.apache.org/reference/plugins/jbuilder/</url> @@ -58,4 +58,11 @@ <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url> </dependency> </dependencies> + <versions> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>MAVEN_JBUILDER_1_4</tag> + </version> + </versions> </project> 1.12 +25 -63 maven-plugins/jbuilder/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/jbuilder/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 4 Mar 2004 18:36:01 -0000 1.11 +++ changes.xml 10 Mar 2004 12:15:23 -0000 1.12 @@ -1,4 +1,5 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -22,77 +23,38 @@ <title>Changes</title> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> - <body> - <release version="1.4" date="in CVS"> - <action dev="evenisse" type="fix" issue="MPJBUILDER-8"> - Generate relative path for OutPath, DefaultPath, DocPath, SourcePath, and TestPath tag in jbuilder project. - </action> - <action dev="dion" type="fix"> - Apply MAVEN-987 - </action> - <action dev="evenisse" type="add" issue="MPJBUILDER-7"> - Add support to JBuilderX. - </action> + <release version="1.4" date="2004-03-10"> + <action dev="evenisse" type="fix" issue="MPJBUILDER-8">Generate relative path for OutPath, DefaultPath, DocPath, SourcePath, and TestPath tag in jbuilder project.</action> + <action dev="dion" type="fix">Apply MAVEN-987</action> + <action dev="evenisse" type="add" issue="MPJBUILDER-7">Add support to JBuilderX.</action> </release> - <release version="1.3" date="2003-09-29"> - <action dev="evenisse" type="fix" due-to="David Zeleznik"> - Fix MAVEN-781. - </action> - <action dev="evenisse" type="add"> - Fix MAVEN-668. - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - The plugin attempts to find JBuilder's "HOME" directory where it will read the user's default project properties file. The JBuilder "HOME" directory is also where library files are generated. - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - When you generate a JBuilder project file, the plugin iterates through its dependencies. For each dependency, a library definition file is generated for the dependency jar in the local repo. This dependent library file is generated if, and only if, the library file does not already exist or the library file was previously generated the same way (as a dependency on a jar in the local repo). - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - The previous point means that when you generate a jbuilder library definition file directly from a Maven project (using the jbuilder:generate-library goal) you will replace any previous definition of the library that was generated as a jar-only dependency with a library definition that references both the source and class files. - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - For library definitions that remain jar-only references to the local repo, you can specify a path to the corresponding source code via properties. - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - Support has been added for generating JBuilder application and applet runtime configurations from properties. - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - Any resources are added to the JBuilder project source path. - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - Using an optional property, you can specify a list of explicit files that will be included in the JBuilder project if they exist. The default list are project.xml, project.properties, and maven.xml. - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - Added support for JBuilder 9 - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - Added maven.jbuilder.verbose property - </action> - <action dev="evenisse" type="add" due-to="David Zeleznik"> - Library files that are automatically generated from versioned (not snapshot) artifact dependencies are now versioned themselves. This is also true for snapshot dependencies where an unversioned library file has not been created yet from the corresponding artifact. As before, if an unversioned library file has already been created for a snapshot dependency, the unversioned library will be referenced. - </action> + <action dev="evenisse" type="fix" due-to="David Zeleznik">Fix MAVEN-781.</action> + <action dev="evenisse" type="add">Fix MAVEN-668.</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">The plugin attempts to find JBuilder's "HOME" directory where it will read the user's default project properties file. The JBuilder "HOME" directory is also where library files are generated.</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">When you generate a JBuilder project file, the plugin iterates through its dependencies. For each dependency, a library definition file is generated for the dependency jar in the local repo. This dependent library file is generated if, and only if, the library file does not already exist or the library file was previously generated the same way (as a dependency on a jar in the local repo).</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">The previous point means that when you generate a jbuilder library definition file directly from a Maven project (using the jbuilder:generate-library goal) you will replace any previous definition of the library that was generated as a jar-only dependency with a library definition that references both the source and class files.</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">For library definitions that remain jar-only references to the local repo, you can specify a path to the corresponding source code via properties.</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">Support has been added for generating JBuilder application and applet runtime configurations from properties.</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">Any resources are added to the JBuilder project source path.</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">Using an optional property, you can specify a list of explicit files that will be included in the JBuilder project if they exist. The default list are project.xml, project.properties, and maven.xml.</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">Added support for JBuilder 9</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">Added maven.jbuilder.verbose property</action> + <action dev="evenisse" type="add" due-to="David Zeleznik">Library files that are automatically generated from versioned (not snapshot) artifact dependencies are now versioned themselves. This is also true for snapshot dependencies where an unversioned library file has not been created yet from the corresponding artifact. As before, if an unversioned library file has already been created for a snapshot dependency, the unversioned library will be referenced.</action> </release> <release version="1.2" date="2003/05/04"> - <action dev="evenisse" type="add" due-to="Joe Germuska"> - Write company, description and title properties in jbuilder project. - </action> - <action dev="evenisse" type="add" due-to="Joe Germuska"> - Added new <code>maven.juilder-docpath</code> plugin property. + <action dev="evenisse" type="add" due-to="Joe Germuska">Write company, description and title properties in jbuilder project.</action> + <action dev="evenisse" type="add" due-to="Joe Germuska">Added new + <code>maven.juilder-docpath</code>plugin property. </action> - <action dev="evenisse" type="add" due-to="Joe Germuska"> - Added new <code>maven.juilder-outpath</code> plugin property. + <action dev="evenisse" type="add" due-to="Joe Germuska">Added new + <code>maven.juilder-outpath</code>plugin property. </action> </release> <release version="1.1" date="2003/04/09"> - <action dev="evenisse" type="add"> - Add resources to library file. - </action> - <action dev="evenisse" type="fix"> - Corrected generation of library file. - </action> + <action dev="evenisse" type="add">Add resources to library file.</action> + <action dev="evenisse" type="fix">Corrected generation of library file.</action> </release> </body> </document> -
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]