Author: skhudiky
Date: Wed Apr 30 00:59:06 2014
New Revision: 1591157
URL: http://svn.apache.org/r1591157
Log:
OODT-654 Add example setenv.sh
Added:
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/setenv.sh
Added:
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/setenv.sh
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/setenv.sh?rev=1591157&view=auto
==============================================================================
---
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/setenv.sh
(added)
+++
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/setenv.sh
Wed Apr 30 00:59:06 2014
@@ -0,0 +1,13 @@
+######## setenv.sh ########
+#
+# Set project specific configuration in setenv.sh
+#
+# Example:
+# - Change filemgr URL to http://locatlhost:1234
+# FILEMGR_URL=http://locatlhost:1234
+#
+# - Set custom job directory
+# PROJECT_JOB_DIR=/usr/local/project/data/jobs
+#
+############################
+