Download swc-engine-1.1.1.jar file

Introduction

You can download swc-engine-1.1.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

swc-engine-1.1.1.jar file has the following types.

.gitignore
META-INF/MANIFEST.MF
META-INF/maven/org.sweble.wikitext/swc-engine/pom.properties
META-INF/maven/org.sweble.wikitext/swc-engine/pom.xml
META-INF/sun-jaxb.episode
org.sweble.wikitext.engine.CompiledPage.class
org.sweble.wikitext.engine.Compiler.class
org.sweble.wikitext.engine.CompilerException.class
org.sweble.wikitext.engine.ExpansionCallback.class
org.sweble.wikitext.engine.ExpansionFrame.class
org.sweble.wikitext.engine.ExpansionVisitor.class
org.sweble.wikitext.engine.FullPage.class
org.sweble.wikitext.engine.FullPreprocessedPage.class
org.sweble.wikitext.engine.IllegalArgumentsWarning.class
org.sweble.wikitext.engine.IllegalNameWarning.class
org.sweble.wikitext.engine.IllegalPagenameWarning.class
org.sweble.wikitext.engine.OffendingNodeWarning.class
org.sweble.wikitext.engine.Page.class
org.sweble.wikitext.engine.PageId.class
org.sweble.wikitext.engine.PageTitle.class
org.sweble.wikitext.engine.ParserFunctionBase.class
org.sweble.wikitext.engine.TagExtensionBase.class
org.sweble.wikitext.engine.config.Interwiki.class
org.sweble.wikitext.engine.config.MagicWord.class
org.sweble.wikitext.engine.config.Namespace.class
org.sweble.wikitext.engine.config.WikiConfigurationInterface.class
org.sweble.wikitext.engine.ext.NotYetImplementedParserFunctionWarning.class
org.sweble.wikitext.engine.ext.ParserFunctionBasePagename.class
org.sweble.wikitext.engine.ext.ParserFunctionFullPagename.class
org.sweble.wikitext.engine.ext.ParserFunctionFullurl.class
org.sweble.wikitext.engine.ext.ParserFunctionIf.class
org.sweble.wikitext.engine.ext.ParserFunctionIfError.class
org.sweble.wikitext.engine.ext.ParserFunctionIfeq.class
org.sweble.wikitext.engine.ext.ParserFunctionLc.class
org.sweble.wikitext.engine.ext.ParserFunctionNamespace.class
org.sweble.wikitext.engine.ext.ParserFunctionNs.class
org.sweble.wikitext.engine.ext.ParserFunctionSubPagename.class
org.sweble.wikitext.engine.ext.ParserFunctionSwitch.class
org.sweble.wikitext.engine.ext.TagExtensionMath.class
org.sweble.wikitext.engine.ext.TagExtensionNoWiki.class
org.sweble.wikitext.engine.ext.TagExtensionPre.class
org.sweble.wikitext.engine.ext.TagExtensionRef.class
org.sweble.wikitext.engine.ext.UnimplementedParserFunction.class
org.sweble.wikitext.engine.log.CompilerLog.class
org.sweble.wikitext.engine.log.IllegalNameException.class
org.sweble.wikitext.engine.log.ParseException.class
org.sweble.wikitext.engine.log.ParserLog.class
org.sweble.wikitext.engine.log.PostprocessorLog.class
org.sweble.wikitext.engine.log.PpResolverLog.class
org.sweble.wikitext.engine.log.PreprocessorLog.class
org.sweble.wikitext.engine.log.ResolveRedirectLog.class
org.sweble.wikitext.engine.log.ResolveTransclusionLog.class
org.sweble.wikitext.engine.log.UnhandledException.class
org.sweble.wikitext.engine.log.ValidatorLog.class
org.sweble.wikitext.engine.utils.AdaptedInterwiki.class
org.sweble.wikitext.engine.utils.AdaptedMagicWord.class
org.sweble.wikitext.engine.utils.AdaptedNamespace.class
org.sweble.wikitext.engine.utils.AdaptedSimpleWikiConfiguration.class
org.sweble.wikitext.engine.utils.EntityReferences.class
org.sweble.wikitext.engine.utils.HtmlPrinter.class
org.sweble.wikitext.engine.utils.LogPrinter.class
org.sweble.wikitext.engine.utils.ObjectFactory.class
org.sweble.wikitext.engine.utils.SimpleWikiConfiguration.class
org/sweble/wikitext/engine/SimpleWikiConfiguration.xml
org/sweble/wikitext/engine/utils/HtmlPrinter.css
org/sweble/wikitext/swc-engine.buildinfo.properties

Pom

swc-engine-1.1.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright 2011 The Open Source Research Group,
                   University of Erlangen-N?rnberg

    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.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <!-- Parent POM: Sweble Wikitext Components -->

  <parent>
    <groupId>org.sweble.wikitext</groupId>
    <artifactId>sweble-wikitext</artifactId>
    <version>1.1.1</version>
  </parent>

  <!-- This POM: Sweble Wikitext Components - Engine -->

  <groupId>org.sweble.wikitext</groupId>
  <artifactId>swc-engine</artifactId>
  <version>1.1.1</version>
  <packaging>jar</packaging>

  <name>SWC - Sweble Engine</name>
  <url>http://sweble.org/sites/swc-devel/develop-latest/tooling/sweble/sweble-wikitext/swc-engine</url>
  <inceptionYear>2010</inceptionYear>
  <description>
    A minimal engine using the Sweble Lazy Wikitext Parser to
    process articles in the context of a MediaWiki-like configuration.
  </description>

  <!-- ==[ Properties ]===================================================== -->

  <properties>

    <sweble-wikitext.basedir>${project.parent.basedir}</sweble-wikitext.basedir>

  </properties>

  <!-- ==[ Dependencies ]=================================================== -->

  <dependencies>

    <!-- jsoup: Java HTML Parser -->
    <dependency>
      <groupId>org.jsoup</groupId>
      <artifactId>jsoup</artifactId>
    </dependency>

    <!-- Log4j -->
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency>

    <!-- Sweble Wikitext Components - Lazy Wikitext Parser -->
    <dependency>
      <groupId>org.sweble.wikitext</groupId>
      <artifactId>swc-parser-lazy</artifactId>
    </dependency>

    <!--
      Testing
    -->

    <!-- JUnit -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

  </dependencies>

  <!-- ==[ Dependency Management ]========================================== -->

  <dependencyManagement>
  </dependencyManagement>

  <build>

    <!-- ==[ Resource Configuration ]======================================= -->

    <!--
      see parent: <resources>
    -->

    <!-- ==[ Plugin Configuration ]========================================= -->

    <plugins>

      <!-- Add various source directories -->
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>add-source</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>add-source</goal>
            </goals>
            <configuration>
              <sources>
                <source>src/main/autogen</source>
              </sources>
            </configuration>
          </execution>
        </executions>
      </plugin>

      <!-- Compile schema files -->
      <plugin>
        <groupId>org.jvnet.jaxb2.maven2</groupId>
        <artifactId>maven-jaxb2-plugin</artifactId>
        <configuration>
          <schemaDirectory>${basedir}/src/main/autogen</schemaDirectory>
          <generatePackage>org.sweble.wikitext.engine.utils</generatePackage>
          <generateDirectory>${project.build.directory}/generated-sources</generateDirectory>
          <schemaIncludes>
            <include>SimpleWikiConfiguration.xsd</include>
          </schemaIncludes>
          <!--
          <catalog>${basedir}/src/main/schema/catalog.xml</catalog>
           -->
          <forceRegenerate>true</forceRegenerate>
          <strict>true</strict>
        </configuration>
      </plugin>

      <!-- Generate Ast Nodes -->
      <plugin>
        <groupId>de.fau.cs.osr.ptk</groupId>
        <artifactId>ptk-nodegen-maven-plugin</artifactId>
        <configuration>
          <baseDir>${project.basedir}/src/main/autogen</baseDir>
          <outputDir>${project.build.directory}/generated-sources</outputDir>
          <ratsInputFiles>
            <ratsInputFile>org/sweble/wikitext/engine</ratsInputFile>
          </ratsInputFiles>
        </configuration>
      </plugin>

      <!-- Generate Ast Printers -->
      <plugin>
        <groupId>de.fau.cs.osr.ptk</groupId>
        <artifactId>ptk-printergen-maven-plugin</artifactId>
        <configuration>
          <baseDir>${project.basedir}/src/main/autogen</baseDir>
          <outputDir>${project.build.directory}/generated-sources</outputDir>
          <aptInputFiles>
            <aptInputFile>org/sweble/wikitext/engine/utils</aptInputFile>
          </aptInputFiles>
        </configuration>
      </plugin>

      <!-- Check and format license headers -->
      <plugin>
        <groupId>com.mycila</groupId>
        <artifactId>license-maven-plugin</artifactId>
        <configuration>
          <!-- I assume the configuration is inherited from the parent -->
          <excludes>
            <!-- These excludes should be the same as in the parent project -->
            <exclude>**/*.log</exclude>
            <exclude>**/.gitignore</exclude>
            <exclude>**/LICENSE</exclude>
            <exclude>**/NOTICE</exclude>
            <exclude>src/site/site.xml</exclude>
            <exclude>src/site/changes.xml</exclude>
            <exclude>src/site/resources/css/site.css</exclude>
            <exclude>swc-*/</exclude>

            <!-- Extra excludes for this project -->
            <exclude>**/catalog/xml.xsd</exclude>
            <exclude>src/test/resources/**/*.wikitext</exclude>
            <exclude>src/test/resources/**/*.mwtest</exclude>
            <exclude>src/test/resources/**/Template%3*</exclude>
            <exclude>src/test/resources/**/index</exclude>
          </excludes>
        </configuration>
      </plugin>

    </plugins>

    <!-- ==[ Plugin Management ]============================================ -->

    <pluginManagement>
    </pluginManagement>

    <!-- ==[ Build Element Set ]============================================ -->

    <!--
      see parent: <sourceDirectory>
                  <scriptSourceDirectory>
                  <testSourceDirectory>
                  <outputDirectory>
                  <testOutputDirectory>
                  <extensions>
    -->

  </build>

  <!-- ==[ Reporting ]====================================================== -->

  <!--
    see parent: <reporting>
  -->

  <!-- ==[ More Project Information ]======================================= -->

  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <!--
    see parent: <organization>
                <developers>
                <contributors>
  -->

  <!-- ==[ Environment Settings ]=========================================== -->

  <!--
    see parent: <issueManagement>
                <ciManagement>
                <mailingLists>
  -->

  <scm>
    <connection>scm:git://sweble.org/git/sweble-wikitext.git</connection>
    <developerConnection>scm:git:ssh://gitosis@sweble.org/sweble-wikitext.git</developerConnection>
    <url>http://sweble.org/gitweb/?p=sweble-wikitext.git;a=summary</url>
    <tag>sweble-wikitext-1.1.1</tag>
  </scm>

  <!--
    see parent: <distributionManagement>
                <repositories>
                <pluginRepositories>
  -->

  <!-- ==[ Profiles ]======================================================= -->

  <profiles>

    <profile>
      <id>build-aggregates</id>
      <build>
        <plugins>

          <!-- Generate Jar with dependencies -->
          <plugin>
            <artifactId>maven-assembly-plugin</artifactId>
            <inherited>false</inherited>
            <configuration>
              <descriptorRefs>
                <descriptorRef>jar-with-dependencies</descriptorRef>
              </descriptorRefs>
            </configuration>
            <executions>
              <execution>
                <id>make-assembly</id>
                <phase>package</phase>
                <goals>
                  <goal>single</goal>
                </goals>
              </execution>
            </executions>
          </plugin>

        </plugins>
      </build>
    </profile>

  </profiles>

</project>

POM Entry

<dependency>
   <groupId>org.sweble.wikitext</groupId>
   <artifactId>swc-engine</artifactId>
   <version>1.1.1</version>
</dependency>

Download

If you think the following swc-engine-1.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download swc-engine-1.1.1.jar file




PreviousNext

Related