Author: mattmann
Date: Mon Jun  9 19:56:47 2014
New Revision: 1601494

URL: http://svn.apache.org/r1601494
Log:
- add 1 liner script for RADIX OODT-705

Added:
    oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/
    oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix   (with props)
Modified:
    oodt/trunk/CHANGES.txt

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1601494&r1=1601493&r2=1601494&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Mon Jun  9 19:56:47 2014
@@ -1,13 +1,12 @@
 Apache OODT Change Log
 ======================
 
-Release 0.8 - Current Development
----------------------------------
+Release 0.7 - Current Development
+--------------------------------------------
 
-* OODT-703 DataUtil.createProductZipFile throws exception when creating a 
zipfile of a hierarchical product
+* OODT-705 RADIX one step script (mattmann)
 
-Release 0.7 - 08/06/2014
---------------------------------------------
+* OODT-703 DataUtil.createProductZipFile throws exception when creating a 
zipfile of a hierarchical product (thomas)
 
 * OODT-674 MoveDatafileToFailureDir fails to move files off an NFS mounted 
directory (thomas)
 

Added: oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix?rev=1601494&view=auto
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix (added)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix Mon Jun  9 
19:56:47 2014
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+mvn archetype:generate -DarchetypeGroupId=org.apache.oodt \
+    -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=0.7-SNAPSHOT \
+    -Doodt=0.7-SNAPSHOT -DgroupId=com.mycompany \
+    -DartifactId=dms -Dversion=0.1
\ No newline at end of file

Propchange: oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to