cvs commit: jakarta-commons-sandbox/mapper project.xml

2004-05-31 Thread dgraham
dgraham 2004/05/31 05:59:06

  Modified:mapper   project.xml
  Log:
  Fixed logo image location.
  
  Revision  ChangesPath
  1.6   +1 -1  jakarta-commons-sandbox/mapper/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml   30 May 2004 20:57:13 -  1.5
  +++ project.xml   31 May 2004 12:59:06 -  1.6
  @@ -5,7 +5,7 @@
 idcommons-mapper/id
 currentVersion0.7-dev/currentVersion
   
  -  logo/images/mapper-logo-white.png/logo
  +  logo/images/logo.png/logo
 
 inceptionYear2003/inceptionYear
 packageorg.apache.commons.mapper/package
  
  
  

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



cvs commit: jakarta-commons-sandbox/mapper project.xml

2004-02-29 Thread bayard
bayard  2004/02/29 12:41:31

  Modified:mapper   project.xml
  Log:
  updated to use the sandbox-build
  
  Revision  ChangesPath
  1.4   +2 -64 jakarta-commons-sandbox/mapper/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml   9 Nov 2003 21:18:19 -   1.3
  +++ project.xml   29 Feb 2004 20:41:30 -  1.4
  @@ -1,70 +1,20 @@
   ?xml version=1.0?
   project
  -  pomVersion3/pomVersion
  +  extend../sandbox-build/project.xml/extend
 nameCommons Mapper/name
 idcommons-mapper/id
 currentVersion0.7-dev/currentVersion
 
  -  organization
  -nameApache Software Foundation/name
  -urlhttp://jakarta.apache.org//url
  -logohttp://jakarta.apache.org/images/jakarta-logo-blue.gif/logo
  -  /organization
  -  
 inceptionYear2003/inceptionYear
 packageorg.apache.commons.mapper/package
   
 shortDescriptionCommons Mapper/shortDescription
   
  -  !-- Gump integration --
  -  gumpRepositoryIdjakarta/gumpRepositoryId
  -
 description
   Mapper is a thin abstraction layer around a project's chosen data 
   mapping technology.
 /description
   
  -  urlhttp://jakarta.apache.org/commons/sandbox/mapper//url
  -  issueTrackingUrlhttp://issues.apache.org/bugzilla//issueTrackingUrl
  -  siteAddressjakarta.apache.org/siteAddress
  -  siteDirectory/www/jakarta.apache.org/commons/sandbox/mapper//siteDirectory
  -  
distributionDirectory/www/jakarta.apache.org/builds/jakarta-commons-sandbox/mapper//distributionDirectory
  -  repository
  -connection
  -  scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/mapper
  -/connection
  -url
  -  http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/mapper/
  -/url
  -  /repository
  -
  -  mailingLists
  -mailingList
  -  nameCommons User List/name
  -  subscribe
  -[EMAIL PROTECTED]
  -  /subscribe
  -  unsubscribe
  -[EMAIL PROTECTED]
  -  /unsubscribe
  -  archive
  -http://www.mail-archive.com/[EMAIL PROTECTED]/
  -  /archive
  -/mailingList
  -mailingList
  -  nameCommons Developer List/name
  -  subscribe
  -[EMAIL PROTECTED]
  -  /subscribe
  -  unsubscribe
  -[EMAIL PROTECTED]
  -  /unsubscribe
  -  archive
  -http://www.mail-archive.com/[EMAIL PROTECTED]/
  -  /archive
  -/mailingList
  -  /mailingLists
  -
 developers
   
   developer
  @@ -87,23 +37,11 @@
 /dependencies
   
 build
  -nagEmailAddress[EMAIL PROTECTED]/nagEmailAddress
   sourceDirectorysrc/share/sourceDirectory
  -unitTestSourceDirectorysrc/test/unitTestSourceDirectory
  -
  -!-- Unit test cases --
   unitTest
 includes
   include**/*Test.java/include
 /includes
   /unitTest
  -  
  -!-- Resources that are packaged up inside the JAR file --
  -resources
  -  includes
  -include**/*.properties/include
  -  /includes
  -/resources
  -
 /build
  -/project
  \ No newline at end of file
  +/project
  
  
  

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



cvs commit: jakarta-commons-sandbox/mapper project.xml

2003-11-09 Thread dgraham
dgraham 2003/11/09 13:18:19

  Modified:mapper   project.xml
  Log:
  Updated for 0.7.
  
  Revision  ChangesPath
  1.3   +2 -7  jakarta-commons-sandbox/mapper/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml   9 Sep 2003 00:09:19 -   1.2
  +++ project.xml   9 Nov 2003 21:18:19 -   1.3
  @@ -3,7 +3,7 @@
 pomVersion3/pomVersion
 nameCommons Mapper/name
 idcommons-mapper/id
  -  currentVersion0.6-dev/currentVersion
  +  currentVersion0.7-dev/currentVersion
 
 organization
   nameApache Software Foundation/name
  @@ -78,10 +78,10 @@
 
 dependencies
   
  - !-- for testing --
   dependency
 idjunit/id
 version3.8.1/version
  +  urlhttp://www.junit.org//url
   /dependency
   
 /dependencies
  @@ -105,10 +105,5 @@
 /includes
   /resources
   
  -!-- Integration unit test cases --
  -integrationUnitTest/
  -
  -jars
  -/jars
 /build
   /project
  
  
  

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