Author: mattmann
Date: Sat Nov 19 21:48:56 2011
New Revision: 1204086
URL: http://svn.apache.org/viewvc?rev=1204086&view=rev
Log:
- s/contruct/construct/ (fix spelling issue)
Added:
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/
- copied from r1203947,
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/contruct/
Removed:
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/contruct/
Modified:
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/CmdLineUtility.java
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/CmdLineConstructor.java
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/StdCmdLineConstructor.java
Modified:
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/CmdLineUtility.java
URL:
http://svn.apache.org/viewvc/oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/CmdLineUtility.java?rev=1204086&r1=1204085&r2=1204086&view=diff
==============================================================================
--- oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/CmdLineUtility.java
(original)
+++ oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/CmdLineUtility.java
Sat Nov 19 21:48:56 2011
@@ -35,8 +35,8 @@ import org.apache.commons.lang.Validate;
import org.apache.oodt.cas.cli.action.CmdLineAction.ActionMessagePrinter;
import org.apache.oodt.cas.cli.action.store.CmdLineActionStore;
import
org.apache.oodt.cas.cli.action.store.spring.SpringCmdLineActionStoreFactory;
-import org.apache.oodt.cas.cli.contruct.CmdLineConstructor;
-import org.apache.oodt.cas.cli.contruct.StdCmdLineConstructor;
+import org.apache.oodt.cas.cli.construct.CmdLineConstructor;
+import org.apache.oodt.cas.cli.construct.StdCmdLineConstructor;
import org.apache.oodt.cas.cli.exception.CmdLineActionException;
import org.apache.oodt.cas.cli.exception.CmdLineActionExecutionException;
import org.apache.oodt.cas.cli.exception.CmdLineActionStoreException;
Modified:
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/CmdLineConstructor.java
URL:
http://svn.apache.org/viewvc/oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/CmdLineConstructor.java?rev=1204086&r1=1203947&r2=1204086&view=diff
==============================================================================
---
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/CmdLineConstructor.java
(original)
+++
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/CmdLineConstructor.java
Sat Nov 19 21:48:56 2011
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.oodt.cas.cli.contruct;
+package org.apache.oodt.cas.cli.construct;
//JDK imports
import java.util.Set;
Modified:
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/StdCmdLineConstructor.java
URL:
http://svn.apache.org/viewvc/oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/StdCmdLineConstructor.java?rev=1204086&r1=1203947&r2=1204086&view=diff
==============================================================================
---
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/StdCmdLineConstructor.java
(original)
+++
oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli/construct/StdCmdLineConstructor.java
Sat Nov 19 21:48:56 2011
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.oodt.cas.cli.contruct;
+package org.apache.oodt.cas.cli.construct;
//OODT static imports
import static org.apache.oodt.cas.cli.util.CmdLineUtils.getOptionByName;