You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by ju...@apache.org on 2012/03/14 10:54:55 UTC

svn commit: r1300489 - in /jackrabbit/oak/trunk/oak-jcr: ./ pom.xml

Author: jukka
Date: Wed Mar 14 09:54:55 2012
New Revision: 1300489

URL: http://svn.apache.org/viewvc?rev=1300489&view=rev
Log:
JCR-5: JCR bindings for Oak

Create oak-jcr component for the JCR binding

Added:
    jackrabbit/oak/trunk/oak-jcr/
    jackrabbit/oak/trunk/oak-jcr/pom.xml   (with props)

Added: jackrabbit/oak/trunk/oak-jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1300489&view=auto
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/pom.xml (added)
+++ jackrabbit/oak/trunk/oak-jcr/pom.xml Wed Mar 14 09:54:55 2012
@@ -0,0 +1,36 @@
+<?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 ">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.jackrabbit</groupId>
+    <artifactId>oak-parent</artifactId>
+    <version>0.1-SNAPSHOT</version>
+    <relativePath>../oak-parent/pom.xml</relativePath>
+  </parent>
+
+  <artifactId>oak-jcr</artifactId>
+  <name>Oak JCR Binding</name>
+
+</project>

Propchange: jackrabbit/oak/trunk/oak-jcr/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native