Author: brett Date: Mon Jan 31 03:50:19 2005 New Revision: 149241 URL: http://svn.apache.org/viewcvs?view=rev&rev=149241 Log: PR: MPIDEA-17 set module to JAVA_MODULE to be comptabile with Irida
Modified: maven/maven-1/plugins/trunk/idea/project.xml maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/module.jelly maven/maven-1/plugins/trunk/idea/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/idea/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/project.xml?view=diff&r1=149240&r2=149241 ============================================================================== --- maven/maven-1/plugins/trunk/idea/project.xml (original) +++ maven/maven-1/plugins/trunk/idea/project.xml Mon Jan 31 03:50:19 2005 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-idea-plugin</id> <name>Maven IDEA Plug-in</name> - <currentVersion>1.5</currentVersion> + <currentVersion>1.5.1-SNAPSHOT</currentVersion> <shortDescription>IDEA Plugin for Maven</shortDescription> <description>IDEA Plugin for Maven.</description> <url>http://maven.apache.org/reference/plugins/idea/</url> Modified: maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/module.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/module.jelly?view=diff&r1=149240&r2=149241 ============================================================================== --- maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/module.jelly (original) +++ maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/module.jelly Mon Jan 31 03:50:19 2005 @@ -21,7 +21,7 @@ <maven:get var="type" plugin="maven-multiproject-plugin" property="maven.multiproject.type" /> - <j:set var="IDEA_TYPE" value=""/> + <j:set var="IDEA_TYPE" value="JAVA_MODULE"/> <j:if test="${type == 'ejb'}"> <j:set var="IDEA_TYPE" value="J2EE_EJB_MODULE"/> </j:if> Modified: maven/maven-1/plugins/trunk/idea/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/xdocs/changes.xml?view=diff&r1=149240&r2=149241 ============================================================================== --- maven/maven-1/plugins/trunk/idea/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/idea/xdocs/changes.xml Mon Jan 31 03:50:19 2005 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">Michal Maczka</author> </properties> <body> + <release version="1.5.1-SNAPSHOT" date="in SVN"> + <action dev="brett" type="fix" issue="MPIDEA-17">set module to JAVA_MODULE for compatibility with both 4.5 and Irida.</action> + </release> <release version="1.5" date="2004-06-25"> <action dev="brett" type="add" issue="MPIDEA-5">match module type to artifact type</action> </release> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]