Ignore:
Timestamp:
06/15/14 08:59:05 (10 years ago)
Author:
hkaulbersch
Message:

Automatic PDF Generation from .fo files now works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/.classpath

    r69 r72  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
     3        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 
     4        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    35        <classpathentry kind="src" path="src"/> 
    46        <classpathentry kind="src" path="src-gen"/> 
    57        <classpathentry kind="src" path="xtend-gen"/> 
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 
    7         <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    8         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/avalon-framework-4.2.0.jar"/> 
    9         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/batik-all-1.7.jar"/> 
    10         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/commons-io-1.3.1.jar"/> 
    11         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/commons-logging-1.0.4.jar"/> 
    12         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/serializer-2.7.0.jar"/> 
    13         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/xalan-2.7.0.jar"/> 
    14         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/xercesImpl-2.7.1.jar"/> 
    15         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/xml-apis-1.3.04.jar"/> 
    16         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/xml-apis-ext-1.3.04.jar"/> 
    17         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/lib/xmlgraphics-commons-1.5.jar"/> 
    18         <classpathentry kind="lib" path="C:/Users/hauke/Desktop/Uni/Hiwijob bnf tools/fop-1.1/build/fop.jar"/> 
     8        <classpathentry kind="src" path="libs"/> 
     9        <classpathentry kind="lib" path="libs/avalon-framework-4.2.0.jar"/> 
     10        <classpathentry kind="lib" path="libs/batik-all-1.7.jar"/> 
     11        <classpathentry kind="lib" path="libs/commons-io-1.3.1.jar"/> 
     12        <classpathentry kind="lib" path="libs/commons-logging-1.0.4.jar"/> 
     13        <classpathentry kind="lib" path="libs/fop.jar"/> 
     14        <classpathentry kind="lib" path="libs/serializer-2.7.0.jar"/> 
     15        <classpathentry kind="lib" path="libs/xalan-2.7.0.jar"/> 
     16        <classpathentry kind="lib" path="libs/xercesImpl-2.7.1.jar"/> 
     17        <classpathentry kind="lib" path="libs/xml-apis-1.3.04.jar"/> 
     18        <classpathentry kind="lib" path="libs/xml-apis-ext-1.3.04.jar"/> 
     19        <classpathentry kind="lib" path="libs/xmlgraphics-commons-1.5.jar"/> 
    1920        <classpathentry kind="output" path="bin"/> 
    2021</classpath> 
Note: See TracChangeset for help on using the changeset viewer.