1*568334c1SKay Schenk<?xml version="1.0" encoding="UTF-8"?> 2*568334c1SKay Schenk<!--*********************************************************** 3*568334c1SKay Schenk * 4*568334c1SKay Schenk * Licensed to the Apache Software Foundation (ASF) under one 5*568334c1SKay Schenk * or more contributor license agreements. See the NOTICE file 6*568334c1SKay Schenk * distributed with this work for additional information 7*568334c1SKay Schenk * regarding copyright ownership. The ASF licenses this file 8*568334c1SKay Schenk * to you under the Apache License, Version 2.0 (the 9*568334c1SKay Schenk * "License"); you may not use this file except in compliance 10*568334c1SKay Schenk * with the License. You may obtain a copy of the License at 11*568334c1SKay Schenk * 12*568334c1SKay Schenk * http://www.apache.org/licenses/LICENSE-2.0 13*568334c1SKay Schenk * 14*568334c1SKay Schenk * Unless required by applicable law or agreed to in writing, 15*568334c1SKay Schenk * software distributed under the License is distributed on an 16*568334c1SKay Schenk * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*568334c1SKay Schenk * KIND, either express or implied. See the License for the 18*568334c1SKay Schenk * specific language governing permissions and limitations 19*568334c1SKay Schenk * under the License. 20*568334c1SKay Schenk * 21*568334c1SKay Schenk***********************************************************--> 22*568334c1SKay Schenk 23*568334c1SKay Schenk<classpath> 24*568334c1SKay Schenk <classpathentry kind="src" path="src"/> 25*568334c1SKay Schenk <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 26*568334c1SKay Schenk <classpathentry combineaccessrules="false" kind="src" path="/JavaPartManager"/> 27*568334c1SKay Schenk <classpathentry combineaccessrules="false" kind="src" path="/JavaOOXMLParser"/> 28*568334c1SKay Schenk <classpathentry kind="output" path="bin"/> 29*568334c1SKay Schenk</classpath> 30