| 
									
										
										
										
											2010-03-28 23:54:41 +01:00
										 |  |  | apply plugin: 'groovy' | 
					
						
							| 
									
										
										
										
											2010-03-03 16:40:57 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | repositories { | 
					
						
							| 
									
										
										
										
											2015-03-23 11:14:26 -05:00
										 |  |  | 	mavenCentral() | 
					
						
							|  |  |  | 	maven { | 
					
						
							|  |  |  | 		name = 'SpringSource Enterprise Release' | 
					
						
							|  |  |  | 		url = 'http://repository.springsource.com/maven/bundles/release' | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	maven { | 
					
						
							|  |  |  | 		name = 'SpringSource Enterprise External' | 
					
						
							|  |  |  | 		url = 'http://repository.springsource.com/maven/bundles/external' | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2010-03-03 16:40:57 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-03 14:15:09 -05:00
										 |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2015-03-23 11:14:26 -05:00
										 |  |  | 	compile gradleApi() | 
					
						
							| 
									
										
										
										
											2013-10-03 14:15:09 -05:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-07-06 23:52:11 +01:00
										 |  |  | // GAE
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2015-03-23 11:14:26 -05:00
										 |  |  | 	compile 'com.google.appengine:appengine-tools-sdk:1.4.2' | 
					
						
							| 
									
										
										
										
											2010-07-06 23:52:11 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-02-16 15:57:22 +00:00
										 |  |  | dependencies{ | 
					
						
							| 
									
										
										
										
											2015-03-23 11:14:26 -05:00
										 |  |  | 	compile "emma:emma:2.0.5312" | 
					
						
							| 
									
										
										
										
											2011-02-16 15:57:22 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-03 18:27:15 -06:00
										 |  |  | // Trang
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2015-03-23 11:14:26 -05:00
										 |  |  | 	compile 'com.thaiopensource:trang:20091111', | 
					
						
							|  |  |  | 			'net.sourceforge.saxon:saxon:9.1.0.8' | 
					
						
							| 
									
										
										
										
											2013-01-03 18:27:15 -06:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-03 16:40:57 +01:00
										 |  |  | task ide(type: Copy)  { | 
					
						
							| 
									
										
										
										
											2015-03-23 11:14:26 -05:00
										 |  |  | 	from configurations.runtime | 
					
						
							|  |  |  | 	into 'ide' | 
					
						
							| 
									
										
										
										
											2010-03-03 16:40:57 +01:00
										 |  |  | } |