You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2020/10/08 06:45:26 UTC

[freemarker] branch 2.3-gae updated: OSGI: Allow FreeMarker being imported to modular Java projects (Fix #FREEMARKER-159) (#70)

This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new b145a00  OSGI: Allow FreeMarker being imported to modular Java projects (Fix #FREEMARKER-159) (#70)
b145a00 is described below

commit b145a00ea2257722eca23a37f0849dc2fe102e31
Author: TrackerSB <ju...@web.de>
AuthorDate: Thu Oct 8 08:45:19 2020 +0200

    OSGI: Allow FreeMarker being imported to modular Java projects (Fix #FREEMARKER-159) (#70)
    
    OSGI: Allow FreeMarker being imported to modular Java projects
---
 osgi.bnd | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/osgi.bnd b/osgi.bnd
index 53be782..3cf11c1 100644
--- a/osgi.bnd
+++ b/osgi.bnd
@@ -5,9 +5,9 @@
 # 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
@@ -63,3 +63,4 @@ Specification-Vendor: freemarker.org
 Implementation-Title: FreeMarker
 Implementation-Version: ${versionForMf}
 Implementation-Vendor: freemarker.org
+Automatic-Module-Name: freemarker