svn path=/configurations/trunk/tud/; revision=8441
svn path=/configurations/trunk/tud/; revision=8441
Martin Bravenboer committed
Mar 28, 2007 at 13:24 UTC
12263e1f482b180e377105c1c81e5502d0a854a3
1 file changed
+11
-5
supervisor/jobs.conf
+11
-5
@@ -857,12 +857,18 @@ so
857
<job id='spoofax-trunk'>
858
<input id='job' type='svn' url='${jobBaseline}' />
859
<input id='nixpkgs' type='svn' url='${nixpkgsBaseline}' />
860
- <input id='feature' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax-feature' />
861
- <input id='editor' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.editor' />
862
- <input id='aterm' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.aterm' />
863
- <input id='help' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.help' />
864
- <input id='jsglr' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.jsglr' />
860
+
861
+ <input id='feature' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax-feature' />
862
+ <input id='editor' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.editor' />
863
+ <input id='aterm' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.aterm' />
864
+ <input id='jsglr' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.jsglr' />
865
+ <input id='help' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.help' />
866
+ <input id='interpreter' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.interpreter' />
867
+ <input id='adapteraterm' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.interpreter.adapter.aterm' />
868
+ <input id='libjsglr' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.interpreter.library.jsglr' />
869
+ <input id='libeclipse' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.interpreter.library.eclipse' />
870
<input id='relengbuilder' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.releng.builder' />
871
+
872
<job-script>${defaultJobScript}</job-script>
873
<arg>./jobs/spoofax/default.nix</arg>
874
<arg>headRelease</arg>