[jira] Updated: (JCR-571) jackrabbit JCA pom.xml

2006-09-13 Thread Darren Hartford (JIRA)
 [ http://issues.apache.org/jira/browse/JCR-571?page=all ]

Darren Hartford updated JCR-571:


Attachment: pom.xml

ahh...attach file on sidebar. Here is the JCA pom.xml

 jackrabbit JCA pom.xml
 --

 Key: JCR-571
 URL: http://issues.apache.org/jira/browse/JCR-571
 Project: Jackrabbit
  Issue Type: Improvement
Affects Versions: 1.1
 Environment: maven 2
Reporter: Darren Hartford
 Attachments: pom.xml


 do not see a way to add attachments, so here it is below inline.
 Note, need to move the src/rar/META-INF/ra.xml to 
 src/main/rar/META-INF/ra.xml (which is the default location with maven rar 
 packager).
 ==
 ?xml version=1.0 encoding=UTF-8?
 !--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the License); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an AS IS BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
   --
 project xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
  http://maven.apache.org/maven-v4_0_0.xsd 
   modelVersion4.0.0/modelVersion
 !-- == 
 --
 !-- P R O J E C T  D E S C R I P T I O N   
 --
 !-- == 
 --
   groupIdorg.apache.jackrabbit/groupId
   artifactIdjackrabbit-jca/artifactId
   packagingrar/packaging
   nameJackrabbit JCA/name
   version1.1-SNAPSHOT/version
   !--
 Keep the description on a single line. Otherwise Maven might generate
 a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
--
   description
 A resource adapter for Jackrabbit as specified by JCA 1.0.
 /description
   urlhttp://jackrabbit.apache.org//url
   prerequisites
 maven2.0/maven
   /prerequisites
   issueManagement
 systemJira/system
 urlhttp://issues.apache.org/jira/browse/JCR/url
   /issueManagement
   inceptionYear2005/inceptionYear
 !-- == 
 --
 !-- M A I L I N G   L I S T S  
 --
 !-- == 
 --
   mailingLists
 mailingList
   nameJackrabbit Announce List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-announce//archive
 /mailingList
 mailingList
   nameJackrabbit Users List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   postusers at jackrabbit.apache.org/post
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-users//archive
   otherArchives
 otherArchive
   http://dir.gmane.org/gmane.comp.apache.jackrabbit.user
 /otherArchive
 otherArchive
   http://www.mail-archive.com/users@jackrabbit.apache.org/
 /otherArchive
   /otherArchives
 /mailingList
 mailingList
   nameJackrabbit Development List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   postdev at jackrabbit.apache.org/post
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-dev//archive
   otherArchives
 otherArchive
   http://dir.gmane.org/gmane.comp.apache.jackrabbit.devel
 /otherArchive
 otherArchive
   http://www.mail-archive.com/dev@jackrabbit.apache.org/
 /otherArchive
 otherArchive
   http://www.mail-archive.com/jackrabbit-dev@incubator.apache.org/
 /otherArchive
   /otherArchives
 /mailingList
 mailingList
   nameJackrabbit Source Control List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-commits//archive
 /mailingList
   /mailingLists
   licenses
 license
   nameThe Apache Software License, Version 2.0/name
   

[jira] Updated: (JCR-571) jackrabbit JCA pom.xml

2006-09-13 Thread Edgar Poce (JIRA)
 [ http://issues.apache.org/jira/browse/JCR-571?page=all ]

Edgar Poce updated JCR-571:
---

Component/s: jca

updating component

 jackrabbit JCA pom.xml
 --

 Key: JCR-571
 URL: http://issues.apache.org/jira/browse/JCR-571
 Project: Jackrabbit
  Issue Type: Improvement
  Components: jca
Affects Versions: 1.1
 Environment: maven 2
Reporter: Darren Hartford
 Attachments: pom.xml


 do not see a way to add attachments, so here it is below inline.
 Note, need to move the src/rar/META-INF/ra.xml to 
 src/main/rar/META-INF/ra.xml (which is the default location with maven rar 
 packager).
 ==
 ?xml version=1.0 encoding=UTF-8?
 !--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the License); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an AS IS BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
   --
 project xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
  http://maven.apache.org/maven-v4_0_0.xsd 
   modelVersion4.0.0/modelVersion
 !-- == 
 --
 !-- P R O J E C T  D E S C R I P T I O N   
 --
 !-- == 
 --
   groupIdorg.apache.jackrabbit/groupId
   artifactIdjackrabbit-jca/artifactId
   packagingrar/packaging
   nameJackrabbit JCA/name
   version1.1-SNAPSHOT/version
   !--
 Keep the description on a single line. Otherwise Maven might generate
 a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
--
   description
 A resource adapter for Jackrabbit as specified by JCA 1.0.
 /description
   urlhttp://jackrabbit.apache.org//url
   prerequisites
 maven2.0/maven
   /prerequisites
   issueManagement
 systemJira/system
 urlhttp://issues.apache.org/jira/browse/JCR/url
   /issueManagement
   inceptionYear2005/inceptionYear
 !-- == 
 --
 !-- M A I L I N G   L I S T S  
 --
 !-- == 
 --
   mailingLists
 mailingList
   nameJackrabbit Announce List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-announce//archive
 /mailingList
 mailingList
   nameJackrabbit Users List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   postusers at jackrabbit.apache.org/post
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-users//archive
   otherArchives
 otherArchive
   http://dir.gmane.org/gmane.comp.apache.jackrabbit.user
 /otherArchive
 otherArchive
   http://www.mail-archive.com/users@jackrabbit.apache.org/
 /otherArchive
   /otherArchives
 /mailingList
 mailingList
   nameJackrabbit Development List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   postdev at jackrabbit.apache.org/post
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-dev//archive
   otherArchives
 otherArchive
   http://dir.gmane.org/gmane.comp.apache.jackrabbit.devel
 /otherArchive
 otherArchive
   http://www.mail-archive.com/dev@jackrabbit.apache.org/
 /otherArchive
 otherArchive
   http://www.mail-archive.com/jackrabbit-dev@incubator.apache.org/
 /otherArchive
   /otherArchives
 /mailingList
 mailingList
   nameJackrabbit Source Control List/name
   subscribe[EMAIL PROTECTED]/subscribe
   unsubscribe[EMAIL PROTECTED]/unsubscribe
   
 archivehttp://mail-archives.apache.org/mod_mbox/jackrabbit-commits//archive
 /mailingList
   /mailingLists
   licenses
 license
   nameThe Apache Software License, Version 2.0/name
   urlhttp://www.apache.org/licenses/LICENSE-2.0/url