-Added: New Changes to Changelog -Fixed: Missing Autogenerated Type -Cleanup: Gradle file got cleaned up from things it no longer needs. -Changed: Upgraded to SCG 1.0.5 for incoming new features.
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<classpath>
 | 
						|
	<classpathentry kind="src" output="bin/main" path="src/main/java">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="gradle_scope" value="main"/>
 | 
						|
			<attribute name="gradle_used_by_scope" value="main,test"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="src" output="bin/main" path="src/main/resources">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="gradle_scope" value="main"/>
 | 
						|
			<attribute name="gradle_used_by_scope" value="main,test"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="src" output="bin/test" path="src/test/java">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="gradle_scope" value="test"/>
 | 
						|
			<attribute name="gradle_used_by_scope" value="test"/>
 | 
						|
			<attribute name="test" value="true"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="src" output="bin/test" path="src/test/resources">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="gradle_scope" value="test"/>
 | 
						|
			<attribute name="gradle_used_by_scope" value="test"/>
 | 
						|
			<attribute name="test" value="true"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="src" output="bin/builder" path="src/builder/java">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="gradle_scope" value="builder"/>
 | 
						|
			<attribute name="gradle_used_by_scope" value="builder"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="src" output="bin/builder" path="src/builder/resources">
 | 
						|
		<attributes>
 | 
						|
			<attribute name="gradle_scope" value="builder"/>
 | 
						|
			<attribute name="gradle_used_by_scope" value="builder"/>
 | 
						|
		</attributes>
 | 
						|
	</classpathentry>
 | 
						|
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
 | 
						|
	<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
 | 
						|
	<classpathentry kind="output" path="bin/default"/>
 | 
						|
</classpath>
 |