dion 2003/08/18 22:06:09
Modified: src/plugins-build/artifact/src/plugin-resources/templates
manifest.vm
Log:
Ascii
Revision Changes Path
1.2 +56 -56
maven/src/plugins-build/artifact/src/plugin-resources/templates/manifest.vm
Index: manifest.vm
===================================================================
RCS file:
/home/cvs/maven/src/plugins-build/artifact/src/plugin-resources/templates/manifest.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- manifest.vm 16 Jun 2003 14:26:02 -0000 1.1
+++ manifest.vm 19 Aug 2003 05:06:09 -0000 1.2
@@ -1,56 +1,56 @@
-Built-By: ${jellyContext.getVarable("user.name")}
-Created-By: Apache Jakarta Maven
-#if (${pom.Package})
-Package: ${pom.Package}
-#end
-Build-Jdk: ${jellyContext.getVarable("java.version")}
-#if (${pom.ArtifactId})
-Extension-Name: ${pom.ArtifactId}
-#end
-#if (${pom.SpecificationVersion})
-Specification-Version: ${pom.SpecificationVersion}
-#end
-#if (${pom.Organization.Name})
-Specification-Vendor: ${pom.Organization.Name}
-#end
-#if (${pom.ShortDescription})
-Specification-Title: ${pom.ShortDescription}
-#end
-#if (${pom.CurrentVersion})
-Implementation-Version: ${pom.CurrentVersion}
-#end
-#if (${pom.Organization.Name})
-Implementation-Vendor: ${pom.Organization.Name}
-Implementation-Vendor-Id: ${pom.Organization.Name}
-#end
-
-#if(${mainclass})
-Main-Class=${mainclass}
-#end
-
-
-#if( ${addExtensions})
- #set($extensionList = "")
- #foreach($artifact in $pom.Artifacts)
- #set ($dep= $artifact.Dependency )
- #if( $dep.Type == "jar" )
- #set($extensionList = "$extensionList $artifact.Dependency.ArtifactId")
- #end
- #end
-
-Extension-List: ${extensionList}
-
- #foreach($artifact in $pom.Artifacts)
- #set ($dep= $artifact.Dependency )
- #if( $dep.Type == "jar" )
-
-${dep.ArtifactId}-Extension-Name: ${dep.ArtifactId}
-${dep.ArtifactId}-Implementation-Version: ${dep.Version}
- #if($dep.Url)
-${dep.ArtifactId}-Implementation-URL: ${dep.Url}
- #else
-${dep.ArtifactId}-Implementation-URL: http://www.ibiblio.org/maven/
- #end
- #end
- #end
-#end
+Built-By: ${jellyContext.getVarable("user.name")}
+Created-By: Apache Jakarta Maven
+#if (${pom.Package})
+Package: ${pom.Package}
+#end
+Build-Jdk: ${jellyContext.getVarable("java.version")}
+#if (${pom.ArtifactId})
+Extension-Name: ${pom.ArtifactId}
+#end
+#if (${pom.SpecificationVersion})
+Specification-Version: ${pom.SpecificationVersion}
+#end
+#if (${pom.Organization.Name})
+Specification-Vendor: ${pom.Organization.Name}
+#end
+#if (${pom.ShortDescription})
+Specification-Title: ${pom.ShortDescription}
+#end
+#if (${pom.CurrentVersion})
+Implementation-Version: ${pom.CurrentVersion}
+#end
+#if (${pom.Organization.Name})
+Implementation-Vendor: ${pom.Organization.Name}
+Implementation-Vendor-Id: ${pom.Organization.Name}
+#end
+
+#if(${mainclass})
+Main-Class=${mainclass}
+#end
+
+
+#if( ${addExtensions})
+ #set($extensionList = "")
+ #foreach($artifact in $pom.Artifacts)
+ #set ($dep= $artifact.Dependency )
+ #if( $dep.Type == "jar" )
+ #set($extensionList = "$extensionList $artifact.Dependency.ArtifactId")
+ #end
+ #end
+
+Extension-List: ${extensionList}
+
+ #foreach($artifact in $pom.Artifacts)
+ #set ($dep= $artifact.Dependency )
+ #if( $dep.Type == "jar" )
+
+${dep.ArtifactId}-Extension-Name: ${dep.ArtifactId}
+${dep.ArtifactId}-Implementation-Version: ${dep.Version}
+ #if($dep.Url)
+${dep.ArtifactId}-Implementation-URL: ${dep.Url}
+ #else
+${dep.ArtifactId}-Implementation-URL: http://www.ibiblio.org/maven/
+ #end
+ #end
+ #end
+#end
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]