Switch from Maven to Gradle projects.
This commit is contained in:
		
							parent
							
								
									74b1117030
								
							
						
					
					
						commit
						2b0f3537de
					
				
							
								
								
									
										6
									
								
								.project
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								.project
									
									
									
									
									
								
							@ -1,17 +1,17 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<projectDescription>
 | 
					<projectDescription>
 | 
				
			||||||
	<name>triangle-tools</name>
 | 
						<name>Triangle-Tools</name>
 | 
				
			||||||
	<comment></comment>
 | 
						<comment></comment>
 | 
				
			||||||
	<projects>
 | 
						<projects>
 | 
				
			||||||
	</projects>
 | 
						</projects>
 | 
				
			||||||
	<buildSpec>
 | 
						<buildSpec>
 | 
				
			||||||
		<buildCommand>
 | 
							<buildCommand>
 | 
				
			||||||
			<name>org.eclipse.m2e.core.maven2Builder</name>
 | 
								<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
 | 
				
			||||||
			<arguments>
 | 
								<arguments>
 | 
				
			||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
	</buildSpec>
 | 
						</buildSpec>
 | 
				
			||||||
	<natures>
 | 
						<natures>
 | 
				
			||||||
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 | 
							<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
 | 
				
			||||||
	</natures>
 | 
						</natures>
 | 
				
			||||||
</projectDescription>
 | 
					</projectDescription>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<projectDescription>
 | 
					<projectDescription>
 | 
				
			||||||
	<name>triangle-disassembler</name>
 | 
						<name>Triangle.AbstractMachine.Disassembler</name>
 | 
				
			||||||
	<comment></comment>
 | 
						<comment></comment>
 | 
				
			||||||
	<projects>
 | 
						<projects>
 | 
				
			||||||
	</projects>
 | 
						</projects>
 | 
				
			||||||
@ -11,13 +11,13 @@
 | 
				
			|||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
		<buildCommand>
 | 
							<buildCommand>
 | 
				
			||||||
			<name>org.eclipse.m2e.core.maven2Builder</name>
 | 
								<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
 | 
				
			||||||
			<arguments>
 | 
								<arguments>
 | 
				
			||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
	</buildSpec>
 | 
						</buildSpec>
 | 
				
			||||||
	<natures>
 | 
						<natures>
 | 
				
			||||||
		<nature>org.eclipse.jdt.core.javanature</nature>
 | 
							<nature>org.eclipse.jdt.core.javanature</nature>
 | 
				
			||||||
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 | 
							<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
 | 
				
			||||||
	</natures>
 | 
						</natures>
 | 
				
			||||||
</projectDescription>
 | 
					</projectDescription>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<projectDescription>
 | 
					<projectDescription>
 | 
				
			||||||
	<name>triangle-interpreter</name>
 | 
						<name>Triangle.AbstractMachine.Interpreter</name>
 | 
				
			||||||
	<comment></comment>
 | 
						<comment></comment>
 | 
				
			||||||
	<projects>
 | 
						<projects>
 | 
				
			||||||
	</projects>
 | 
						</projects>
 | 
				
			||||||
@ -11,13 +11,13 @@
 | 
				
			|||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
		<buildCommand>
 | 
							<buildCommand>
 | 
				
			||||||
			<name>org.eclipse.m2e.core.maven2Builder</name>
 | 
								<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
 | 
				
			||||||
			<arguments>
 | 
								<arguments>
 | 
				
			||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
	</buildSpec>
 | 
						</buildSpec>
 | 
				
			||||||
	<natures>
 | 
						<natures>
 | 
				
			||||||
		<nature>org.eclipse.jdt.core.javanature</nature>
 | 
							<nature>org.eclipse.jdt.core.javanature</nature>
 | 
				
			||||||
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 | 
							<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
 | 
				
			||||||
	</natures>
 | 
						</natures>
 | 
				
			||||||
</projectDescription>
 | 
					</projectDescription>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<projectDescription>
 | 
					<projectDescription>
 | 
				
			||||||
	<name>triangle-abstractmachine</name>
 | 
						<name>Triangle.AbstractMachine</name>
 | 
				
			||||||
	<comment></comment>
 | 
						<comment></comment>
 | 
				
			||||||
	<projects>
 | 
						<projects>
 | 
				
			||||||
	</projects>
 | 
						</projects>
 | 
				
			||||||
@ -11,13 +11,13 @@
 | 
				
			|||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
		<buildCommand>
 | 
							<buildCommand>
 | 
				
			||||||
			<name>org.eclipse.m2e.core.maven2Builder</name>
 | 
								<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
 | 
				
			||||||
			<arguments>
 | 
								<arguments>
 | 
				
			||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
	</buildSpec>
 | 
						</buildSpec>
 | 
				
			||||||
	<natures>
 | 
						<natures>
 | 
				
			||||||
		<nature>org.eclipse.jdt.core.javanature</nature>
 | 
							<nature>org.eclipse.jdt.core.javanature</nature>
 | 
				
			||||||
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 | 
							<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
 | 
				
			||||||
	</natures>
 | 
						</natures>
 | 
				
			||||||
</projectDescription>
 | 
					</projectDescription>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<projectDescription>
 | 
					<projectDescription>
 | 
				
			||||||
	<name>triangle-compiler</name>
 | 
						<name>Triangle.Compiler</name>
 | 
				
			||||||
	<comment></comment>
 | 
						<comment></comment>
 | 
				
			||||||
	<projects>
 | 
						<projects>
 | 
				
			||||||
	</projects>
 | 
						</projects>
 | 
				
			||||||
@ -11,13 +11,13 @@
 | 
				
			|||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
		<buildCommand>
 | 
							<buildCommand>
 | 
				
			||||||
			<name>org.eclipse.m2e.core.maven2Builder</name>
 | 
								<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
 | 
				
			||||||
			<arguments>
 | 
								<arguments>
 | 
				
			||||||
			</arguments>
 | 
								</arguments>
 | 
				
			||||||
		</buildCommand>
 | 
							</buildCommand>
 | 
				
			||||||
	</buildSpec>
 | 
						</buildSpec>
 | 
				
			||||||
	<natures>
 | 
						<natures>
 | 
				
			||||||
		<nature>org.eclipse.jdt.core.javanature</nature>
 | 
							<nature>org.eclipse.jdt.core.javanature</nature>
 | 
				
			||||||
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 | 
							<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
 | 
				
			||||||
	</natures>
 | 
						</natures>
 | 
				
			||||||
</projectDescription>
 | 
					</projectDescription>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user