commit fab7c4353d6a7a859f329dd93e0b1aff4618c0da Author: Eyck Jentzsch Date: Wed Jan 13 08:16:04 2021 +0100 initial checkin diff --git a/.project b/.project new file mode 100644 index 0000000..6d07208 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + com.minres.bundlepool.parent + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/com.minres.bundlepool.feature/.gitignore b/com.minres.bundlepool.feature/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/com.minres.bundlepool.feature/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/com.minres.bundlepool.feature/.project b/com.minres.bundlepool.feature/.project new file mode 100644 index 0000000..a313616 --- /dev/null +++ b/com.minres.bundlepool.feature/.project @@ -0,0 +1,17 @@ + + + com.minres.bundlepool.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/com.minres.bundlepool.feature/build.properties b/com.minres.bundlepool.feature/build.properties new file mode 100644 index 0000000..64f93a9 --- /dev/null +++ b/com.minres.bundlepool.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/com.minres.bundlepool.feature/feature.xml b/com.minres.bundlepool.feature/feature.xml new file mode 100644 index 0000000..767b62f --- /dev/null +++ b/com.minres.bundlepool.feature/feature.xml @@ -0,0 +1,23 @@ + + + + + External Libaries used in projects + + + + EPL-1 + + + + + diff --git a/com.minres.bundlepool.feature/pom.xml b/com.minres.bundlepool.feature/pom.xml new file mode 100644 index 0000000..fe36146 --- /dev/null +++ b/com.minres.bundlepool.feature/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + com.minres.bundlepool.feature + eclipse-feature + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + diff --git a/com.minres.bundlepool.updateSite/.gitignore b/com.minres.bundlepool.updateSite/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/com.minres.bundlepool.updateSite/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/com.minres.bundlepool.updateSite/.project b/com.minres.bundlepool.updateSite/.project new file mode 100644 index 0000000..2f3bd3b --- /dev/null +++ b/com.minres.bundlepool.updateSite/.project @@ -0,0 +1,17 @@ + + + com.minres.bundlepool.updateSite + + + + + + org.eclipse.pde.UpdateSiteBuilder + + + + + + org.eclipse.pde.UpdateSiteNature + + diff --git a/com.minres.bundlepool.updateSite/category.xml b/com.minres.bundlepool.updateSite/category.xml new file mode 100644 index 0000000..e3448c4 --- /dev/null +++ b/com.minres.bundlepool.updateSite/category.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/com.minres.bundlepool.updateSite/pom.xml b/com.minres.bundlepool.updateSite/pom.xml new file mode 100644 index 0000000..7ee438b --- /dev/null +++ b/com.minres.bundlepool.updateSite/pom.xml @@ -0,0 +1,89 @@ + + 4.0.0 + com.minres.bundlepool.updateSite + eclipse-repository + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + ${project.artifactId}-${qualifiedVersion} + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + parse-version + + parse-version + + + + + + + + + + release-composite + + false + + + + + com.carrotgarden.maven + bintray-maven-plugin + 1.5.20191113165555 + + false + + minres + + eclipse + + BundlePool + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion} + + true + + https://git.minres.com/VP-Tools/SCViewer.git + EPL-1.0 + + ${project.build.directory}/repository + + SCViewer/${parsedVersion.majorVersion}.${parsedVersion.minorVersion} + + bintray-minres-deploy + + + + + package + + upload + + + + + + + + + + \ No newline at end of file diff --git a/groovy-templates/.classpath b/groovy-templates/.classpath new file mode 100644 index 0000000..9d49012 --- /dev/null +++ b/groovy-templates/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/groovy-templates/.project b/groovy-templates/.project new file mode 100644 index 0000000..5c258e4 --- /dev/null +++ b/groovy-templates/.project @@ -0,0 +1,28 @@ + + + groovy-templates + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/groovy-templates/.settings/org.eclipse.jdt.core.prefs b/groovy-templates/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..c9545f0 --- /dev/null +++ b/groovy-templates/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/groovy-templates/META-INF/INDEX.LIST b/groovy-templates/META-INF/INDEX.LIST new file mode 100644 index 0000000..48b9674 --- /dev/null +++ b/groovy-templates/META-INF/INDEX.LIST @@ -0,0 +1,7 @@ +JarIndex-Version: 1.0 + +groovy-templates-3.0.7.jar +groovy +groovy/text +groovy/text/markup + diff --git a/groovy-templates/META-INF/LICENSE b/groovy-templates/META-INF/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/groovy-templates/META-INF/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. diff --git a/groovy-templates/META-INF/MANIFEST.MF b/groovy-templates/META-INF/MANIFEST.MF new file mode 100644 index 0000000..c112439 --- /dev/null +++ b/groovy-templates/META-INF/MANIFEST.MF @@ -0,0 +1,23 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version + ="3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=reexport + diff --git a/groovy-templates/META-INF/NOTICE b/groovy-templates/META-INF/NOTICE new file mode 100644 index 0000000..b22c377 --- /dev/null +++ b/groovy-templates/META-INF/NOTICE @@ -0,0 +1,5 @@ +Apache Groovy +Copyright 2003-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/groovy-templates/META-INF/groovy-release-info.properties b/groovy-templates/META-INF/groovy-release-info.properties new file mode 100644 index 0000000..1040aa1 --- /dev/null +++ b/groovy-templates/META-INF/groovy-release-info.properties @@ -0,0 +1,23 @@ +# +# 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. +# + +ImplementationVersion=3.0.7 +BundleVersion=3.0.7 +BuildDate=30-Nov.-2020 +BuildTime=04:15 pm diff --git a/groovy-templates/build.properties b/groovy-templates/build.properties new file mode 100644 index 0000000..998befe --- /dev/null +++ b/groovy-templates/build.properties @@ -0,0 +1,4 @@ +source.. = . +output.. = . +bin.includes = META-INF/,\ + groovy/ diff --git a/groovy-templates/groovy/text/GStringTemplateEngine$GStringTemplate.class b/groovy-templates/groovy/text/GStringTemplateEngine$GStringTemplate.class new file mode 100644 index 0000000..039b64a Binary files /dev/null and b/groovy-templates/groovy/text/GStringTemplateEngine$GStringTemplate.class differ diff --git a/groovy-templates/groovy/text/GStringTemplateEngine.class b/groovy-templates/groovy/text/GStringTemplateEngine.class new file mode 100644 index 0000000..1a4a377 Binary files /dev/null and b/groovy-templates/groovy/text/GStringTemplateEngine.class differ diff --git a/groovy-templates/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class b/groovy-templates/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class new file mode 100644 index 0000000..3f6fe72 Binary files /dev/null and b/groovy-templates/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class differ diff --git a/groovy-templates/groovy/text/SimpleTemplateEngine$SimpleTemplate.class b/groovy-templates/groovy/text/SimpleTemplateEngine$SimpleTemplate.class new file mode 100644 index 0000000..93c0633 Binary files /dev/null and b/groovy-templates/groovy/text/SimpleTemplateEngine$SimpleTemplate.class differ diff --git a/groovy-templates/groovy/text/SimpleTemplateEngine.class b/groovy-templates/groovy/text/SimpleTemplateEngine.class new file mode 100644 index 0000000..5f5fd26 Binary files /dev/null and b/groovy-templates/groovy/text/SimpleTemplateEngine.class differ diff --git a/groovy-templates/groovy/text/StreamingTemplateEngine$1.class b/groovy-templates/groovy/text/StreamingTemplateEngine$1.class new file mode 100644 index 0000000..82cb9d4 Binary files /dev/null and b/groovy-templates/groovy/text/StreamingTemplateEngine$1.class differ diff --git a/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class new file mode 100644 index 0000000..d9aef78 Binary files /dev/null and b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class differ diff --git a/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class new file mode 100644 index 0000000..77f94e4 Binary files /dev/null and b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class differ diff --git a/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class new file mode 100644 index 0000000..1ef1035 Binary files /dev/null and b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class differ diff --git a/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate.class b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate.class new file mode 100644 index 0000000..d4f259b Binary files /dev/null and b/groovy-templates/groovy/text/StreamingTemplateEngine$StreamingTemplate.class differ diff --git a/groovy-templates/groovy/text/StreamingTemplateEngine.class b/groovy-templates/groovy/text/StreamingTemplateEngine.class new file mode 100644 index 0000000..55397db Binary files /dev/null and b/groovy-templates/groovy/text/StreamingTemplateEngine.class differ diff --git a/groovy-templates/groovy/text/Template.class b/groovy-templates/groovy/text/Template.class new file mode 100644 index 0000000..566dd8b Binary files /dev/null and b/groovy-templates/groovy/text/Template.class differ diff --git a/groovy-templates/groovy/text/TemplateEngine.class b/groovy-templates/groovy/text/TemplateEngine.class new file mode 100644 index 0000000..08c4d11 Binary files /dev/null and b/groovy-templates/groovy/text/TemplateEngine.class differ diff --git a/groovy-templates/groovy/text/TemplateExecutionException.class b/groovy-templates/groovy/text/TemplateExecutionException.class new file mode 100644 index 0000000..cba8d51 Binary files /dev/null and b/groovy-templates/groovy/text/TemplateExecutionException.class differ diff --git a/groovy-templates/groovy/text/TemplateParseException.class b/groovy-templates/groovy/text/TemplateParseException.class new file mode 100644 index 0000000..5241c18 Binary files /dev/null and b/groovy-templates/groovy/text/TemplateParseException.class differ diff --git a/groovy-templates/groovy/text/XmlTemplateEngine$GspPrinter.class b/groovy-templates/groovy/text/XmlTemplateEngine$GspPrinter.class new file mode 100644 index 0000000..386cbe6 Binary files /dev/null and b/groovy-templates/groovy/text/XmlTemplateEngine$GspPrinter.class differ diff --git a/groovy-templates/groovy/text/XmlTemplateEngine$XmlTemplate.class b/groovy-templates/groovy/text/XmlTemplateEngine$XmlTemplate.class new file mode 100644 index 0000000..72011b3 Binary files /dev/null and b/groovy-templates/groovy/text/XmlTemplateEngine$XmlTemplate.class differ diff --git a/groovy-templates/groovy/text/XmlTemplateEngine$XmlWritable.class b/groovy-templates/groovy/text/XmlTemplateEngine$XmlWritable.class new file mode 100644 index 0000000..d8c228c Binary files /dev/null and b/groovy-templates/groovy/text/XmlTemplateEngine$XmlWritable.class differ diff --git a/groovy-templates/groovy/text/XmlTemplateEngine.class b/groovy-templates/groovy/text/XmlTemplateEngine.class new file mode 100644 index 0000000..81f6b02 Binary files /dev/null and b/groovy-templates/groovy/text/XmlTemplateEngine.class differ diff --git a/groovy-templates/groovy/text/markup/AutoNewLineTransformer.class b/groovy-templates/groovy/text/markup/AutoNewLineTransformer.class new file mode 100644 index 0000000..df8fb41 Binary files /dev/null and b/groovy-templates/groovy/text/markup/AutoNewLineTransformer.class differ diff --git a/groovy-templates/groovy/text/markup/BaseTemplate$1.class b/groovy-templates/groovy/text/markup/BaseTemplate$1.class new file mode 100644 index 0000000..8bfd5c7 Binary files /dev/null and b/groovy-templates/groovy/text/markup/BaseTemplate$1.class differ diff --git a/groovy-templates/groovy/text/markup/BaseTemplate$TagData.class b/groovy-templates/groovy/text/markup/BaseTemplate$TagData.class new file mode 100644 index 0000000..09f0fa8 Binary files /dev/null and b/groovy-templates/groovy/text/markup/BaseTemplate$TagData.class differ diff --git a/groovy-templates/groovy/text/markup/BaseTemplate.class b/groovy-templates/groovy/text/markup/BaseTemplate.class new file mode 100644 index 0000000..d6d0810 Binary files /dev/null and b/groovy-templates/groovy/text/markup/BaseTemplate.class differ diff --git a/groovy-templates/groovy/text/markup/DelegatingIndentWriter.class b/groovy-templates/groovy/text/markup/DelegatingIndentWriter.class new file mode 100644 index 0000000..5839bd3 Binary files /dev/null and b/groovy-templates/groovy/text/markup/DelegatingIndentWriter.class differ diff --git a/groovy-templates/groovy/text/markup/IncludeType.class b/groovy-templates/groovy/text/markup/IncludeType.class new file mode 100644 index 0000000..357cd0f Binary files /dev/null and b/groovy-templates/groovy/text/markup/IncludeType.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupBuilderCodeTransformer.class b/groovy-templates/groovy/text/markup/MarkupBuilderCodeTransformer.class new file mode 100644 index 0000000..02d6e44 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupBuilderCodeTransformer.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine$1.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$1.class new file mode 100644 index 0000000..03a6620 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$1.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine$2.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$2.class new file mode 100644 index 0000000..9476c35 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$2.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class new file mode 100644 index 0000000..30164eb Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class new file mode 100644 index 0000000..d4ae3d1 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class new file mode 100644 index 0000000..15d6c5a Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class new file mode 100644 index 0000000..5fe519a Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class new file mode 100644 index 0000000..ac6bafb Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateEngine.class b/groovy-templates/groovy/text/markup/MarkupTemplateEngine.class new file mode 100644 index 0000000..36ec4c7 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateEngine.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class new file mode 100644 index 0000000..23e903a Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class new file mode 100644 index 0000000..9e5f2b1 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class new file mode 100644 index 0000000..e6ad061 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class new file mode 100644 index 0000000..0c63490 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class new file mode 100644 index 0000000..4786c95 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class new file mode 100644 index 0000000..f296b3a Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class new file mode 100644 index 0000000..76dbf50 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class new file mode 100644 index 0000000..89457b1 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class new file mode 100644 index 0000000..3cf8da7 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class new file mode 100644 index 0000000..53a35b0 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class new file mode 100644 index 0000000..8291b37 Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class differ diff --git a/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class new file mode 100644 index 0000000..275224e Binary files /dev/null and b/groovy-templates/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class differ diff --git a/groovy-templates/groovy/text/markup/TagLibAdapter.class b/groovy-templates/groovy/text/markup/TagLibAdapter.class new file mode 100644 index 0000000..7e99785 Binary files /dev/null and b/groovy-templates/groovy/text/markup/TagLibAdapter.class differ diff --git a/groovy-templates/groovy/text/markup/TemplateASTTransformer.class b/groovy-templates/groovy/text/markup/TemplateASTTransformer.class new file mode 100644 index 0000000..ce25ce0 Binary files /dev/null and b/groovy-templates/groovy/text/markup/TemplateASTTransformer.class differ diff --git a/groovy-templates/groovy/text/markup/TemplateConfiguration.class b/groovy-templates/groovy/text/markup/TemplateConfiguration.class new file mode 100644 index 0000000..1ea4fce Binary files /dev/null and b/groovy-templates/groovy/text/markup/TemplateConfiguration.class differ diff --git a/groovy-templates/groovy/text/markup/TemplateResolver.class b/groovy-templates/groovy/text/markup/TemplateResolver.class new file mode 100644 index 0000000..b7470a9 Binary files /dev/null and b/groovy-templates/groovy/text/markup/TemplateResolver.class differ diff --git a/groovy-templates/pom.xml b/groovy-templates/pom.xml new file mode 100755 index 0000000..dd493c9 --- /dev/null +++ b/groovy-templates/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + groovy-templates + 3.0.7 + eclipse-plugin + + diff --git a/groovy-templates/target/MANIFEST.MF b/groovy-templates/target/MANIFEST.MF new file mode 100644 index 0000000..14d09b6 --- /dev/null +++ b/groovy-templates/target/MANIFEST.MF @@ -0,0 +1,24 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version=" + 3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=r + eexport + diff --git a/groovy-templates/target/classes/.classpath b/groovy-templates/target/classes/.classpath new file mode 100644 index 0000000..9d49012 --- /dev/null +++ b/groovy-templates/target/classes/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/groovy-templates/target/classes/.project b/groovy-templates/target/classes/.project new file mode 100644 index 0000000..5c258e4 --- /dev/null +++ b/groovy-templates/target/classes/.project @@ -0,0 +1,28 @@ + + + groovy-templates + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/groovy-templates/target/classes/.settings/org.eclipse.jdt.core.prefs b/groovy-templates/target/classes/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..c9545f0 --- /dev/null +++ b/groovy-templates/target/classes/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/groovy-templates/target/classes/META-INF/INDEX.LIST b/groovy-templates/target/classes/META-INF/INDEX.LIST new file mode 100644 index 0000000..48b9674 --- /dev/null +++ b/groovy-templates/target/classes/META-INF/INDEX.LIST @@ -0,0 +1,7 @@ +JarIndex-Version: 1.0 + +groovy-templates-3.0.7.jar +groovy +groovy/text +groovy/text/markup + diff --git a/groovy-templates/target/classes/META-INF/LICENSE b/groovy-templates/target/classes/META-INF/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/groovy-templates/target/classes/META-INF/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. diff --git a/groovy-templates/target/classes/META-INF/MANIFEST.MF b/groovy-templates/target/classes/META-INF/MANIFEST.MF new file mode 100644 index 0000000..c112439 --- /dev/null +++ b/groovy-templates/target/classes/META-INF/MANIFEST.MF @@ -0,0 +1,23 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version + ="3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=reexport + diff --git a/groovy-templates/target/classes/META-INF/NOTICE b/groovy-templates/target/classes/META-INF/NOTICE new file mode 100644 index 0000000..b22c377 --- /dev/null +++ b/groovy-templates/target/classes/META-INF/NOTICE @@ -0,0 +1,5 @@ +Apache Groovy +Copyright 2003-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/groovy-templates/target/classes/META-INF/groovy-release-info.properties b/groovy-templates/target/classes/META-INF/groovy-release-info.properties new file mode 100644 index 0000000..1040aa1 --- /dev/null +++ b/groovy-templates/target/classes/META-INF/groovy-release-info.properties @@ -0,0 +1,23 @@ +# +# 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. +# + +ImplementationVersion=3.0.7 +BundleVersion=3.0.7 +BuildDate=30-Nov.-2020 +BuildTime=04:15 pm diff --git a/groovy-templates/target/classes/build.properties b/groovy-templates/target/classes/build.properties new file mode 100644 index 0000000..998befe --- /dev/null +++ b/groovy-templates/target/classes/build.properties @@ -0,0 +1,4 @@ +source.. = . +output.. = . +bin.includes = META-INF/,\ + groovy/ diff --git a/groovy-templates/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class b/groovy-templates/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class new file mode 100644 index 0000000..039b64a Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class differ diff --git a/groovy-templates/target/classes/groovy/text/GStringTemplateEngine.class b/groovy-templates/target/classes/groovy/text/GStringTemplateEngine.class new file mode 100644 index 0000000..1a4a377 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/GStringTemplateEngine.class differ diff --git a/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class b/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class new file mode 100644 index 0000000..3f6fe72 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class differ diff --git a/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class b/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class new file mode 100644 index 0000000..93c0633 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class differ diff --git a/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine.class b/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine.class new file mode 100644 index 0000000..5f5fd26 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/SimpleTemplateEngine.class differ diff --git a/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$1.class b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$1.class new file mode 100644 index 0000000..82cb9d4 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class new file mode 100644 index 0000000..d9aef78 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class differ diff --git a/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class new file mode 100644 index 0000000..77f94e4 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class differ diff --git a/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class new file mode 100644 index 0000000..1ef1035 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class differ diff --git a/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class new file mode 100644 index 0000000..d4f259b Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class differ diff --git a/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine.class b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine.class new file mode 100644 index 0000000..55397db Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/StreamingTemplateEngine.class differ diff --git a/groovy-templates/target/classes/groovy/text/Template.class b/groovy-templates/target/classes/groovy/text/Template.class new file mode 100644 index 0000000..566dd8b Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/Template.class differ diff --git a/groovy-templates/target/classes/groovy/text/TemplateEngine.class b/groovy-templates/target/classes/groovy/text/TemplateEngine.class new file mode 100644 index 0000000..08c4d11 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/TemplateEngine.class differ diff --git a/groovy-templates/target/classes/groovy/text/TemplateExecutionException.class b/groovy-templates/target/classes/groovy/text/TemplateExecutionException.class new file mode 100644 index 0000000..cba8d51 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/TemplateExecutionException.class differ diff --git a/groovy-templates/target/classes/groovy/text/TemplateParseException.class b/groovy-templates/target/classes/groovy/text/TemplateParseException.class new file mode 100644 index 0000000..5241c18 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/TemplateParseException.class differ diff --git a/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class new file mode 100644 index 0000000..386cbe6 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class differ diff --git a/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class new file mode 100644 index 0000000..72011b3 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class differ diff --git a/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class new file mode 100644 index 0000000..d8c228c Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class differ diff --git a/groovy-templates/target/classes/groovy/text/XmlTemplateEngine.class b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine.class new file mode 100644 index 0000000..81f6b02 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/XmlTemplateEngine.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/AutoNewLineTransformer.class b/groovy-templates/target/classes/groovy/text/markup/AutoNewLineTransformer.class new file mode 100644 index 0000000..df8fb41 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/AutoNewLineTransformer.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/BaseTemplate$1.class b/groovy-templates/target/classes/groovy/text/markup/BaseTemplate$1.class new file mode 100644 index 0000000..8bfd5c7 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/BaseTemplate$1.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/BaseTemplate$TagData.class b/groovy-templates/target/classes/groovy/text/markup/BaseTemplate$TagData.class new file mode 100644 index 0000000..09f0fa8 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/BaseTemplate$TagData.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/BaseTemplate.class b/groovy-templates/target/classes/groovy/text/markup/BaseTemplate.class new file mode 100644 index 0000000..d6d0810 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/BaseTemplate.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/DelegatingIndentWriter.class b/groovy-templates/target/classes/groovy/text/markup/DelegatingIndentWriter.class new file mode 100644 index 0000000..5839bd3 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/DelegatingIndentWriter.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/IncludeType.class b/groovy-templates/target/classes/groovy/text/markup/IncludeType.class new file mode 100644 index 0000000..357cd0f Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/IncludeType.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class b/groovy-templates/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class new file mode 100644 index 0000000..02d6e44 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class new file mode 100644 index 0000000..03a6620 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class new file mode 100644 index 0000000..9476c35 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class new file mode 100644 index 0000000..30164eb Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class new file mode 100644 index 0000000..d4ae3d1 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class new file mode 100644 index 0000000..15d6c5a Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class new file mode 100644 index 0000000..5fe519a Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class new file mode 100644 index 0000000..ac6bafb Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine.class new file mode 100644 index 0000000..36ec4c7 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateEngine.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class new file mode 100644 index 0000000..23e903a Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class new file mode 100644 index 0000000..9e5f2b1 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class new file mode 100644 index 0000000..e6ad061 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class new file mode 100644 index 0000000..0c63490 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class new file mode 100644 index 0000000..4786c95 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class new file mode 100644 index 0000000..f296b3a Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class new file mode 100644 index 0000000..76dbf50 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class new file mode 100644 index 0000000..89457b1 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class new file mode 100644 index 0000000..3cf8da7 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class new file mode 100644 index 0000000..53a35b0 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class new file mode 100644 index 0000000..8291b37 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class new file mode 100644 index 0000000..275224e Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/TagLibAdapter.class b/groovy-templates/target/classes/groovy/text/markup/TagLibAdapter.class new file mode 100644 index 0000000..7e99785 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/TagLibAdapter.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/TemplateASTTransformer.class b/groovy-templates/target/classes/groovy/text/markup/TemplateASTTransformer.class new file mode 100644 index 0000000..ce25ce0 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/TemplateASTTransformer.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/TemplateConfiguration.class b/groovy-templates/target/classes/groovy/text/markup/TemplateConfiguration.class new file mode 100644 index 0000000..1ea4fce Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/TemplateConfiguration.class differ diff --git a/groovy-templates/target/classes/groovy/text/markup/TemplateResolver.class b/groovy-templates/target/classes/groovy/text/markup/TemplateResolver.class new file mode 100644 index 0000000..b7470a9 Binary files /dev/null and b/groovy-templates/target/classes/groovy/text/markup/TemplateResolver.class differ diff --git a/groovy-templates/target/classes/pom.xml b/groovy-templates/target/classes/pom.xml new file mode 100755 index 0000000..dd493c9 --- /dev/null +++ b/groovy-templates/target/classes/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + groovy-templates + 3.0.7 + eclipse-plugin + + diff --git a/groovy-templates/target/classes/target/MANIFEST.MF b/groovy-templates/target/classes/target/MANIFEST.MF new file mode 100644 index 0000000..14d09b6 --- /dev/null +++ b/groovy-templates/target/classes/target/MANIFEST.MF @@ -0,0 +1,24 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version=" + 3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=r + eexport + diff --git a/groovy-templates/target/classes/target/classes/.classpath b/groovy-templates/target/classes/target/classes/.classpath new file mode 100644 index 0000000..9d49012 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/groovy-templates/target/classes/target/classes/.project b/groovy-templates/target/classes/target/classes/.project new file mode 100644 index 0000000..5c258e4 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/.project @@ -0,0 +1,28 @@ + + + groovy-templates + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/groovy-templates/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs b/groovy-templates/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..c9545f0 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/groovy-templates/target/classes/target/classes/META-INF/INDEX.LIST b/groovy-templates/target/classes/target/classes/META-INF/INDEX.LIST new file mode 100644 index 0000000..48b9674 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/META-INF/INDEX.LIST @@ -0,0 +1,7 @@ +JarIndex-Version: 1.0 + +groovy-templates-3.0.7.jar +groovy +groovy/text +groovy/text/markup + diff --git a/groovy-templates/target/classes/target/classes/META-INF/LICENSE b/groovy-templates/target/classes/target/classes/META-INF/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/META-INF/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. diff --git a/groovy-templates/target/classes/target/classes/META-INF/MANIFEST.MF b/groovy-templates/target/classes/target/classes/META-INF/MANIFEST.MF new file mode 100644 index 0000000..c112439 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/META-INF/MANIFEST.MF @@ -0,0 +1,23 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version + ="3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=reexport + diff --git a/groovy-templates/target/classes/target/classes/META-INF/NOTICE b/groovy-templates/target/classes/target/classes/META-INF/NOTICE new file mode 100644 index 0000000..b22c377 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/META-INF/NOTICE @@ -0,0 +1,5 @@ +Apache Groovy +Copyright 2003-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/groovy-templates/target/classes/target/classes/META-INF/groovy-release-info.properties b/groovy-templates/target/classes/target/classes/META-INF/groovy-release-info.properties new file mode 100644 index 0000000..1040aa1 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/META-INF/groovy-release-info.properties @@ -0,0 +1,23 @@ +# +# 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. +# + +ImplementationVersion=3.0.7 +BundleVersion=3.0.7 +BuildDate=30-Nov.-2020 +BuildTime=04:15 pm diff --git a/groovy-templates/target/classes/target/classes/build.properties b/groovy-templates/target/classes/target/classes/build.properties new file mode 100644 index 0000000..998befe --- /dev/null +++ b/groovy-templates/target/classes/target/classes/build.properties @@ -0,0 +1,4 @@ +source.. = . +output.. = . +bin.includes = META-INF/,\ + groovy/ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class b/groovy-templates/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class new file mode 100644 index 0000000..039b64a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/GStringTemplateEngine.class b/groovy-templates/target/classes/target/classes/groovy/text/GStringTemplateEngine.class new file mode 100644 index 0000000..1a4a377 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/GStringTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class b/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class new file mode 100644 index 0000000..3f6fe72 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class b/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class new file mode 100644 index 0000000..93c0633 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class b/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class new file mode 100644 index 0000000..5f5fd26 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class new file mode 100644 index 0000000..82cb9d4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class new file mode 100644 index 0000000..d9aef78 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class new file mode 100644 index 0000000..77f94e4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class new file mode 100644 index 0000000..1ef1035 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class new file mode 100644 index 0000000..d4f259b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class new file mode 100644 index 0000000..55397db Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/Template.class b/groovy-templates/target/classes/target/classes/groovy/text/Template.class new file mode 100644 index 0000000..566dd8b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/Template.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/TemplateEngine.class b/groovy-templates/target/classes/target/classes/groovy/text/TemplateEngine.class new file mode 100644 index 0000000..08c4d11 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/TemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/TemplateExecutionException.class b/groovy-templates/target/classes/target/classes/groovy/text/TemplateExecutionException.class new file mode 100644 index 0000000..cba8d51 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/TemplateExecutionException.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/TemplateParseException.class b/groovy-templates/target/classes/target/classes/groovy/text/TemplateParseException.class new file mode 100644 index 0000000..5241c18 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/TemplateParseException.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class new file mode 100644 index 0000000..386cbe6 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class new file mode 100644 index 0000000..72011b3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class new file mode 100644 index 0000000..d8c228c Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine.class b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine.class new file mode 100644 index 0000000..81f6b02 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/XmlTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class new file mode 100644 index 0000000..df8fb41 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class new file mode 100644 index 0000000..8bfd5c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class new file mode 100644 index 0000000..09f0fa8 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate.class new file mode 100644 index 0000000..d6d0810 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/BaseTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class new file mode 100644 index 0000000..5839bd3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/IncludeType.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/IncludeType.class new file mode 100644 index 0000000..357cd0f Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/IncludeType.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class new file mode 100644 index 0000000..02d6e44 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class new file mode 100644 index 0000000..03a6620 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class new file mode 100644 index 0000000..9476c35 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class new file mode 100644 index 0000000..30164eb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class new file mode 100644 index 0000000..d4ae3d1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class new file mode 100644 index 0000000..15d6c5a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class new file mode 100644 index 0000000..5fe519a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class new file mode 100644 index 0000000..ac6bafb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class new file mode 100644 index 0000000..36ec4c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class new file mode 100644 index 0000000..23e903a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class new file mode 100644 index 0000000..9e5f2b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class new file mode 100644 index 0000000..e6ad061 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class new file mode 100644 index 0000000..0c63490 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class new file mode 100644 index 0000000..4786c95 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class new file mode 100644 index 0000000..f296b3a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class new file mode 100644 index 0000000..76dbf50 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class new file mode 100644 index 0000000..89457b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class new file mode 100644 index 0000000..3cf8da7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class new file mode 100644 index 0000000..53a35b0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class new file mode 100644 index 0000000..8291b37 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class new file mode 100644 index 0000000..275224e Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class new file mode 100644 index 0000000..7e99785 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class new file mode 100644 index 0000000..ce25ce0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class new file mode 100644 index 0000000..1ea4fce Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class differ diff --git a/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateResolver.class b/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateResolver.class new file mode 100644 index 0000000..b7470a9 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/groovy/text/markup/TemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/pom.xml b/groovy-templates/target/classes/target/classes/pom.xml new file mode 100755 index 0000000..dd493c9 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + groovy-templates + 3.0.7 + eclipse-plugin + + diff --git a/groovy-templates/target/classes/target/classes/target/MANIFEST.MF b/groovy-templates/target/classes/target/classes/target/MANIFEST.MF new file mode 100644 index 0000000..14d09b6 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/MANIFEST.MF @@ -0,0 +1,24 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version=" + 3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=r + eexport + diff --git a/groovy-templates/target/classes/target/classes/target/classes/.classpath b/groovy-templates/target/classes/target/classes/target/classes/.classpath new file mode 100644 index 0000000..9d49012 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/.project b/groovy-templates/target/classes/target/classes/target/classes/.project new file mode 100644 index 0000000..5c258e4 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/.project @@ -0,0 +1,28 @@ + + + groovy-templates + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs b/groovy-templates/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..c9545f0 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/groovy-templates/target/classes/target/classes/target/classes/META-INF/INDEX.LIST b/groovy-templates/target/classes/target/classes/target/classes/META-INF/INDEX.LIST new file mode 100644 index 0000000..48b9674 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/META-INF/INDEX.LIST @@ -0,0 +1,7 @@ +JarIndex-Version: 1.0 + +groovy-templates-3.0.7.jar +groovy +groovy/text +groovy/text/markup + diff --git a/groovy-templates/target/classes/target/classes/target/classes/META-INF/LICENSE b/groovy-templates/target/classes/target/classes/target/classes/META-INF/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/META-INF/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. diff --git a/groovy-templates/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF b/groovy-templates/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF new file mode 100644 index 0000000..c112439 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF @@ -0,0 +1,23 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version + ="3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=reexport + diff --git a/groovy-templates/target/classes/target/classes/target/classes/META-INF/NOTICE b/groovy-templates/target/classes/target/classes/target/classes/META-INF/NOTICE new file mode 100644 index 0000000..b22c377 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/META-INF/NOTICE @@ -0,0 +1,5 @@ +Apache Groovy +Copyright 2003-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/groovy-templates/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties b/groovy-templates/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties new file mode 100644 index 0000000..1040aa1 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties @@ -0,0 +1,23 @@ +# +# 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. +# + +ImplementationVersion=3.0.7 +BundleVersion=3.0.7 +BuildDate=30-Nov.-2020 +BuildTime=04:15 pm diff --git a/groovy-templates/target/classes/target/classes/target/classes/build.properties b/groovy-templates/target/classes/target/classes/target/classes/build.properties new file mode 100644 index 0000000..998befe --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/build.properties @@ -0,0 +1,4 @@ +source.. = . +output.. = . +bin.includes = META-INF/,\ + groovy/ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class new file mode 100644 index 0000000..039b64a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class new file mode 100644 index 0000000..1a4a377 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class new file mode 100644 index 0000000..3f6fe72 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class new file mode 100644 index 0000000..93c0633 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class new file mode 100644 index 0000000..5f5fd26 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class new file mode 100644 index 0000000..82cb9d4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class new file mode 100644 index 0000000..d9aef78 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class new file mode 100644 index 0000000..77f94e4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class new file mode 100644 index 0000000..1ef1035 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class new file mode 100644 index 0000000..d4f259b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class new file mode 100644 index 0000000..55397db Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/Template.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/Template.class new file mode 100644 index 0000000..566dd8b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/Template.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class new file mode 100644 index 0000000..08c4d11 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class new file mode 100644 index 0000000..cba8d51 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class new file mode 100644 index 0000000..5241c18 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class new file mode 100644 index 0000000..386cbe6 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class new file mode 100644 index 0000000..72011b3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class new file mode 100644 index 0000000..d8c228c Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class new file mode 100644 index 0000000..81f6b02 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class new file mode 100644 index 0000000..df8fb41 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class new file mode 100644 index 0000000..8bfd5c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class new file mode 100644 index 0000000..09f0fa8 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class new file mode 100644 index 0000000..d6d0810 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class new file mode 100644 index 0000000..5839bd3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class new file mode 100644 index 0000000..357cd0f Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class new file mode 100644 index 0000000..02d6e44 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class new file mode 100644 index 0000000..03a6620 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class new file mode 100644 index 0000000..9476c35 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class new file mode 100644 index 0000000..30164eb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class new file mode 100644 index 0000000..d4ae3d1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class new file mode 100644 index 0000000..15d6c5a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class new file mode 100644 index 0000000..5fe519a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class new file mode 100644 index 0000000..ac6bafb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class new file mode 100644 index 0000000..36ec4c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class new file mode 100644 index 0000000..23e903a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class new file mode 100644 index 0000000..9e5f2b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class new file mode 100644 index 0000000..e6ad061 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class new file mode 100644 index 0000000..0c63490 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class new file mode 100644 index 0000000..4786c95 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class new file mode 100644 index 0000000..f296b3a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class new file mode 100644 index 0000000..76dbf50 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class new file mode 100644 index 0000000..89457b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class new file mode 100644 index 0000000..3cf8da7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class new file mode 100644 index 0000000..53a35b0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class new file mode 100644 index 0000000..8291b37 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class new file mode 100644 index 0000000..275224e Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class new file mode 100644 index 0000000..7e99785 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class new file mode 100644 index 0000000..ce25ce0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class new file mode 100644 index 0000000..1ea4fce Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class new file mode 100644 index 0000000..b7470a9 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/pom.xml b/groovy-templates/target/classes/target/classes/target/classes/pom.xml new file mode 100644 index 0000000..dd493c9 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + groovy-templates + 3.0.7 + eclipse-plugin + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/MANIFEST.MF b/groovy-templates/target/classes/target/classes/target/classes/target/MANIFEST.MF new file mode 100644 index 0000000..14d09b6 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/MANIFEST.MF @@ -0,0 +1,24 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version=" + 3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=r + eexport + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/.classpath b/groovy-templates/target/classes/target/classes/target/classes/target/classes/.classpath new file mode 100644 index 0000000..9d49012 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/.project b/groovy-templates/target/classes/target/classes/target/classes/target/classes/.project new file mode 100644 index 0000000..5c258e4 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/.project @@ -0,0 +1,28 @@ + + + groovy-templates + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs b/groovy-templates/target/classes/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..c9545f0 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/INDEX.LIST b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/INDEX.LIST new file mode 100644 index 0000000..48b9674 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/INDEX.LIST @@ -0,0 +1,7 @@ +JarIndex-Version: 1.0 + +groovy-templates-3.0.7.jar +groovy +groovy/text +groovy/text/markup + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/LICENSE b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF new file mode 100644 index 0000000..c112439 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF @@ -0,0 +1,23 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version + ="3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=reexport + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/NOTICE b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/NOTICE new file mode 100644 index 0000000..b22c377 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/NOTICE @@ -0,0 +1,5 @@ +Apache Groovy +Copyright 2003-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties new file mode 100644 index 0000000..1040aa1 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties @@ -0,0 +1,23 @@ +# +# 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. +# + +ImplementationVersion=3.0.7 +BundleVersion=3.0.7 +BuildDate=30-Nov.-2020 +BuildTime=04:15 pm diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/build.properties b/groovy-templates/target/classes/target/classes/target/classes/target/classes/build.properties new file mode 100644 index 0000000..998befe --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/build.properties @@ -0,0 +1,4 @@ +source.. = . +output.. = . +bin.includes = META-INF/,\ + groovy/ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class new file mode 100644 index 0000000..039b64a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class new file mode 100644 index 0000000..1a4a377 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class new file mode 100644 index 0000000..3f6fe72 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class new file mode 100644 index 0000000..93c0633 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class new file mode 100644 index 0000000..5f5fd26 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class new file mode 100644 index 0000000..82cb9d4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class new file mode 100644 index 0000000..d9aef78 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class new file mode 100644 index 0000000..77f94e4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class new file mode 100644 index 0000000..1ef1035 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class new file mode 100644 index 0000000..d4f259b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class new file mode 100644 index 0000000..55397db Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/Template.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/Template.class new file mode 100644 index 0000000..566dd8b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/Template.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class new file mode 100644 index 0000000..08c4d11 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class new file mode 100644 index 0000000..cba8d51 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class new file mode 100644 index 0000000..5241c18 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class new file mode 100644 index 0000000..386cbe6 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class new file mode 100644 index 0000000..72011b3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class new file mode 100644 index 0000000..d8c228c Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class new file mode 100644 index 0000000..81f6b02 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class new file mode 100644 index 0000000..df8fb41 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class new file mode 100644 index 0000000..8bfd5c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class new file mode 100644 index 0000000..09f0fa8 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class new file mode 100644 index 0000000..d6d0810 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class new file mode 100644 index 0000000..5839bd3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class new file mode 100644 index 0000000..357cd0f Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class new file mode 100644 index 0000000..02d6e44 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class new file mode 100644 index 0000000..03a6620 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class new file mode 100644 index 0000000..9476c35 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class new file mode 100644 index 0000000..30164eb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class new file mode 100644 index 0000000..d4ae3d1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class new file mode 100644 index 0000000..15d6c5a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class new file mode 100644 index 0000000..5fe519a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class new file mode 100644 index 0000000..ac6bafb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class new file mode 100644 index 0000000..36ec4c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class new file mode 100644 index 0000000..23e903a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class new file mode 100644 index 0000000..9e5f2b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class new file mode 100644 index 0000000..e6ad061 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class new file mode 100644 index 0000000..0c63490 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class new file mode 100644 index 0000000..4786c95 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class new file mode 100644 index 0000000..f296b3a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class new file mode 100644 index 0000000..76dbf50 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class new file mode 100644 index 0000000..89457b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class new file mode 100644 index 0000000..3cf8da7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class new file mode 100644 index 0000000..53a35b0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class new file mode 100644 index 0000000..8291b37 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class new file mode 100644 index 0000000..275224e Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class new file mode 100644 index 0000000..7e99785 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class new file mode 100644 index 0000000..ce25ce0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class new file mode 100644 index 0000000..1ea4fce Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class new file mode 100644 index 0000000..b7470a9 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/pom.xml b/groovy-templates/target/classes/target/classes/target/classes/target/classes/pom.xml new file mode 100644 index 0000000..dd493c9 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + groovy-templates + 3.0.7 + eclipse-plugin + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/MANIFEST.MF b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/MANIFEST.MF new file mode 100644 index 0000000..14d09b6 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/MANIFEST.MF @@ -0,0 +1,24 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version=" + 3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * +Require-Bundle: org.codehaus.groovy;bundle-version="3.0.7";visibility:=r + eexport + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.classpath b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.classpath new file mode 100644 index 0000000..9d49012 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.project b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.project new file mode 100644 index 0000000..5c258e4 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.project @@ -0,0 +1,28 @@ + + + groovy-templates + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..c9545f0 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/INDEX.LIST b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/INDEX.LIST new file mode 100644 index 0000000..48b9674 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/INDEX.LIST @@ -0,0 +1,7 @@ +JarIndex-Version: 1.0 + +groovy-templates-3.0.7.jar +groovy +groovy/text +groovy/text/markup + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/LICENSE b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF new file mode 100644 index 0000000..f6f8e8b --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/MANIFEST.MF @@ -0,0 +1,22 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.10.8 +Created-By: Gradle +Bundle-ManifestVersion: 2 +Tool: Bnd-5.2.0.202010142003 +Export-Package: groovy.text;version="3.0.7",groovy.text.markup;version + ="3.0.7" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" +Bundle-SymbolicName: groovy-templates +Bundle-Version: 3.0.7 +Automatic-Module-Name: org.codehaus.groovy.templates +Specification-Title: Groovy: a powerful, dynamic language for the JVM +Specification-Version: 3.0.7 +Specification-Vendor: The Apache Software Foundation +Implementation-Title: Groovy: a powerful, dynamic language for the JVM +Implementation-Version: 3.0.7 +Implementation-Vendor: The Apache Software Foundation +Bundle-Vendor: The Apache Software Foundation +Bundle-ClassPath: . +Eclipse-BuddyPolicy: dependent +DynamicImport-Package: * + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/NOTICE b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/NOTICE new file mode 100644 index 0000000..b22c377 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/NOTICE @@ -0,0 +1,5 @@ +Apache Groovy +Copyright 2003-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties new file mode 100644 index 0000000..1040aa1 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/META-INF/groovy-release-info.properties @@ -0,0 +1,23 @@ +# +# 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. +# + +ImplementationVersion=3.0.7 +BundleVersion=3.0.7 +BuildDate=30-Nov.-2020 +BuildTime=04:15 pm diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/build.properties b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/build.properties new file mode 100644 index 0000000..998befe --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/build.properties @@ -0,0 +1,4 @@ +source.. = . +output.. = . +bin.includes = META-INF/,\ + groovy/ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class new file mode 100644 index 0000000..039b64a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine$GStringTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class new file mode 100644 index 0000000..1a4a377 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/GStringTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class new file mode 100644 index 0000000..3f6fe72 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class new file mode 100644 index 0000000..93c0633 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine$SimpleTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class new file mode 100644 index 0000000..5f5fd26 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/SimpleTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class new file mode 100644 index 0000000..82cb9d4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class new file mode 100644 index 0000000..d9aef78 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$FinishedReadingException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class new file mode 100644 index 0000000..77f94e4 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$Position.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class new file mode 100644 index 0000000..1ef1035 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate$StringSection.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class new file mode 100644 index 0000000..d4f259b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine$StreamingTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class new file mode 100644 index 0000000..55397db Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/StreamingTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/Template.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/Template.class new file mode 100644 index 0000000..566dd8b Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/Template.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class new file mode 100644 index 0000000..08c4d11 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class new file mode 100644 index 0000000..cba8d51 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateExecutionException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class new file mode 100644 index 0000000..5241c18 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/TemplateParseException.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class new file mode 100644 index 0000000..386cbe6 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$GspPrinter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class new file mode 100644 index 0000000..72011b3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class new file mode 100644 index 0000000..d8c228c Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine$XmlWritable.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class new file mode 100644 index 0000000..81f6b02 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/XmlTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class new file mode 100644 index 0000000..df8fb41 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/AutoNewLineTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class new file mode 100644 index 0000000..8bfd5c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class new file mode 100644 index 0000000..09f0fa8 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate$TagData.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class new file mode 100644 index 0000000..d6d0810 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/BaseTemplate.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class new file mode 100644 index 0000000..5839bd3 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/DelegatingIndentWriter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class new file mode 100644 index 0000000..357cd0f Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/IncludeType.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class new file mode 100644 index 0000000..02d6e44 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupBuilderCodeTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class new file mode 100644 index 0000000..03a6620 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class new file mode 100644 index 0000000..9476c35 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$2.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class new file mode 100644 index 0000000..30164eb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$CachingTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class new file mode 100644 index 0000000..d4ae3d1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$DefaultTemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class new file mode 100644 index 0000000..15d6c5a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$MarkupTemplateMaker.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class new file mode 100644 index 0000000..5fe519a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateGroovyClassLoader.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class new file mode 100644 index 0000000..ac6bafb Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine$TemplateResource.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class new file mode 100644 index 0000000..36ec4c7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateEngine.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class new file mode 100644 index 0000000..23e903a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class new file mode 100644 index 0000000..9e5f2b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$BuilderMethodReplacer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class new file mode 100644 index 0000000..e6ad061 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1$_closure7.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class new file mode 100644 index 0000000..0c63490 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure1.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class new file mode 100644 index 0000000..4786c95 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2$_closure8.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class new file mode 100644 index 0000000..f296b3a Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure2.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class new file mode 100644 index 0000000..76dbf50 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure3.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class new file mode 100644 index 0000000..89457b1 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure4.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class new file mode 100644 index 0000000..3cf8da7 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure5.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class new file mode 100644 index 0000000..53a35b0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6$_closure9.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class new file mode 100644 index 0000000..8291b37 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension$_run_closure6.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class new file mode 100644 index 0000000..275224e Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/MarkupTemplateTypeCheckingExtension.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class new file mode 100644 index 0000000..7e99785 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TagLibAdapter.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class new file mode 100644 index 0000000..ce25ce0 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateASTTransformer.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class new file mode 100644 index 0000000..1ea4fce Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateConfiguration.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class new file mode 100644 index 0000000..b7470a9 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/groovy/text/markup/TemplateResolver.class differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/pom.xml b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/pom.xml new file mode 100644 index 0000000..dd493c9 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/classes/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + .. + + groovy-templates + 3.0.7 + eclipse-plugin + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/groovy-templates-3.0.7.jar b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/groovy-templates-3.0.7.jar new file mode 100644 index 0000000..0814711 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/groovy-templates-3.0.7.jar differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/local-artifacts.properties b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/local-artifacts.properties new file mode 100644 index 0000000..9c667bf --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/local-artifacts.properties @@ -0,0 +1,4 @@ +#Wed Jan 13 07:51:39 CET 2021 +artifact.main=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/groovy-templates-3.0.7.jar +artifact.attached.p2artifacts=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2artifacts.xml +artifact.attached.p2metadata=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2content.xml diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/maven-archiver/pom.properties b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/maven-archiver/pom.properties new file mode 100644 index 0000000..13fd0a2 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Wed Jan 13 07:51:39 CET 2021 +groupId=com.minres.bundlepool +artifactId=groovy-templates +version=3.0.7 diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/p2artifacts.xml b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/p2artifacts.xml new file mode 100644 index 0000000..23590c1 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/p2artifacts.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/p2content.xml b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/p2content.xml new file mode 100644 index 0000000..c958ff7 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/classes/target/p2content.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bundle-SymbolicName: groovy-templates Bundle-Version: 3.0.7 + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/groovy-templates-3.0.7.jar b/groovy-templates/target/classes/target/classes/target/classes/target/groovy-templates-3.0.7.jar new file mode 100644 index 0000000..7fdc30c Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/classes/target/groovy-templates-3.0.7.jar differ diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/local-artifacts.properties b/groovy-templates/target/classes/target/classes/target/classes/target/local-artifacts.properties new file mode 100644 index 0000000..7048d1a --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/local-artifacts.properties @@ -0,0 +1,4 @@ +#Wed Jan 13 07:56:07 CET 2021 +artifact.main=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/groovy-templates-3.0.7.jar +artifact.attached.p2artifacts=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2artifacts.xml +artifact.attached.p2metadata=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2content.xml diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/maven-archiver/pom.properties b/groovy-templates/target/classes/target/classes/target/classes/target/maven-archiver/pom.properties new file mode 100644 index 0000000..4c077c8 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Wed Jan 13 07:56:07 CET 2021 +groupId=com.minres.bundlepool +artifactId=groovy-templates +version=3.0.7 diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/p2artifacts.xml b/groovy-templates/target/classes/target/classes/target/classes/target/p2artifacts.xml new file mode 100644 index 0000000..6d02abf --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/p2artifacts.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/classes/target/p2content.xml b/groovy-templates/target/classes/target/classes/target/classes/target/p2content.xml new file mode 100644 index 0000000..377a7ef --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/classes/target/p2content.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bundle-SymbolicName: groovy-templates Bundle-Version: 3.0.7 + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/groovy-templates-3.0.7.jar b/groovy-templates/target/classes/target/classes/target/groovy-templates-3.0.7.jar new file mode 100644 index 0000000..6a7dc92 Binary files /dev/null and b/groovy-templates/target/classes/target/classes/target/groovy-templates-3.0.7.jar differ diff --git a/groovy-templates/target/classes/target/classes/target/local-artifacts.properties b/groovy-templates/target/classes/target/classes/target/local-artifacts.properties new file mode 100644 index 0000000..c093e20 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/local-artifacts.properties @@ -0,0 +1,4 @@ +#Wed Jan 13 08:01:45 CET 2021 +artifact.main=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/groovy-templates-3.0.7.jar +artifact.attached.p2artifacts=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2artifacts.xml +artifact.attached.p2metadata=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2content.xml diff --git a/groovy-templates/target/classes/target/classes/target/maven-archiver/pom.properties b/groovy-templates/target/classes/target/classes/target/maven-archiver/pom.properties new file mode 100644 index 0000000..1ce9704 --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Wed Jan 13 08:01:45 CET 2021 +groupId=com.minres.bundlepool +artifactId=groovy-templates +version=3.0.7 diff --git a/groovy-templates/target/classes/target/classes/target/p2artifacts.xml b/groovy-templates/target/classes/target/classes/target/p2artifacts.xml new file mode 100644 index 0000000..6d02abf --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/p2artifacts.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/groovy-templates/target/classes/target/classes/target/p2content.xml b/groovy-templates/target/classes/target/classes/target/p2content.xml new file mode 100644 index 0000000..377a7ef --- /dev/null +++ b/groovy-templates/target/classes/target/classes/target/p2content.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bundle-SymbolicName: groovy-templates Bundle-Version: 3.0.7 + + + + + diff --git a/groovy-templates/target/classes/target/groovy-templates-3.0.7.jar b/groovy-templates/target/classes/target/groovy-templates-3.0.7.jar new file mode 100644 index 0000000..61ec3e7 Binary files /dev/null and b/groovy-templates/target/classes/target/groovy-templates-3.0.7.jar differ diff --git a/groovy-templates/target/classes/target/local-artifacts.properties b/groovy-templates/target/classes/target/local-artifacts.properties new file mode 100644 index 0000000..b50d12f --- /dev/null +++ b/groovy-templates/target/classes/target/local-artifacts.properties @@ -0,0 +1,4 @@ +#Wed Jan 13 08:07:01 CET 2021 +artifact.main=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/groovy-templates-3.0.7.jar +artifact.attached.p2artifacts=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2artifacts.xml +artifact.attached.p2metadata=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2content.xml diff --git a/groovy-templates/target/classes/target/maven-archiver/pom.properties b/groovy-templates/target/classes/target/maven-archiver/pom.properties new file mode 100644 index 0000000..4997206 --- /dev/null +++ b/groovy-templates/target/classes/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=groovy-templates +groupId=com.minres.bundlepool +version=3.0.7 diff --git a/groovy-templates/target/classes/target/p2artifacts.xml b/groovy-templates/target/classes/target/p2artifacts.xml new file mode 100644 index 0000000..5e777da --- /dev/null +++ b/groovy-templates/target/classes/target/p2artifacts.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/groovy-templates/target/classes/target/p2content.xml b/groovy-templates/target/classes/target/p2content.xml new file mode 100644 index 0000000..8b664cb --- /dev/null +++ b/groovy-templates/target/classes/target/p2content.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + groovy-templates + + + + + + + + + + + Bundle-SymbolicName: groovy-templates Bundle-Version: 3.0.7 + + + + + diff --git a/groovy-templates/target/groovy-templates-3.0.7.jar b/groovy-templates/target/groovy-templates-3.0.7.jar new file mode 100644 index 0000000..0027617 Binary files /dev/null and b/groovy-templates/target/groovy-templates-3.0.7.jar differ diff --git a/groovy-templates/target/local-artifacts.properties b/groovy-templates/target/local-artifacts.properties new file mode 100644 index 0000000..c98b537 --- /dev/null +++ b/groovy-templates/target/local-artifacts.properties @@ -0,0 +1,4 @@ +#Wed Jan 13 08:10:20 CET 2021 +artifact.main=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/groovy-templates-3.0.7.jar +artifact.attached.p2artifacts=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2artifacts.xml +artifact.attached.p2metadata=/Users/eyck/git/Minres/BundlePool/groovy-templates/target/p2content.xml diff --git a/groovy-templates/target/maven-archiver/pom.properties b/groovy-templates/target/maven-archiver/pom.properties new file mode 100644 index 0000000..4997206 --- /dev/null +++ b/groovy-templates/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=groovy-templates +groupId=com.minres.bundlepool +version=3.0.7 diff --git a/groovy-templates/target/p2artifacts.xml b/groovy-templates/target/p2artifacts.xml new file mode 100644 index 0000000..5e777da --- /dev/null +++ b/groovy-templates/target/p2artifacts.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/groovy-templates/target/p2content.xml b/groovy-templates/target/p2content.xml new file mode 100644 index 0000000..8b664cb --- /dev/null +++ b/groovy-templates/target/p2content.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + groovy-templates + + + + + + + + + + + Bundle-SymbolicName: groovy-templates Bundle-Version: 3.0.7 + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1c24d4f --- /dev/null +++ b/pom.xml @@ -0,0 +1,71 @@ + + 4.0.0 + com.minres.bundlepool + com.minres.bundlepool.parent + 1.0.0-SNAPSHOT + pom + + groovy-templates + com.minres.bundlepool.updateSite + com.minres.bundlepool.feature + + + + 2.1.0 + + + + + greclipse + https://dist.springsource.org/release/GRECLIPSE/e4.16 + p2 + + + eclipse + https://download.eclipse.org/releases/2020-06 + p2 + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + consider + + + + org.eclipse.tycho + tycho-versions-plugin + ${tycho-version} + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + attach-p2-metadata + package + + p2-metadata + + + + + + + + +