summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway/WebContent/scripts
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-11-25 20:13:35 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-11-25 20:13:35 +0530
commit1142b0e41de39010de7845cf70d71dbb001fc1dc (patch)
tree3513487f65c1a7df47996bd2852393aceaac1b8a /src/com.gluster.storage.management.gateway/WebContent/scripts
parent92c52d8edf285945d31e446503fc742fde9dcc49 (diff)
Renamed projects / packages com.gluster.* to org.gluster.*
Diffstat (limited to 'src/com.gluster.storage.management.gateway/WebContent/scripts')
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/Protocol.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/Utils.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/XmlHandler.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/add_user_cifs_all.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/create_volume_cifs_all.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/delete_user_cifs_all.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/gmg-reset-password.sh1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/multicast-discover-servers.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/remove_server_volume_cifs_config.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/setup_cifs_config_all.py1
l---------src/com.gluster.storage.management.gateway/WebContent/scripts/update_volume_cifs_all.py1
15 files changed, 0 insertions, 15 deletions
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py
deleted file mode 120000
index 7d230498..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/common/Globals.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/Protocol.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/Protocol.py
deleted file mode 120000
index 7ecad84d..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/Protocol.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/common/Protocol.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/Utils.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/Utils.py
deleted file mode 120000
index df26ff44..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/Utils.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/common/Utils.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/XmlHandler.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/XmlHandler.py
deleted file mode 120000
index 880349a1..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/XmlHandler.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/common/XmlHandler.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/add_user_cifs_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/add_user_cifs_all.py
deleted file mode 120000
index fec57917..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/add_user_cifs_all.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/create_volume_cifs_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/create_volume_cifs_all.py
deleted file mode 120000
index 03752d57..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/create_volume_cifs_all.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/create_volume_cifs_all.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_user_cifs_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_user_cifs_all.py
deleted file mode 120000
index d517e46c..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_user_cifs_all.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/delete_user_cifs_all.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py
deleted file mode 120000
index be9e627c..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/delete_volume_cifs_all.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py
deleted file mode 120000
index 3eff03fd..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/get_volume_user_cifs.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/gmg-reset-password.sh b/src/com.gluster.storage.management.gateway/WebContent/scripts/gmg-reset-password.sh
deleted file mode 120000
index 13b9a40b..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/gmg-reset-password.sh
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/gmg-reset-password.sh \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py
deleted file mode 120000
index 5e56bfbb..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/grun.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/multicast-discover-servers.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/multicast-discover-servers.py
deleted file mode 120000
index 6288f182..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/multicast-discover-servers.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/multicast-discover-servers.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/remove_server_volume_cifs_config.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/remove_server_volume_cifs_config.py
deleted file mode 120000
index 32d1dec4..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/remove_server_volume_cifs_config.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/remove_server_volume_cifs_config.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/setup_cifs_config_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/setup_cifs_config_all.py
deleted file mode 120000
index e3f44800..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/setup_cifs_config_all.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/setup_cifs_config_all.py \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/update_volume_cifs_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/update_volume_cifs_all.py
deleted file mode 120000
index 8496fae4..00000000
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/update_volume_cifs_all.py
+++ /dev/null
@@ -1 +0,0 @@
-../../../com.gluster.storage.management.gateway.scripts/src/gateway/update_volume_cifs_all.py \ No newline at end of file