You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/11/19 22:48:57 UTC

svn commit: r1204086 - in /oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli: CmdLineUtility.java construct/ construct/CmdLineConstructor.java construct/StdCmdLineConstructor.java contruct/

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;



Re: svn commit: r1204086 - in /oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli: CmdLineUtility.java construct/ construct/CmdLineConstructor.java construct/StdCmdLineConstructor.java contruct/

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
NP, d00d!

On Nov 19, 2011, at 2:38 PM, Brian Foster wrote:

> lol... never did learn how to spell... thanks chris!
> 
> -brian
> 
> On Nov 19, 2011, at 1:48 PM, mattmann@apache.org wrote:
> 
>> 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;
>> 
>> 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Re: svn commit: r1204086 - in /oodt/trunk/cli/src/main/java/org/apache/oodt/cas/cli: CmdLineUtility.java construct/ construct/CmdLineConstructor.java construct/StdCmdLineConstructor.java contruct/

Posted by Brian Foster <ho...@me.com>.
lol... never did learn how to spell... thanks chris!

-brian

On Nov 19, 2011, at 1:48 PM, mattmann@apache.org wrote:

> 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;
> 
>