You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2020/11/26 08:23:22 UTC

[servicemix-bundles] branch master updated (119c221 -> 7021e95)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git.


    from 119c221  [SM-4585] Added Docker Java 3.2.6 bundle to POM
     new 3d53f45  [SM-4586] Create OSGi bundle for Mustache compiler 0.9.7
     new 7021e95  [SM-4586] Create OSGi bundle for Mustache compiler 0.9.7, added to modules

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {mustache-compiler-0.9.6 => mustache-compiler-0.9.7}/pom.xml        | 6 +++---
 .../src/main/resources/OSGI-INF/bundle.info                         | 0
 pom.xml                                                             | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
 copy {mustache-compiler-0.9.6 => mustache-compiler-0.9.7}/pom.xml (96%)
 copy {mustache-compiler-0.9.6 => mustache-compiler-0.9.7}/src/main/resources/OSGI-INF/bundle.info (100%)


[servicemix-bundles] 02/02: [SM-4586] Create OSGi bundle for Mustache compiler 0.9.7, added to modules

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git

commit 7021e952cbfe719c64abd2e3ca77b8c69142c391
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 26 09:22:55 2020 +0100

    [SM-4586] Create OSGi bundle for Mustache compiler 0.9.7, added to modules
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 740dfc8..98ac0ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
       <module>xstream-1.4.14</module>
       <module>fop-2.5</module>
       <module>docker-java-3.2.6</module>
+      <module>mustache-compiler-0.9.7</module>
     </modules>
 
 </project>


[servicemix-bundles] 01/02: [SM-4586] Create OSGi bundle for Mustache compiler 0.9.7

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git

commit 3d53f45192436f6a50a213b217ccad0cb85675ad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 26 09:21:53 2020 +0100

    [SM-4586] Create OSGi bundle for Mustache compiler 0.9.7
---
 mustache-compiler-0.9.7/pom.xml                    | 105 +++++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  15 +++
 2 files changed, 120 insertions(+)

diff --git a/mustache-compiler-0.9.7/pom.xml b/mustache-compiler-0.9.7/pom.xml
new file mode 100644
index 0000000..f152ca5
--- /dev/null
+++ b/mustache-compiler-0.9.7/pom.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>14</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.mustache-compiler</artifactId>
+    <version>0.9.7_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>com.github.spullara.mustache.java</pkgGroupId>
+        <pkgArtifactId>compiler</pkgArtifactId>
+        <pkgVersion>0.9.7</pkgVersion>
+        <servicemix.osgi.export>
+            com.github.mustachejava*;version=0.9.7;-split-package:=merge-first
+        </servicemix.osgi.export>
+        <servicemix.osgi.import.pkg>
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/mustache-compiler-0.9.7/src/main/resources/OSGI-INF/bundle.info b/mustache-compiler-0.9.7/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..4c59c10
--- /dev/null
+++ b/mustache-compiler-0.9.7/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,15 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Mustache can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values 
+    provided in a hash or object.
+
+    We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some 
+    tags are replaced with a value, some nothing, and others a series of values.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://mustache.github.io/\u001B[0m