http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-2.1/pom.xml ---------------------------------------------------------------------- diff --git a/fop-2.1/pom.xml b/fop-2.1/pom.xml deleted file mode 100644 index 28ad566..0000000 --- a/fop-2.1/pom.xml +++ /dev/null @@ -1,153 +0,0 @@ -<?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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.fop</artifactId> - <version>2.1_2-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://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.apache.xmlgraphics</pkgGroupId> - <pkgArtifactId>fop</pkgArtifactId> - <pkgVersion>2.1</pkgVersion> - <servicemix.osgi.export.pkg> - org.apache.fop - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.crypto, - javax.crypto.spec, - javax.imageio;resolution:=optional, - javax.media.jai;resolution:=optional, - javax.servlet;resolution:=optional, - javax.servlet.http;resolution:=optional, - javax.swing*;resolution:=optional, - javax.xml.parsers, - javax.xml.transform, - javax.xml.transform.dom, - javax.xml.transform.sax, - javax.xml.transform.stream, - org.apache.avalon.framework;resolution:=optional, - org.apache.avalon.framework.configuration;resolution:=optional, - org.apache.batik*;resolution:=optional, - org.apache.commons.io, - org.apache.commons.io.filefilter, - org.apache.commons.io.output, - org.apache.commons.logging, - org.apache.commons.logging.impl, - org.apache.fontbox*;resolution:=optional, - org.apache.tools.ant*;resolution:=optional, - org.apache.xmlgraphics*, - org.w3c.dom, - org.w3c.dom.svg, - org.xml.sax, - org.xml.sax.ext, - org.xml.sax.helpers - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.apache.avalon.framework</groupId> - <artifactId>avalon-framework-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.avalon.framework</groupId> - <artifactId>avalon-framework-impl</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.avalon.framework</groupId> - <artifactId>avalon-framework-api</artifactId> - <version>4.3.1</version> - </dependency> - <dependency> - <groupId>org.apache.avalon.framework</groupId> - <artifactId>avalon-framework-impl</artifactId> - <version>4.3.1</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> - <includes> - <include>META-INF/services/**</include> - </includes> - </filter> - </filters> - <createDependencyReducedPom>true</createDependencyReducedPom> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project>
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-2.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/fop-2.1/src/main/resources/OSGI-INF/bundle.info b/fop-2.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fb0b637..0000000 --- a/fop-2.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,15 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an - output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the - resulting pages to a specified output. Output formats currently supported include PDF, PS, PCL, AFP, - XML (area tree representation), Print, AWT and PNG, and to a lesser extent, RTF and TXT. - The primary output target is PDF. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://xmlgraphics.apache.org/fop/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.15/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.15/pom.xml b/freemarker-2.3.15/pom.xml deleted file mode 100644 index 5434e3b..0000000 --- a/freemarker-2.3.15/pom.xml +++ /dev/null @@ -1,119 +0,0 @@ -<?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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.15_6-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.15</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.15/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.15/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.15/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.15/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.16/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.16/pom.xml b/freemarker-2.3.16/pom.xml deleted file mode 100644 index 1e53ab6..0000000 --- a/freemarker-2.3.16/pom.xml +++ /dev/null @@ -1,119 +0,0 @@ -<?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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.16_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.16</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.16/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.16/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.16/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.16/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.17/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.17/pom.xml b/freemarker-2.3.17/pom.xml deleted file mode 100644 index 2e5bfed..0000000 --- a/freemarker-2.3.17/pom.xml +++ /dev/null @@ -1,121 +0,0 @@ -<?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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.17_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.17</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.slf4j*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.17/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.17/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.17/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.17/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.18/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.18/pom.xml b/freemarker-2.3.18/pom.xml deleted file mode 100644 index 70440ac..0000000 --- a/freemarker-2.3.18/pom.xml +++ /dev/null @@ -1,121 +0,0 @@ -<?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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.18_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.18</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.slf4j*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.18/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.18/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.18/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.18/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.19/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.19/pom.xml b/freemarker-2.3.19/pom.xml deleted file mode 100644 index 1a11d2f..0000000 --- a/freemarker-2.3.19/pom.xml +++ /dev/null @@ -1,121 +0,0 @@ -<?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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.19_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.19</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.slf4j*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.19/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.19/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.19/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.19/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.20/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.20/pom.xml b/freemarker-2.3.20/pom.xml deleted file mode 100644 index 8120c2e..0000000 --- a/freemarker-2.3.20/pom.xml +++ /dev/null @@ -1,120 +0,0 @@ -<?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>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.20_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.20</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.slf4j*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.20/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.20/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.20/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.20/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.21/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.21/pom.xml b/freemarker-2.3.21/pom.xml deleted file mode 100644 index 2916b8f..0000000 --- a/freemarker-2.3.21/pom.xml +++ /dev/null @@ -1,120 +0,0 @@ -<?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>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.21_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.21</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.slf4j*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.21/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.21/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.21/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.21/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.22/pom.xml ---------------------------------------------------------------------- diff --git a/freemarker-2.3.22/pom.xml b/freemarker-2.3.22/pom.xml deleted file mode 100644 index 7a33d94..0000000 --- a/freemarker-2.3.22/pom.xml +++ /dev/null @@ -1,127 +0,0 @@ -<?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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.freemarker</artifactId> - <version>2.3.22_2-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://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.freemarker</pkgGroupId> - <pkgArtifactId>freemarker</pkgArtifactId> - <pkgVersion>2.3.22</pkgVersion> - <servicemix.osgi.export.pkg> - freemarker - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom*, - org.xml.sax*, - com.sun.org.apache*;resolution:=optional, - javax.el*;resolution:=optional;version="[1,2)", - javax.servlet*;resolution:=optional;version="[2.5,3)", - javax.swing*;resolution:=optional, - org.apache.log;resolution:=optional;version="[1.0.1,1.0.1]", - org.apache.log4j;resolution:=optional;version="[1.2,2)", - org.apache.tools.ant*;resolution:=optional;version="[1.7,2)", - org.apache.xml.utils;resolution:=optional;version="[2.7,3)", - org.apache.xpath*;resolution:=optional;version="[2.7,3)", - org.dom4j*;resolution:=optional;version="[1.6.1,2)", - org.jaxen*;resolution:=optional;version="[1.1.1,2)", - org.jdom*;resolution:=optional;version="[1,2)", - org.mozilla.javascript;resolution:=optional, - org.python*;resolution:=optional;version="[2.2.1,2.3)", - org.zeroturnaround.javarebel;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.slf4j*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/freemarker-2.3.22/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/freemarker-2.3.22/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.22/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 72043cc..0000000 --- a/freemarker-2.3.22/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,27 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to - autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. - It's not an application for end-users in itself, but something that programmers can embed into their - products. - - FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based - applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for - dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works - on what they are good at. Designers can change the appearance of a page without programmers having to - change or recompile code, because the application logic (Java programs) and page design (FreeMarker - templates) are separated. Templates do not become polluted with complex program fragments. This separation - is useful even for projects where the programmer and the HTML page author is the same person, since it helps - to keep the application clear and easily maintainable. - - Although FreeMarker has some programming capabilities, it is not a full-blown programming language like PHP. - Instead, Java programs prepare the data to be displayed (like issue SQL queries), and FreeMarker just - generates textual pages that display the prepared data using templates. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://freemarker.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.4.3/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.4.3/pom.xml b/gae-1.4.3/pom.xml deleted file mode 100644 index 670c8f6..0000000 --- a/gae-1.4.3/pom.xml +++ /dev/null @@ -1,133 +0,0 @@ -<?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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.gae</artifactId> - <version>1.4.3_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) 1.4.3 API jar files.</description> - - <properties> - <pkgGroupId>com.google.appengine</pkgGroupId> - <pkgVersion>1.4.3</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.4.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.4.3/src/main/resources/OSGI-INF/bundle.info b/gae-1.4.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.4.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.6.1.1/pom.xml ---------------------------------------------------------------------- diff --git a/gae-1.6.1.1/pom.xml b/gae-1.6.1.1/pom.xml deleted file mode 100644 index 2abfead..0000000 --- a/gae-1.6.1.1/pom.xml +++ /dev/null @@ -1,133 +0,0 @@ -<?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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.gae</artifactId> - <version>1.6.1.1_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: Google App Engine (GAE)</name> - <description>This bundle wraps Google App Engine (GAE) 1.6.1.1 API jar files.</description> - - <properties> - <pkgGroupId>com.google.appengine</pkgGroupId> - <pkgVersion>1.6.1.1</pkgVersion> - <servicemix.osgi.export> - com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, - com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.google.appengine.repackaged*, - com.google.protos*, - com.google.storage*, - javax.mail*, - javax.activation*, - org.apache.geronimo.mail* - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-1.0-sdk</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>appengine-api-labs</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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}:appengine-api-1.0-sdk</include> - <include>${pkgGroupId}:appengine-api-labs</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:appengine-api-1.0-sdk</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:appengine-api-labs</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/gae-1.6.1.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gae-1.6.1.1/src/main/resources/OSGI-INF/bundle.info b/gae-1.6.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index fe49f05..0000000 --- a/gae-1.6.1.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Google App Engine enables you to build and host web apps on the same systems that power Google applications. - App Engine offers fast development and deployment; simple administration, with no need to worry about hardware, - patches or backups; and effortless scalability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/appengine/\u001B[0m
