You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/10 09:55:24 UTC

svn commit: r189919 - in /maven/maven-1/plugins/trunk/idea: src/plugin-resources/templates/v4/module.jelly src/plugin-resources/templates/v4/multiproject.jelly src/plugin-resources/templates/v4/project.jelly src/plugin-resources/templates/v4/workspace.jelly xdocs/changes.xml

Author: brett
Date: Fri Jun 10 00:55:23 2005
New Revision: 189919

URL: http://svn.apache.org/viewcvs?rev=189919&view=rev
Log:
PR: MPIDEA-25
use relative paths

Modified:
    maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/module.jelly
    maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/multiproject.jelly
    maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/project.jelly
    maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/workspace.jelly
    maven/maven-1/plugins/trunk/idea/xdocs/changes.xml

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?rev=189919&r1=189918&r2=189919&view=diff
==============================================================================
--- 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 Fri Jun 10 00:55:23 2005
@@ -29,7 +29,7 @@
     <j:set var="IDEA_TYPE" value="J2EE_WEB_MODULE"/>
   </j:if>
 
-  <module version="4" relativePaths="false" type="${IDEA_TYPE}">        
+  <module version="4" relativePaths="true" type="${IDEA_TYPE}">        
     <j:if test="${type == 'ejb'}">
       <component name="EjbModuleBuildComponent">
         <setting name="EXPLODED_URL" value="file://" />

Modified: maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/multiproject.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/multiproject.jelly?rev=189919&r1=189918&r2=189919&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/multiproject.jelly (original)
+++ maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/multiproject.jelly Fri Jun 10 00:55:23 2005
@@ -19,7 +19,7 @@
 
 <j:whitespace xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns="dummy" trim="true">
 
-    <project version="4" relativePaths="false">
+    <project version="4" relativePaths="true">
         <maven:get plugin="maven-java-plugin" property="maven.compile.source" var="jdkLevel" />
         <j:if test="${empty(jdkLevel)}">
           <j:set var="jdkLevel" value="${java.specification.version}" />

Modified: maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/project.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/project.jelly?rev=189919&r1=189918&r2=189919&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/project.jelly (original)
+++ maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/project.jelly Fri Jun 10 00:55:23 2005
@@ -19,7 +19,7 @@
 
 <j:whitespace xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns="dummy" trim="true">
 
-    <project version="4" relativePaths="false">
+    <project version="4" relativePaths="true">
         <maven:get plugin="maven-java-plugin" property="maven.compile.source" var="jdkLevel" />
         <j:if test="${empty(jdkLevel)}">
           <j:set var="jdkLevel" value="${java.specification.version}" />

Modified: maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/workspace.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/workspace.jelly?rev=189919&r1=189918&r2=189919&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/workspace.jelly (original)
+++ maven/maven-1/plugins/trunk/idea/src/plugin-resources/templates/v4/workspace.jelly Fri Jun 10 00:55:23 2005
@@ -19,7 +19,7 @@
 
 <j:whitespace xmlns:j="jelly:core" xmlns:u="jelly:util" xmlns="dummy" trim="true">
 
-    <project version="4" relativePaths="false">
+    <project version="4" relativePaths="true">
         <component name="LvcsProjectConfiguration">
           <option name="ADD_LABEL_ON_PROJECT_OPEN" value="true" />
           <option name="ADD_LABEL_ON_PROJECT_COMPILATION" value="true" />
@@ -317,4 +317,4 @@
           <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" />
         </component>
     </project>
-</j:whitespace>
\ No newline at end of file
+</j:whitespace>

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?rev=189919&r1=189918&r2=189919&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/idea/xdocs/changes.xml Fri Jun 10 00:55:23 2005
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.6-SNAPSHOT" date="in SVN">
+      <action dev="brett" type="update" issue="MPIDEA-25">Use relative paths for projects and modules for projects easier to check into SCM</action>
       <action dev="brett" type="update" issue="MPIDEA-7" due-to="David Jencks">Make projects within the reactor set IDEA module dependencies, but keep all others as JAR dependencies</action>
       <action dev="brett" type="add" issue="MPIDEA-10" due-to="David Jencks">Add a property for specifying generated source directories to include in the module</action>
       <action dev="brett" type="update" issue="MPIDEA-19">Set source level properties based on the compile source level</action>



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