dion 2003/08/18 22:13:06 Modified: src/plugins-build/idea/src/plugin-resources/templates/v4 module.jelly Log: *** keyword substitution change *** Revision Changes Path 1.3 +43 -43 maven/src/plugins-build/idea/src/plugin-resources/templates/v4/module.jelly Index: module.jelly =================================================================== RCS file: /home/cvs/maven/src/plugins-build/idea/src/plugin-resources/templates/v4/module.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- module.jelly 19 Aug 2003 04:45:05 -0000 1.2 +++ module.jelly 19 Aug 2003 05:13:06 -0000 1.3 @@ -1,43 +1,43 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<j:whitespace xmlns:j="jelly:core" xmlns="dummy" trim="true"> - - <module version="4" relativePaths="false"> - <component name="LvcsConfiguration"> - <option name="LOCAL_VCS_ENABLED" value="true"/> - <option name="LOCAL_VCS_PURGING_PERIOD" value="259200000"/> - <option name="MARK_EXTERNAL_CHANGES_AS_UP_TO_DATE" value="true"/> - </component> - <component name="NewModuleRootManager"> - <!-- TODO: use maven.build.dest and maven.test.dest --> - <output url="file://$MODULE_DIR$/target/classes"/> - <output-test url="file://$MODULE_DIR$/target/test-classes"/> - <content url="file://$MODULE_DIR$"> - <!-- TODO... these won't work if absolute? --> - <j:if test="${sourcesPresent}"> - <sourceFolder url="file://$$MODULE_DIR$$/${pom.build.sourceDirectory}" isTestSource="false"/> - </j:if> - <j:if test="${unitTestSourcesPresent}"> - <sourceFolder url="file://$$MODULE_DIR$$/${pom.build.unitTestSourceDirectory}" isTestSource="true"/> - </j:if> - </content> - <orderEntry type="jdk" jdkName="java version "${java.version}""/> - <orderEntry type="sourceFolder" forTests="false"/> - <j:forEach var="lib" items="${pom.artifacts}"> - <j:set var="dep" value="${lib.dependency}"/> - <j:if test="${dep.type=='jar'}"> - <orderEntry type="module-library"> - <library name="${dep.artifactId}"> - <CLASSES> - <root url="jar://${lib.path}!/"/> - </CLASSES> - <JAVADOC/> - <SOURCES/> - </library> - </orderEntry> - </j:if> - </j:forEach> - </component> - <component name="ModuleRootManager"/> - </module> - -</j:whitespace> +<?xml version="1.0" encoding="ISO-8859-1"?> +<j:whitespace xmlns:j="jelly:core" xmlns="dummy" trim="true"> + + <module version="4" relativePaths="false"> + <component name="LvcsConfiguration"> + <option name="LOCAL_VCS_ENABLED" value="true"/> + <option name="LOCAL_VCS_PURGING_PERIOD" value="259200000"/> + <option name="MARK_EXTERNAL_CHANGES_AS_UP_TO_DATE" value="true"/> + </component> + <component name="NewModuleRootManager"> + <!-- TODO: use maven.build.dest and maven.test.dest --> + <output url="file://$MODULE_DIR$/target/classes"/> + <output-test url="file://$MODULE_DIR$/target/test-classes"/> + <content url="file://$MODULE_DIR$"> + <!-- TODO... these won't work if absolute? --> + <j:if test="${sourcesPresent}"> + <sourceFolder url="file://$$MODULE_DIR$$/${pom.build.sourceDirectory}" isTestSource="false"/> + </j:if> + <j:if test="${unitTestSourcesPresent}"> + <sourceFolder url="file://$$MODULE_DIR$$/${pom.build.unitTestSourceDirectory}" isTestSource="true"/> + </j:if> + </content> + <orderEntry type="jdk" jdkName="java version "${java.version}""/> + <orderEntry type="sourceFolder" forTests="false"/> + <j:forEach var="lib" items="${pom.artifacts}"> + <j:set var="dep" value="${lib.dependency}"/> + <j:if test="${dep.type=='jar'}"> + <orderEntry type="module-library"> + <library name="${dep.artifactId}"> + <CLASSES> + <root url="jar://${lib.path}!/"/> + </CLASSES> + <JAVADOC/> + <SOURCES/> + </library> + </orderEntry> + </j:if> + </j:forEach> + </component> + <component name="ModuleRootManager"/> + </module> + +</j:whitespace>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]