X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=sandbox%2Fruntime%2Forg.argeo.sandbox.jackrabbit%2Fsrc%2Fmain%2Fjava%2Fjcr%2FBase.java;h=cb8627417ae52016785681332778549766673939;hb=7027af4f3bd598ab86d785d935fa784fbf5663bb;hp=1ae0094fccc42f6dea386cb0d87b640a554a9440;hpb=c4109698590ac4e99e051eca6abe94dc97c302f7;p=lgpl%2Fargeo-commons.git diff --git a/sandbox/runtime/org.argeo.sandbox.jackrabbit/src/main/java/jcr/Base.java b/sandbox/runtime/org.argeo.sandbox.jackrabbit/src/main/java/jcr/Base.java index 1ae0094fc..cb8627417 100644 --- a/sandbox/runtime/org.argeo.sandbox.jackrabbit/src/main/java/jcr/Base.java +++ b/sandbox/runtime/org.argeo.sandbox.jackrabbit/src/main/java/jcr/Base.java @@ -1,10 +1,30 @@ -package jcr; +/* + * Copyright (C) 2010 Mathieu Baudier + * + * Licensed 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. + */ -import org.apache.jackrabbit.core.TransientRepository; +package jcr; -import javax.jcr.*; import java.io.IOException; +import javax.jcr.Repository; +import javax.jcr.RepositoryException; +import javax.jcr.Session; +import javax.jcr.SimpleCredentials; + +import org.apache.jackrabbit.core.TransientRepository; + public abstract class Base { public Repository getRepository() throws IOException { return new TransientRepository();