Skip to content
Snippets Groups Projects
Commit c8482d5a authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

small fix

parent a6f1eb09
No related branches found
No related tags found
No related merge requests found
Showing
with 107 additions and 1 deletion
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
.project 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mhw-compiler-workflows</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding/<project>=UTF-8
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.7
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
......@@ -43,7 +43,7 @@ public class CompilationStatusUI extends RouteBuilder {
void start() throws Exception {
CamelContext context = new DefaultCamelContext();
sc = servlet.init(context, getClass().getClassLoader())
.initDebugTemplating("/home/cjucovschi/sally4-mhw/mhw-stex-compiler/src/main/resources/templates");
.initDebugTemplating("/home/cjucovschi/sally4-mhw/mhw-compiler-workflow/src/main/resources/templates");
//.initTemplating("templates");
context.addRoutes(this);
context.start();
......
Manifest-Version: 1.0
Bnd-LastModified: 1418847236314
Build-Jdk: 1.7.0_67
Built-By: cjucovschi
Bundle-Description: Semantic Alliance Framework (v.4)
Bundle-License: http://www.gnu.org/licenses/gpl.txt
Bundle-ManifestVersion: 2
Bundle-Name: MathHubWorker sTeX Compiler
Bundle-SymbolicName: mhw-compiler-workflows
Bundle-Version: 1.0.0.SNAPSHOT
Created-By: Apache Maven Bundle Plugin
Export-Package: info.kwarc.sally4.mhw.workflows;uses:="info.kwarc.sally4
.mhw.base,info.kwarc.sally4.mhw.compilers,info.kwarc.sally4.mhw.compile
rs.latexml,info.kwarc.sally4.mmt,info.kwarc.sally4.os,org.apache.camel.
builder";version="1.0.0",info.kwarc.sally4.mhw.compilers;uses:="info.kw
arc.sally4.lmh.factories,org.apache.camel,org.apache.camel.builder";ver
sion="1.0.0",info.kwarc.sally4.mhw.compilers.factories;version="1.0.0",
info.kwarc.sally4.mhw.compilers.latexml;uses:="info.kwarc.sally4.lmh.fa
ctories,info.kwarc.sally4.mhw.compilers,org.apache.camel,org.apache.cam
el.builder,org.apache.commons.exec";version="1.0.0"
Import-Package: info.kwarc.sally4.activemq;version="[0.0,1)",info.kwarc.
sally4.framing;version="[0.0,1)",info.kwarc.sally4.lmh.factories;versio
n="[1.0,2)",info.kwarc.sally4.lmh.impl;version="[1.0,2)",info.kwarc.sal
ly4.mhw.base;version="[1.0,2)",info.kwarc.sally4.mmt;version="[1.0,2)",
info.kwarc.sally4.os;version="[0.0,1)",info.kwarc.sally4.os.events;vers
ion="[0.0,1)",info.kwarc.sally4.registration;version="[0.0,1)",info.kwa
rc.sally4.servlet;version="[0.0,1)",info.kwarc.sally4.servlet.impl;vers
ion="[0.0,1)",info.kwarc.sally4.theo;version="[0.0,1)",info.kwarc.sally
4.util;version="[0.0,1)",org.apache.camel,org.apache.camel.builder;vers
ion="[2.12,3)",org.apache.camel.component.http;version="[2.12,3)",org.a
pache.camel.component.jackson;version="[2.12,3)",org.apache.camel.impl;
version="[2.12,3)",org.apache.camel.model;version="[2.12,3)",org.apache
.camel.spi;version="[2.12,3)",org.apache.commons.codec;version="[1.4,2)
",org.apache.commons.codec.net;version="[1.4,2)",org.apache.commons.exe
c;version="[1.3,2)",org.apache.commons.io;version="[1.4,2)",org.apache.
felix.ipojo;version="[1.12,2)",org.slf4j
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))"
Tool: Bnd-2.3.0.201405100607
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment