32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<classpath>
 | 
						|
	<classpathentry kind="src" path="src"/>
 | 
						|
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 | 
						|
	<classpathentry kind="lib" path="lib/antlr-4.7-complete.jar" sourcepath="lib/antlr-4.7-source.zip">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="javadoc_location" value="http://www.antlr.org/api/Java/"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="lib" path="lib/hamcrest-all-1.3.jar">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="javadoc_location" value="http://hamcrest.org/JavaHamcrest/javadoc/1.3/"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="lib" path="lib/junit-4.12.jar">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="javadoc_location" value="http://junit.org/junit4/javadoc/4.12/"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="lib" path="lib/commons-lang3-3.5.jar">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="javadoc_location" value="https://commons.apache.org/proper/commons-lang/javadocs/api-3.5/"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="lib" path="lib/commons-cli-1.4.jar">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-cli/javadocs/api-release/"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="output" path="bin"/>
 | 
						|
</classpath>
 |