svn path=/configurations/trunk/tud/; revision=11380
svn path=/configurations/trunk/tud/; revision=11380
Martin Bravenboer committed
Mar 31, 2008 at 02:22 UTC
559adf827c8892dc94e13f91f60b193b85640549
1 file changed
+6
supervisor/strategoxt/jobs.nix
+6
@@ -121,6 +121,12 @@ let easy = (import ./easy-job.nix) attrs;
121
makeInfoURL = makeInfoURL.withATerm64;
122
};
123
124
+ relationStoresTrunk64 = makeEasyJob {
125
+ spec = specs.relationStores;
126
+ dirName = "relation-stores-with-aterm64";
127
+ makeInfoURL = makeInfoURL.withATerm64;
128
+ };
129
+
130
ptSupportTrunk64 = makeEasyJob {
131
spec = specs.ptSupport;
132
dirName = "pt-support-with-aterm64";