Draft mod file for infinispan; fix file license header; add to submodule build

Conflicts:
	jetty-infinispan/pom.xml
This commit is contained in:
Jan Bartel 2015-04-02 12:21:58 +11:00
parent 7375ba2cc3
commit e8950219f9
3 changed files with 34 additions and 6 deletions

View File

@ -73,11 +73,11 @@
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
<version>${infinispan.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,9 @@
#
# Jetty Infinispan module
#
[depend]
webapp
[lib]
lib/jetty-infinispan-${jetty.version}.jar

View File

@ -1,3 +1,22 @@
//
// ========================================================================
// Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
//
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.server.session;
import org.eclipse.jetty.server.SessionIdManager;