Skip to content

Commit ca19b5e

Browse files
author
Michael Blakeley
committed
copyrights and status messages
1 parent 7734bae commit ca19b5e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

release.sh

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ cd $BASE
88
pwd
99
BASE=`basename $PWD`
1010
PAGES=$BASE-gh-pages
11+
12+
git status
13+
1114
echo releasing $BASE
1215
(cd src && ant jar) \
1316
&& cp lib/$BASE.jar ../$PAGES/ \

src/java/com/marklogic/developer/corb/Manager.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c)2005-2009 Mark Logic Corporation
2+
* Copyright (c)2005-2010 Mark Logic Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -70,7 +70,7 @@
7070
*/
7171
public class Manager implements Runnable {
7272

73-
public static String VERSION = "2009-12-18.1";
73+
public static String VERSION = "2010-04-29.1";
7474

7575
/**
7676
* @author Michael Blakeley, michael.blakeley@marklogic.com
@@ -398,6 +398,9 @@ private void registerStatusInfo() {
398398
logger.info("Configured modules db: "
399399
+ options.getModulesDatabase());
400400
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());
401404
}
402405

403406
/**

src/java/com/marklogic/developer/corb/Transform.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c)2005-2008 Mark Logic Corporation
2+
* Copyright (c)2005-2010 Mark Logic Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/java/com/marklogic/developer/corb/TransformOptions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c)2005-2007 Mark Logic Corporation
2+
* Copyright (c)2005-2010 Mark Logic Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)