File tree 4 files changed +10
-4
lines changed
src/java/com/marklogic/developer/corb
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 8
8
pwd
9
9
BASE=` basename $PWD `
10
10
PAGES=$BASE -gh-pages
11
+
12
+ git status
13
+
11
14
echo releasing $BASE
12
15
(cd src && ant jar) \
13
16
&& cp lib/$BASE .jar ../$PAGES / \
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c)2005-2009 Mark Logic Corporation
2
+ * Copyright (c)2005-2010 Mark Logic Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
70
70
*/
71
71
public class Manager implements Runnable {
72
72
73
- public static String VERSION = "2009-12-18 .1" ;
73
+ public static String VERSION = "2010-04-29 .1" ;
74
74
75
75
/**
76
76
* @author Michael Blakeley, michael.blakeley@marklogic.com
@@ -398,6 +398,9 @@ private void registerStatusInfo() {
398
398
logger .info ("Configured modules db: "
399
399
+ options .getModulesDatabase ());
400
400
logger .info ("Configured modules root: " + options .getXDBC_ROOT ());
401
+ logger .info ("Configured uri module: " + options .getUrisModule ());
402
+ logger .info ("Configured process module: "
403
+ + options .getProcessModule ());
401
404
}
402
405
403
406
/**
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c)2005-2008 Mark Logic Corporation
2
+ * Copyright (c)2005-2010 Mark Logic Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c)2005-2007 Mark Logic Corporation
2
+ * Copyright (c)2005-2010 Mark Logic Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments