cvs commit: maven-plugins/ear project.xml

2004-10-14 Thread felipeal
felipeal2004/10/14 22:02:05

  Modified:ear  project.xml
  Log:
  added myself as developer
  
  Revision  ChangesPath
  1.35  +10 -0 maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml   14 Jul 2004 23:19:14 -  1.34
  +++ project.xml   15 Oct 2004 05:02:05 -  1.35
  @@ -81,6 +81,16 @@
   roleJava Developer/role
 /roles
   /developer
  +developer
  +  nameFelipe Leme/name
  +  idfelipeal/id
  +  email[EMAIL PROTECTED]/email
  +  organizationFalcon Informatica/organization
  +  roles
  +roleJava Developer/role
  +roleJelly Developer/role
  +  /roles
  +/developer
 /developers
 dependencies
   dependency
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/ear project.xml

2004-10-14 Thread felipeal
felipeal2004/10/14 22:09:31

  Modified:ear  project.xml
  Log:
  fixed URL for Jelly util taglib
  
  Revision  ChangesPath
  1.36  +1 -1  maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml   15 Oct 2004 05:02:05 -  1.35
  +++ project.xml   15 Oct 2004 05:09:31 -  1.36
  @@ -103,7 +103,7 @@
 groupIdcommons-jelly/groupId
 artifactIdcommons-jelly-tags-util/artifactId
 version20030211.141939/version
  -  urlhttp://jakarta.apache.org/commons/jelly/tags/util//url
  +  urlhttp://jakarta.apache.org/commons/jelly/libs/util/index.html/url
   /dependency
 /dependencies
   /project
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/ear project.xml

2004-07-14 Thread dion
dion2004/07/14 16:19:14

  Modified:ear  project.xml
  Log:
  Use later version of jelly xml tags
  
  Revision  ChangesPath
  1.34  +1 -1  maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml   6 Jul 2004 12:37:17 -   1.33
  +++ project.xml   14 Jul 2004 23:19:14 -  1.34
  @@ -86,7 +86,7 @@
   dependency
 groupIdcommons-jelly/groupId
 artifactIdcommons-jelly-tags-xml/artifactId
  -  version20030211.142705/version
  +  version20040613.030723/version
 urlhttp://jakarta.apache.org/commons/jelly/libs/xml//url
   /dependency
   dependency
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/ear project.xml

2004-05-02 Thread vmassol
vmassol 2004/05/02 06:46:29

  Modified:ear/xdocs changes.xml
   ear  project.xml
  Removed: ear/announcements 1.4.ann
  Log:
  - inherit from the plugin-parent/project.xml POM instead of the top level one which 
is reserved for the master build

  - removed custom reports as we can now use the default ones from 
plugin-parent/project.xml
  
  Revision  ChangesPath
  1.18  +1 -1  maven-plugins/ear/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml   28 Mar 2004 23:14:40 -  1.17
  +++ changes.xml   2 May 2004 13:46:29 -   1.18
  @@ -24,7 +24,7 @@
   author email=[EMAIL PROTECTED]Nathan Coast/author
 /properties
 body
  -release version=1.5 date=in CVS
  +release version=1.5-SNAPSHOT date=in CVS
 action dev=dion type=updateIgnore generated file in plugin 
test./action
 action dev=dion type=fixCheck to make sure maven.ear.src exists before 
using it./action
 action dev=dion type=updateAllow resources in EAR projects/action
  
  
  
  1.27  +6 -10 maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml   19 Mar 2004 05:03:11 -  1.26
  +++ project.xml   2 May 2004 13:46:29 -   1.27
  @@ -19,7 +19,7 @@
--
   
   project
  -  extend../project.xml/extend
  +  extend../plugin-parent/project.xml/extend
 pomVersion3/pomVersion
 idmaven-ear-plugin/id
 nameMaven EAR Plugin/name
  @@ -45,6 +45,11 @@
 name1.4/name
 tagMAVEN_EAR_1_4/tag
   /version
  +version
  +  id1.5/id
  +  name1.5/name
  +  tagHEAD/tag
  +/version
 /versions
 branches/
 developers
  @@ -91,13 +96,4 @@
 urlhttp://jakarta.apache.org/commons/jelly/tags/util//url
   /dependency
 /dependencies
  -  reports
  -reportmaven-changes-plugin/report
  -reportmaven-changelog-plugin/report
  -reportmaven-file-activity-plugin/report
  -reportmaven-developer-activity-plugin/report
  -reportmaven-faq-plugin/report
  -reportmaven-license-plugin/report
  -reportmaven-linkcheck-plugin/report
  -  /reports
   /project
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/ear project.xml

2004-03-18 Thread brett
brett   2004/03/18 21:03:12

  Modified:ear  project.xml
  Log:
  fix version tag
  
  Revision  ChangesPath
  1.26  +5 -7  maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   15 Mar 2004 11:09:09 -  1.25
  +++ project.xml   19 Mar 2004 05:03:11 -  1.26
  @@ -36,19 +36,17 @@
 /repository
 versions
   version
  +  id1.2/id
  +  name1.2/name
  +  tagMAVEN_EAR_1_2/tag
  +/version
  +version
 id1.4/id
 name1.4/name
 tagMAVEN_EAR_1_4/tag
   /version
 /versions
 branches/
  -  versions
  -version
  -  id1.2/id
  -  name1.2/name
  -  tagMAVEN_EAR_1_2/tag
  -/version
  -  /versions
 developers
   developer
 nameVincent Massol/name
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/ear project.xml

2004-03-15 Thread dion
dion2004/03/15 03:09:09

  Modified:ear  project.xml
  Log:
  - Document maven.ear.src property

  - Document maven.ear.resources property

  - Add FAQ on including resources in an EAR

  - Add FAQ to navigation

  - Add FAQ to project reports
  
  Revision  ChangesPath
  1.25  +1 -1  maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml   15 Mar 2004 10:54:10 -  1.24
  +++ project.xml   15 Mar 2004 11:09:09 -  1.25
  @@ -98,7 +98,7 @@
   reportmaven-changelog-plugin/report
   reportmaven-file-activity-plugin/report
   reportmaven-developer-activity-plugin/report
  -reportmaven-file-activity-plugin/report
  +reportmaven-faq-plugin/report
   reportmaven-license-plugin/report
   reportmaven-linkcheck-plugin/report
 /reports
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/ear project.xml

2003-11-26 Thread vmassol
vmassol 2003/11/26 13:21:54

  Modified:ear/xdocs changes.xml
   ear  project.xml
  Log:
  Continue work for 1.4 version
  
  Revision  ChangesPath
  1.12  +3 -0  maven-plugins/ear/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml   26 Nov 2003 21:17:55 -  1.11
  +++ changes.xml   26 Nov 2003 21:21:54 -  1.12
  @@ -6,6 +6,9 @@
 /properties
 body
   
  +release version=1.4 date=in CVS
  +/release
  +
   release version=1.3 date=2003-11-26
 action dev=dion type=update issue=MPEAR-2
   Added sar support in dependencies.
  
  
  
  1.20  +1 -1  maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml   26 Nov 2003 21:17:55 -  1.19
  +++ project.xml   26 Nov 2003 21:21:54 -  1.20
  @@ -5,7 +5,7 @@
 pomVersion3/pomVersion
 idmaven-ear-plugin/id
 nameMaven EAR Plugin/name
  -  currentVersion1.3/currentVersion
  +  currentVersion1.4-SNAPSHOT/currentVersion
 descriptionEar Plugin for Maven/description
 shortDescriptionEar Plugin for Maven/shortDescription
 urlhttp://maven.apache.org/reference/plugins/ear//url
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/ear project.xml

2003-11-16 Thread vmassol
vmassol 2003/11/16 09:53:34

  Modified:ear/xdocs changes.xml
   ear  project.xml
  Log:
  Created JIRA project for EAR plugin.
  
  Revision  ChangesPath
  1.10  +15 -13maven-plugins/ear/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml   19 Oct 2003 23:35:33 -  1.9
  +++ changes.xml   16 Nov 2003 17:53:34 -  1.10
  @@ -5,38 +5,40 @@
   author email=[EMAIL PROTECTED]Nathan Coast/author
 /properties
 body
  +
   release version=1.3 date=in CVS
  -  action dev=dion type=updateApply Maven-949/action
  +  action dev=dion type=update issue=MPEAR-2
  +  /action
   /release
   
   release version=1.2 date=2003-09-29
  -  action dev=michal type=fix
  -   Fixes for MAVEN-565
  -   Documentation of some properties were outdated   
  -  /action
  -  action dev=michal type=fix
  -Fixes for MAVEN-518.
  -Artifact processing in the plugin 
  -was slightly changed and now it supports jar overriding mechanism   
  +  action dev=michal type=fix issue=MPEAR-1
  +   Documentation of some properties were outdated.
  +  /action
  +  action dev=michal type=fix issue=MAVEN-518
  +Artifact processing in the plugin was slightly changed and now it 
  +supports jar overriding mechanism.
 /action
 action dev=michal type=add
  -Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals
  +Added 'deploy', 'deploy-snapshot' and 'install-snapshot' goals.
 /action
 action dev=vmassol type=fix
   Removed warning about application.xml being added twice to the
   EAR.
 /action  
   /release
  +
   release version=1.1 date=2003-05-08
 action dev=michal type=add
  -Added autogeneration of application.xml file
  +Added autogeneration of application.xml file.
 /action
   /release
  +
   release version=1.0 date=2002-08-04
 action dev=ncoast type=add
  -Initial plugin created
  +Initial plugin created.
 /action
   /release
  +
 /body
   /document
  -
  
  
  
  1.18  +3 -2  maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml   19 Oct 2003 23:35:33 -  1.17
  +++ project.xml   16 Nov 2003 17:53:34 -  1.18
  @@ -9,10 +9,11 @@
 descriptionEar Plugin for Maven/description
 shortDescriptionEar Plugin for Maven/shortDescription
 urlhttp://maven.apache.org/reference/plugins/ear//url
  +  
issueTrackingUrlhttp://jira.codehaus.org/BrowseProject.jspa?id=10323/issueTrackingUrl
 siteDirectory/www/maven.apache.org/reference/plugins/ear//siteDirectory
 repository
  -connectionscm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/ear//connection
  -urlhttp://cvs.apache.org/viewcvs/maven/src/plugins-build/ear//url
  +connectionscm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/ear//connection
  +urlhttp://cvs.apache.org/viewcvs/maven-plugins/ear//url
 /repository
 versions/
 branches/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]