You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by kn...@apache.org on 2003/03/27 23:48:39 UTC

cvs commit: maven/src/plugins-build/repository/src/plugin-resources pom-template.jelly

knielsen    2003/03/27 14:48:39

  Modified:    src/plugins-build/repository/src/plugin-resources
                        pom-template.jelly
  Log:
  bin -> ascii
  
  Revision  Changes    Path
  1.2       +19 -19    maven/src/plugins-build/repository/src/plugin-resources/pom-template.jelly
  
  Index: pom-template.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/repository/src/plugin-resources/pom-template.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom-template.jelly	17 Mar 2003 06:48:07 -0000	1.1
  +++ pom-template.jelly	27 Mar 2003 22:48:39 -0000	1.2
  @@ -1,20 +1,20 @@
  -<j:jelly xmlns:j="jelly:core" xmlns="dummy">
  -  <project>
  -    <pomVersion>3</pomVersion>
  -    <id>${groupId}</id>
  -    <name>${groupId}</name>
  -    <currentVersion></currentVersion>
  -    <organization>
  -      <name></name>
  -      <url></url>
  -    </organization>
  -    <url>${url}</url>
  -    <licenses>
  -      <license>
  -        <name></name>
  -        <url>${xfile}</url>
  -        <comments>${comments}</comments>
  -      </license>
  -    </licenses>
  -  </project>
  +<j:jelly xmlns:j="jelly:core" xmlns="dummy">
  +  <project>
  +    <pomVersion>3</pomVersion>
  +    <id>${groupId}</id>
  +    <name>${groupId}</name>
  +    <currentVersion></currentVersion>
  +    <organization>
  +      <name></name>
  +      <url></url>
  +    </organization>
  +    <url>${url}</url>
  +    <licenses>
  +      <license>
  +        <name></name>
  +        <url>${xfile}</url>
  +        <comments>${comments}</comments>
  +      </license>
  +    </licenses>
  +  </project>
   </j:jelly>
  
  
  

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