You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2012/12/07 11:34:21 UTC

svn commit: r1418262 - /openejb/trunk/openejb/Makefile

Author: jlmonteiro
Date: Fri Dec  7 10:34:20 2012
New Revision: 1418262

URL: http://svn.apache.org/viewvc?rev=1418262&view=rev
Log:
Adding missing ASL headers

Modified:
    openejb/trunk/openejb/Makefile

Modified: openejb/trunk/openejb/Makefile
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/Makefile?rev=1418262&r1=1418261&r2=1418262&view=diff
==============================================================================
--- openejb/trunk/openejb/Makefile (original)
+++ openejb/trunk/openejb/Makefile Fri Dec  7 10:34:20 2012
@@ -1,6 +1,21 @@
+# 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.
+
 # This file is used during development only.
 # It has just some handy shortcuts.
-TOMEE_VERSION=1.5.1-SNAPSHOT
+TOMEE_VERSION=1.5.1
 TOMCAT_ZIP_NAME=apache-tomcat-7.0.33
 TOMCAT_ZIP=tomee/apache-tomcat/target/$(TOMCAT_ZIP_NAME)-SNAPSHOT.zip
 TOMEEPLUS_WAR=tomee/tomee-plus-webapp/target/tomee-plus-webapp-$(TOMEE_VERSION).war