Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/context/UDDIPreferenceDefaults.java')
-rw-r--r--bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/context/UDDIPreferenceDefaults.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/context/UDDIPreferenceDefaults.java b/bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/context/UDDIPreferenceDefaults.java
deleted file mode 100644
index 39eba91a8..000000000
--- a/bundles/org.eclipse.jst.ws/src/org/eclipse/jst/ws/internal/context/UDDIPreferenceDefaults.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.ws.internal.context;
-
-public class UDDIPreferenceDefaults
-{
- public static final String getUddiCatDataColumnDelimiter()
- {
- return "#";
- }
-
- public static final String getUddiCatDataStringDelimiter()
- {
- return "\"";
- }
-}

Back to the top

'/c/servertools/webtools.servertools.tests.git/diff/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ExistenceTest.java?h=v20100331'>tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ExistenceTest.java20
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/GenericRuntimeTestCase.java101
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/J2EEModuleTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiLaunchableTestCase.java37
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiObjectTestCase.java37
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/RuntimeClasspathProviderDelegateTestCase.java58
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ServletTestCase.java45
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/TestsPlugin.java27
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/WebModuleTestCase.java34
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestApplicationClientModule.java17
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestConnectorModule.java20
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEJBModule.java19
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEnterpriseApplication.java47
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestJ2EEModule.java28
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestRuntimeClasspathProviderDelegate.java37
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestWebModule.java44
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/BinaryTestCase.java397
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/DeleteModuleTestCase.java19
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleHelper.java328
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleTestCase.java581
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/NoSourceTestCase.java558
-rw-r--r--tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ProjectUnzipUtil.java125
-rw-r--r--tests/org.eclipse.jst.server.core.tests/test.xml49
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/.classpath7
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/.project28
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/META-INF/MANIFEST.MF23
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/about.html22
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/build.properties20
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/defs/barruntimeonly.runtimedef60
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/defs/barserveronly.serverdef60
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/defs/fooallinone.serverdef66
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/plugin.properties12
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/plugin.xml95
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/AllGenericServerTests.java54
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerClasspathRuntimeHandlerTest.java74
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerRuntimeTest.java59
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerTest.java61
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/PluginIntegrityTest.java76
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerCreationTest.java159
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerDefinitionTypeTest.java113
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerRuntimeUtils.java123
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionManagerTest.java83
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionModelTest.java166
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestConstants.java23
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestProject.java204
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestsPlugin.java100
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/XMLUtilsTest.java49
-rw-r--r--tests/org.eclipse.jst.server.generic.tests/test.xml49
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/.classpath7
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/.cvsignore2
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/.project28
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.core.prefs52
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/META-INF/MANIFEST.MF19
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/about.html34
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/build.properties18
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/AllTests.java24
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/ExistenceTest.java20
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/OrderedTestSuite.java94
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.jst.server.geronimo.core.tests/test.xml49
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/.classpath7
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/.cvsignore2
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/.project28
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/.settings/org.eclipse.jdt.core.prefs47
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/META-INF/MANIFEST.MF21
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/about.html34
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/build.properties18
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/AllTests.java24
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/ExistenceTest.java20
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/OrderedTestSuite.java94
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.jst.server.geronimo.ui.tests/test.xml49
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/.classpath7
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/.project28
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.ui.prefs4
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/META-INF/MANIFEST.MF26
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/about.html34
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/build.properties17
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatRuntimeTestCase.java47
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatServerTestCase.java309
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AllTests.java118
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/ExistenceTest.java20
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/RuntimeLocation.java15
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32RuntimeTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32ServerTestCase.java67
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40RuntimeTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40ServerTestCase.java67
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41RuntimeTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41ServerTestCase.java67
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50RuntimeTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50ServerTestCase.java67
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55RuntimeTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55ServerTestCase.java67
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60RuntimeTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60ServerTestCase.java67
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TomcatRuntimeTestCase.java169
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/UtilTestCase.java218
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTestCase.java595
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTests.properties279
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/DeleteModuleTestCase.java23
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleHelper.java311
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleTestCase.java42
-rw-r--r--tests/org.eclipse.jst.server.tomcat.core.tests/test.xml51
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/.classpath7
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/.cvsignore5
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/.project28
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.ui.prefs4
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/META-INF/MANIFEST.MF22
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/about.html34
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/build.properties16
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AbstractTomcatServerTestCase.java94
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizard2TestCase.java34
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizardTestCase.java33
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AllTests.java75
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AutobuildTestCase.java21
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildCleanTestCase.java31
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullAgainTestCase.java31
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullTestCase.java31
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildIncrementalTestCase.java31
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateHugeModuleTestCase.java54
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateJavaContentTestCase.java40
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateModulesTestCase.java37
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateWebContentTestCase.java40
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateXMLContentTestCase.java40
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/DeleteModulesTestCase.java31
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/GetDelegateTestCase.java59
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorAgainTestCase.java42
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorTestCase.java26
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishHugeModuleTestCase.java56
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishTestCase.java43
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/Tomcat50ServerTestCase.java17
-rw-r--r--tests/org.eclipse.jst.server.tomcat.tests.performance/test.xml63
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/.classpath7
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/.project28
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.ui.prefs4
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/META-INF/MANIFEST.MF22
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/about.html34
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/build.properties17
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/AllTests.java34
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/DialogsTestCase.java47
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/ExistenceTest.java20
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/OpenEditorTestCase.java25
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/PropertyTestCase.java21
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/UITestHelper.java241
-rw-r--r--tests/org.eclipse.jst.server.tomcat.ui.tests/test.xml51
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/.classpath7
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/.project28
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/META-INF/MANIFEST.MF16
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/about.html34
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/build.properties17
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/AllTests.java26
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ExistenceTest.java25
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ImageResourceTest.java21
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/LabelProviderTest.java80
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.jst.server.ui.tests/test.xml49
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/.classpath7
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/.project28
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/META-INF/MANIFEST.MF17
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/about.html34
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/build.properties17
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/AllTests.java31
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/DialogsTestCase.java27
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ExistenceTest.java21
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/MonitorUICoreTest.java21
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/PreferencesTestCase.java26
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/UITestHelper.java241
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ViewTestCase.java24
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/ContentViewersTestCase.java47
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/TestContentViewer.java28
-rw-r--r--tests/org.eclipse.wst.internet.monitor.ui.tests/test.xml49
-rw-r--r--tests/org.eclipse.wst.server.core.tests/.classpath7
-rw-r--r--tests/org.eclipse.wst.server.core.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.wst.server.core.tests/.project28
-rw-r--r--tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.wst.server.core.tests/META-INF/MANIFEST.MF21
-rw-r--r--tests/org.eclipse.wst.server.core.tests/about.html34
-rw-r--r--tests/org.eclipse.wst.server.core.tests/build.properties16
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/AllTests.java113
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ExistenceTest.java40
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleArtifactTestCase.java30
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTestCase.java76
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTypeTestCase.java39
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/MatchesTestCase.java50
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ModificationStampTestCase.java69
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ProjectPropertiesTestCase.java69
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/PublishListenerTestCase.java34
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/RuntimeLifecycleListenerTestCase.java38
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerCoreTestCase.java77
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerEventTestCase.java302
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerLifecycleListenerTestCase.java38
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerListenerTestCase.java27
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerOperationTestCase.java38
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPortTestCase.java24
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPreferencesTestCase.java45
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerUtilTestCase.java158
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TaskModelTestCase.java25
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TestsPlugin.java43
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractRuntimeTestCase.java212
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractServerTestCase.java388
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ClientsTestCase.java26
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/LaunchableAdaptersTestCase.java26
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ModuleFactoriesTestCase.java26
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeLocatorsTestCase.java26
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeTypesTestCase.java33
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerLocatorsTestCase.java24
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTasksTestCase.java26
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTypesTestCase.java40
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/StartupExtensionTestCase.java21
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestClientDelegate.java26
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleDelegate.java31
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleFactoryDelegate.java34
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResource.java28
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResourceDelta.java33
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModule.java30
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModuleFactoryDelegate.java54
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeDelegate.java81
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeLocatorDelegate.java21
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerBehaviourDelegate.java141
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerDelegate.java101
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerLocatorDelegate.java20
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerTaskDelegate.java22
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestStaticWeb.java19
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ClientDelegateTestCase.java35
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/IURLProviderTestCase.java33
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/LaunchableAdapterDelegateTestCase.java37
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleArtifactAdapterDelegateTestCase.java35
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleDelegateTestCase.java50
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFactoryDelegateTestCase.java39
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFileTestCase.java40
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFolderTestCase.java39
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceDeltaTestCase.java43
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceTestCase.java35
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/PublishOperationTestCase.java41
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeDelegateTestCase.java55
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeLocatorDelegateTestCase.java42
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerBehaviourDelegateTestCase.java55
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerDelegateTestCase.java79
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerLocatorDelegateTestCase.java42
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerTaskDelegateTestCase.java31
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/HTTPLaunchableTestCase.java37
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/NullModuleArtifactTestCase.java33
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleFactoryDelegateTestCase.java38
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleTestCase.java74
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishAdapterTestCase.java24
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishUtilTestCase.java394
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/RuntimeLifecycleAdapterTestCase.java25
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ServerLifecycleAdapterTestCase.java25
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/SocketUtilTestCase.java46
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/StaticWebTestCase.java30
-rw-r--r--tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/WebResourceTestCase.java37
-rw-r--r--tests/org.eclipse.wst.server.core.tests/test.xml49
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/.classpath7
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/.project28
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/META-INF/MANIFEST.MF17
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/about.html34
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/build.properties16
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/AllTests.java25
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/CreationTestCase.java99
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/ExistenceTest.java21
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/OrderedTestSuite.java47
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.wst.server.http.core.tests/testHOLD.xml49
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/.classpath7
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/.cvsignore5
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/.project28
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/META-INF/MANIFEST.MF20
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/about.html34
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/build.properties17
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/data/publish.xml32593
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/AddRemoveModulesWizardTestCase.java30
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/AllTests.java27
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/MementoTestCase.java120
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/ModuleFactoriesExtensionTestCase.java32
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/StartupExtensionTestCase.java30
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/TestsPlugin.java27
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/common/AbstractGetDelegateTestCase.java35
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/common/AbstractOpenEditorTestCase.java35
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/common/ServerPerformanceTestCase.java61
-rw-r--r--tests/org.eclipse.wst.server.tests.performance/test.xml62
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/.classpath7
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/.cvsignore5
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/.project28
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/.settings/org.eclipse.jdt.core.prefs74
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/.settings/org.eclipse.pde.prefs14
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/META-INF/MANIFEST.MF25
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/about.html34
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/build.properties18
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/plugin.properties13
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/AbstractOpenEditorTestCase.java34
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/AllTests.java50
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/ExistenceTest.java22
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/ScanAction.java172
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/ServerLaunchConfigurationTabTestCase.java103
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/ServerTooltipTestCase.java58
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/ServerUICoreTestCase.java21
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/ServerUIPreferencesTestCase.java98
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/TestsPlugin.java24
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/dialog/DialogsTestCase.java36
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/dialog/PreferencesTestCase.java53
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/dialog/UITestHelper.java241
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/dialog/ViewTestCase.java25
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/dialog/WizardTestCase.java56
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/editor/IServerEditorPartInputTestCase.java59
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/editor/ServerEditorActionFactoryDelegateTestCase.java40
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/editor/ServerEditorPartTestCase.java139
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/editor/ServerEditorSectionTestCase.java67
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/impl/TestOrdered.java20
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/impl/TestServerEditorActionFactoryDelegate.java23
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/impl/TestServerEditorPartInput.java50
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/impl/TestWizardHandle.java56
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/wizard/IWizardHandleTestCase.java59
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/wizard/TaskWizardTestCase.java186
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/wizard/WizardFragmentTestCase.java77
-rw-r--r--tests/org.eclipse.wst.server.ui.tests/test.xml49
-rw-r--r--tests/org.eclipse.wst.server.util.tests/.project28
377 files changed, 0 insertions, 51957 deletions
diff --git a/tests/org.eclipse.jst.server.core.tests/.classpath b/tests/org.eclipse.jst.server.core.tests/.classpath
deleted file mode 100644
index 304e861..0000000
--- a/tests/org.eclipse.jst.server.core.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.core.tests/.cvsignore b/tests/org.eclipse.jst.server.core.tests/.cvsignore
deleted file mode 100644
index 6c1b57a..0000000
--- a/tests/org.eclipse.jst.server.core.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-tests.jar
-testssrc.zip
diff --git a/tests/org.eclipse.jst.server.core.tests/.project b/tests/org.eclipse.jst.server.core.tests/.project
deleted file mode 100644
index f4924aa..0000000
--- a/tests/org.eclipse.jst.server.core.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.core.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index c0bf49d..0000000
--- a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Sep 18 13:57:41 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index bb32ae4..0000000
--- a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Feb 23 21:15:57 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.jst.server.core.tests/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.jst.server.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.core.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index 75085a3..0000000
--- a/tests/org.eclipse.jst.server.core.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,20 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.jst.server.core.tests
-Bundle-SymbolicName: org.eclipse.jst.server.core.tests
-Bundle-Version: 1.1.000.qualifier
-Bundle-ClassPath: tests.jar
-Bundle-Activator: org.eclipse.jst.server.core.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.jst.server.core.tests,
- org.eclipse.jst.server.core.tests.impl,
- org.eclipse.jst.server.core.tests.j2ee
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.junit;bundle-version="3.8.0",
- org.eclipse.jdt.core,
- org.eclipse.jdt.launching,
- org.eclipse.wst.server.core,
- org.eclipse.jst.server.core
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/tests/org.eclipse.jst.server.core.tests/about.html b/tests/org.eclipse.jst.server.core.tests/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.jst.server.core.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.jst.server.core.tests/build.properties b/tests/org.eclipse.jst.server.core.tests/build.properties
deleted file mode 100644
index 51c4f98..0000000
--- a/tests/org.eclipse.jst.server.core.tests/build.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = test.xml,\
- tests.jar,\
- META-INF/,\
- about.html,\
- data/
-jars.compile.order = tests.jar
-source.tests.jar = src/
-output.tests.jar = bin/
diff --git a/tests/org.eclipse.jst.server.core.tests/data/PublishEAR.zip b/tests/org.eclipse.jst.server.core.tests/data/PublishEAR.zip
deleted file mode 100644
index 57083ba..0000000
--- a/tests/org.eclipse.jst.server.core.tests/data/PublishEAR.zip
+++ /dev/null
Binary files differ
diff --git a/tests/org.eclipse.jst.server.core.tests/data/PublishEARNoSource.zip b/tests/org.eclipse.jst.server.core.tests/data/PublishEARNoSource.zip
deleted file mode 100644
index b83ce95..0000000
--- a/tests/org.eclipse.jst.server.core.tests/data/PublishEARNoSource.zip
+++ /dev/null
Binary files differ
diff --git a/tests/org.eclipse.jst.server.core.tests/data/PublishTestBinary.zip b/tests/org.eclipse.jst.server.core.tests/data/PublishTestBinary.zip
deleted file mode 100644
index 490214d..0000000
--- a/tests/org.eclipse.jst.server.core.tests/data/PublishTestBinary.zip
+++ /dev/null
Binary files differ
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/AllTests.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/AllTests.java
deleted file mode 100644
index 12d9a3b..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/AllTests.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import java.io.File;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jst.server.core.tests.j2ee.*;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static IPath runtimeLocation;
-
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.jst.server.core.tests");
- //$JUnit-BEGIN$
- System.setProperty("wtp.autotest.noninteractive", "true");
-
- suite.addTestSuite(ExistenceTest.class);
- TestSuite subSuite = new TestSuite(GenericRuntimeTestCase.class);
- GenericRuntimeTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
-
- suite.addTestSuite(J2EEModuleTestCase.class);
- suite.addTestSuite(ApplicationClientTestCase.class);
- suite.addTestSuite(ConnectorModuleTestCase.class);
- suite.addTestSuite(EJBModuleTestCase.class);
- suite.addTestSuite(WebModuleTestCase.class);
- suite.addTestSuite(EnterpriseApplicationTestCase.class);
-
- suite.addTestSuite(EJBBeanTestCase.class);
- suite.addTestSuite(ServletTestCase.class);
- suite.addTestSuite(JndiObjectTestCase.class);
- suite.addTestSuite(JndiLaunchableTestCase.class);
-
- suite.addTestSuite(RuntimeClasspathProviderDelegateTestCase.class);
-
- String s = System.getProperty("org.eclipse.jst.server.tomcat.60");
- //s = "D:\\Tools\\tomcat\\jakarta-tomcat-3.2.4";
- if (s != null && s.length() > 0) {
- if (!s.endsWith(File.separator))
- s += File.separator;
- runtimeLocation = new Path(s + "lib");
- }
- //s = System.getProperty("org.eclipse.jst.server.tomcat.55");
- if (s != null && s.length() > 0) {
- if (!s.endsWith(File.separator))
- s += File.separator;
- runtimeLocation = new Path(s + "common" + File.separator + "lib");
- }
-
- // bug 160848
-
- if (runtimeLocation != null) {
- subSuite = new TestSuite(ModuleTestCase.class);
- ModuleTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- }
-
- subSuite = new TestSuite(NoSourceTestCase.class);
- NoSourceTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- subSuite = new TestSuite(BinaryTestCase.class);
- BinaryTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
-
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ApplicationClientTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ApplicationClientTestCase.java
deleted file mode 100644
index 71febab..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ApplicationClientTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.IApplicationClientModule;
-import org.eclipse.jst.server.core.tests.impl.TestApplicationClientModule;
-import junit.framework.TestCase;
-
-public class ApplicationClientTestCase extends TestCase {
- protected static IApplicationClientModule module;
-
- public void test00Create() {
- module = new TestApplicationClientModule();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ConnectorModuleTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ConnectorModuleTestCase.java
deleted file mode 100644
index 660347a..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ConnectorModuleTestCase.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.IConnectorModule;
-import org.eclipse.jst.server.core.tests.impl.TestConnectorModule;
-import junit.framework.TestCase;
-
-public class ConnectorModuleTestCase extends TestCase {
- protected static IConnectorModule module;
-
- protected IConnectorModule getConnectorModule() {
- if (module == null) {
- module = new TestConnectorModule();
- }
- return module;
- }
-
- public void testCreate() {
- getConnectorModule();
- }
-
- public void testClasspath() {
- getConnectorModule().getClasspath();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EJBBeanTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EJBBeanTestCase.java
deleted file mode 100644
index 88302bf..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EJBBeanTestCase.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.EJBBean;
-import junit.framework.TestCase;
-
-public class EJBBeanTestCase extends TestCase {
- protected static EJBBean bean;
-
- protected EJBBean getEJBBean() {
- if (bean == null) {
- bean = new EJBBean(null, "test", false, true);
- }
- return bean;
- }
-
- public void testCreate() {
- getEJBBean();
- }
-
- public void testGetModule() {
- assertNull(getEJBBean().getModule());
- }
-
- public void testGetJNDIName() {
- assertEquals(getEJBBean().getJndiName(), "test");
- }
-
- public void testLocal() {
- assertTrue(getEJBBean().hasLocalInterface());
- }
-
- public void testRemote() {
- assertFalse(getEJBBean().hasRemoteInterface());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EJBModuleTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EJBModuleTestCase.java
deleted file mode 100644
index 6961827..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EJBModuleTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.IEJBModule;
-import org.eclipse.jst.server.core.tests.impl.TestEJBModule;
-import junit.framework.TestCase;
-
-public class EJBModuleTestCase extends TestCase {
- protected static IEJBModule module;
-
- public void test00Create() {
- module = new TestEJBModule();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EnterpriseApplicationTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EnterpriseApplicationTestCase.java
deleted file mode 100644
index 8e19e54..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/EnterpriseApplicationTestCase.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.IEnterpriseApplication;
-import org.eclipse.jst.server.core.tests.impl.TestEnterpriseApplication;
-
-import junit.framework.TestCase;
-
-public class EnterpriseApplicationTestCase extends TestCase {
- protected static IEnterpriseApplication app;
-
- protected IEnterpriseApplication getEnterpriseApplication() {
- if (app == null) {
- app = new TestEnterpriseApplication();
- }
- return app;
- }
-
- public void testCreate() {
- getEnterpriseApplication();
- }
-
- public void testModules() {
- getEnterpriseApplication().getModules();
- }
-
- public void testURI() {
- getEnterpriseApplication().getURI(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ExistenceTest.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ExistenceTest.java
deleted file mode 100644
index bf33320..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ExistenceTest.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.internal.JavaServerPlugin;
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(JavaServerPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/GenericRuntimeTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/GenericRuntimeTestCase.java
deleted file mode 100644
index d61733d..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/GenericRuntimeTestCase.java
+++ /dev/null
@@ -1,101 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jst.server.core.internal.GenericRuntimeUtil;
-import org.eclipse.jst.server.core.internal.IGenericRuntime;
-import org.eclipse.jst.server.core.internal.IGenericRuntimeWorkingCopy;
-import org.eclipse.wst.server.core.*;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/* Note: These tests may be executed in any order. Because null is used as most
- * arguments, the order doesn't currently matter. If non-null arguments are used,
- * it may be necessary to rewrite the tests to make them truly order independent.
- */
-
-public class GenericRuntimeTestCase extends TestCase {
- private static final String RUNTIME_TYPE_ID = "org.eclipse.jst.server.core.runtimeType";
-
- protected static IRuntime runtime;
-
- protected IRuntime getRuntime() throws Exception {
- if (runtime == null) {
- IRuntimeType rt = ServerCore.findRuntimeType(RUNTIME_TYPE_ID);
- IRuntimeWorkingCopy wc = rt.createRuntime("a", null);
- wc.setLocation(new Path("c://test"));
- runtime = wc.save(false, null);
- }
- return runtime;
- }
-
- protected IGenericRuntime getGenericRuntime() throws Exception {
- return (IGenericRuntime)getRuntime().getAdapter(IGenericRuntime.class);
- }
-
- protected IRuntime getRuntimeWC() throws Exception {
- return getRuntime().createWorkingCopy();
- }
-
- protected IGenericRuntimeWorkingCopy getGenericRuntimeWC() throws Exception {
- return (IGenericRuntimeWorkingCopy)getRuntimeWC().loadAdapter(IGenericRuntimeWorkingCopy.class, null);
- }
-
- public static void addOrderedTests(TestSuite suite) {
- suite.addTest(TestSuite.createTest(GenericRuntimeTestCase.class, "deleteRuntime"));
- }
-
- public void testCreateRuntime() throws Exception {
- assertTrue(!getRuntime().isWorkingCopy());
- }
-
- public void testValidateRuntime() throws Exception {
- IStatus status = getRuntime().validate(null);
- assertTrue(!status.isOK());
- }
-
- public void testUtil() throws Exception {
- assertTrue(GenericRuntimeUtil.isGenericJ2EERuntime(getRuntime()));
- }
-
- public void testAdapt() throws Exception {
- assertNotNull(getGenericRuntime());
- }
-
- public void testAdaptWorkingCopy() throws Exception {
- assertNotNull(getRuntime().getAdapter(IGenericRuntimeWorkingCopy.class));
- }
-
- public void testGetJVM() throws Exception {
- assertNotNull(getGenericRuntime().getVMInstall());
- }
-
- public void testAdapt2() throws Exception {
- assertNotNull(getGenericRuntimeWC());
- }
-
- public void testAdapt3() throws Exception {
- assertNotNull(getRuntimeWC().loadAdapter(IGenericRuntime.class, null));
- }
-
- public void testSetJVM() throws Exception {
- assertNotNull(getGenericRuntimeWC().getVMInstall());
- assertNotNull(getGenericRuntimeWC().getVMInstall());
- }
-
- public void deleteRuntime() throws Exception {
- getRuntime().delete();
- runtime = null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/J2EEModuleTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/J2EEModuleTestCase.java
deleted file mode 100644
index 8785912..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/J2EEModuleTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.IJ2EEModule;
-import org.eclipse.jst.server.core.tests.impl.TestJ2EEModule;
-import junit.framework.TestCase;
-
-public class J2EEModuleTestCase extends TestCase {
- protected static IJ2EEModule module;
-
- public void test00Create() {
- module = new TestJ2EEModule();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiLaunchableTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiLaunchableTestCase.java
deleted file mode 100644
index 49a2432..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiLaunchableTestCase.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.JndiLaunchable;
-import junit.framework.TestCase;
-
-public class JndiLaunchableTestCase extends TestCase {
- protected static JndiLaunchable launch;
-
- protected JndiLaunchable getJndiLaunchable() {
- if (launch == null) {
- launch = new JndiLaunchable(null, "test");
- }
- return launch;
- }
-
- public void testCreate() {
- getJndiLaunchable();
- }
-
- public void testGetProperties() {
- assertNull(getJndiLaunchable().getProperties());
- }
-
- public void testGetJNDIName() {
- assertEquals(getJndiLaunchable().getJNDIName(), "test");
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiObjectTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiObjectTestCase.java
deleted file mode 100644
index a0b13a4..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/JndiObjectTestCase.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.JndiObject;
-import junit.framework.TestCase;
-
-public class JndiObjectTestCase extends TestCase {
- protected static JndiObject obj;
-
- protected JndiObject getJndiObject() {
- if (obj == null) {
- obj = new JndiObject(null, "test");
- }
- return obj;
- }
-
- public void testCreate() {
- getJndiObject();
- }
-
- public void testGetModule() {
- assertNull(getJndiObject().getModule());
- }
-
- public void testGetJNDIName() {
- assertEquals(getJndiObject().getJndiName(), "test");
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/RuntimeClasspathProviderDelegateTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/RuntimeClasspathProviderDelegateTestCase.java
deleted file mode 100644
index 37582e3..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/RuntimeClasspathProviderDelegateTestCase.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.RuntimeClasspathProviderDelegate;
-import org.eclipse.jst.server.core.tests.impl.TestRuntimeClasspathProviderDelegate;
-import junit.framework.TestCase;
-
-public class RuntimeClasspathProviderDelegateTestCase extends TestCase {
- protected static RuntimeClasspathProviderDelegate handler;
-
- protected RuntimeClasspathProviderDelegate getHander() {
- if (handler == null) {
- handler = new TestRuntimeClasspathProviderDelegate();
- }
- return handler;
- }
-
- public void testCreate() {
- getHander();
- }
-
- public void testResolveClasspathContainer() {
- getHander().resolveClasspathContainer(null);
- }
-
- public void testResolveClasspathContainer2() {
- getHander().resolveClasspathContainer(null, null);
- }
-
- public void testResolveClasspathContainerImpl() {
- getHander().resolveClasspathContainerImpl(null);
- }
-
- public void testResolveClasspathContainerImpl2() {
- getHander().resolveClasspathContainerImpl(null, null);
- }
-
- public void testTestAddMethods() {
- ((TestRuntimeClasspathProviderDelegate) getHander()).testAddMethods();
- }
-
- public void testRequestClasspathContainerUpdate() {
- getHander().requestClasspathContainerUpdate(null, null);
- }
-
- public void testHasRuntimeClasspathChanged() {
- getHander().hasRuntimeClasspathChanged(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ServletTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ServletTestCase.java
deleted file mode 100644
index ed820dc..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/ServletTestCase.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.Servlet;
-import junit.framework.TestCase;
-
-public class ServletTestCase extends TestCase {
- protected static Servlet servlet;
-
- protected Servlet getServlet() {
- if (servlet == null) {
- servlet = new Servlet(null, "class", "alias");
- }
- return servlet;
- }
-
- public void testCreate() {
- getServlet();
- }
-
- public void testGetModule() {
- assertNull(getServlet().getModule());
- }
-
- public void testGetClassName() {
- assertEquals(getServlet().getServletClassName(), "class");
- }
-
- public void testGetAlias() {
- assertEquals(getServlet().getAlias(), "alias");
- }
-
- public void testToString() {
- getServlet().toString();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/TestsPlugin.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/TestsPlugin.java
deleted file mode 100644
index 2c4bb53..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/TestsPlugin.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- public static TestsPlugin instance;
-
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- instance = this;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/WebModuleTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/WebModuleTestCase.java
deleted file mode 100644
index a93b2a2..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/WebModuleTestCase.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests;
-
-import org.eclipse.jst.server.core.IWebModule;
-import org.eclipse.jst.server.core.tests.impl.TestWebModule;
-import junit.framework.TestCase;
-
-public class WebModuleTestCase extends TestCase {
- protected static IWebModule module;
-
- protected IWebModule getWebModule() {
- if (module == null) {
- module = new TestWebModule();
- }
- return module;
- }
-
- public void testCreate() {
- getWebModule();
- }
-
- public void testContextRoot() {
- getWebModule().getContextRoot();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestApplicationClientModule.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestApplicationClientModule.java
deleted file mode 100644
index 19369c5..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestApplicationClientModule.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.impl;
-
-import org.eclipse.jst.server.core.IApplicationClientModule;
-
-public class TestApplicationClientModule extends TestJ2EEModule implements IApplicationClientModule {
- // no additonal methods
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestConnectorModule.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestConnectorModule.java
deleted file mode 100644
index 152ec14..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestConnectorModule.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.impl;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.core.IConnectorModule;
-
-public class TestConnectorModule extends TestJ2EEModule implements IConnectorModule {
- public IPath[] getClasspath() {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEJBModule.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEJBModule.java
deleted file mode 100644
index 7676c6c..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEJBModule.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.impl;
-
-import org.eclipse.jst.server.core.IEJBModule;
-
-public class TestEJBModule extends TestJ2EEModule implements IEJBModule {
- public String getEJBSpecificationVersion() {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEnterpriseApplication.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEnterpriseApplication.java
deleted file mode 100644
index 3064bbe..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestEnterpriseApplication.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.impl;
-
-import org.eclipse.core.resources.IContainer;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.core.IEnterpriseApplication;
-import org.eclipse.jst.server.core.IJ2EEModule;
-import org.eclipse.wst.server.core.IModule;
-
-public class TestEnterpriseApplication implements IEnterpriseApplication {
- public String getJ2EESpecificationVersion() {
- return null;
- }
-
- public IPath getLocation() {
- return null;
- }
-
- public IModule[] getModules() {
- return null;
- }
-
- public String getURI(IJ2EEModule module) {
- return null;
- }
-
- public boolean containsLooseModules() {
- return false;
- }
-
- public String getURI(IModule module) {
- return null;
- }
-
- public IContainer[] getResourceFolders() {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestJ2EEModule.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestJ2EEModule.java
deleted file mode 100644
index 6566ffc..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestJ2EEModule.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.impl;
-
-import org.eclipse.core.resources.IContainer;
-import org.eclipse.jst.server.core.IJ2EEModule;
-
-public class TestJ2EEModule implements IJ2EEModule {
- public boolean isBinary() {
- return false;
- }
-
- public IContainer[] getResourceFolders() {
- return null;
- }
-
- public IContainer[] getJavaOutputFolders() {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestRuntimeClasspathProviderDelegate.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestRuntimeClasspathProviderDelegate.java
deleted file mode 100644
index 112c8d9..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestRuntimeClasspathProviderDelegate.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.impl;
-
-import java.util.*;
-import org.eclipse.jdt.core.IClasspathEntry;
-import org.eclipse.jst.server.core.RuntimeClasspathProviderDelegate;
-import org.eclipse.wst.server.core.IRuntime;
-/**
- *
- */
-public class TestRuntimeClasspathProviderDelegate extends RuntimeClasspathProviderDelegate {
- public String getClasspathContainerLabel(IRuntime runtime, String id) {
- return null;
- }
-
- public IClasspathEntry[] resolveClasspathContainer(IRuntime runtime, String id) {
- return null;
- }
-
- public void testAddMethods() {
- List<IClasspathEntry> list = new ArrayList<IClasspathEntry>();
- try {
- addLibraryEntries(list, null, false);
- } catch (Exception e) {
- // ignore
- }
- }
-}
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestWebModule.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestWebModule.java
deleted file mode 100644
index 1436f82..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/impl/TestWebModule.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.impl;
-
-import org.eclipse.jst.server.core.IWebModule;
-import org.eclipse.wst.server.core.IModule;
-
-public class TestWebModule extends TestJ2EEModule implements IWebModule {
- public String getServletSpecificationVersion() {
- return null;
- }
-
- public String getJSPSpecificationVersion() {
- return null;
- }
-
- public String getContextRoot() {
- return null;
- }
-
- public boolean isPublishRequired() {
- return false;
- }
-
- public IModule[] getModules() {
- return null;
- }
-
- public String getURI(IModule module) {
- return null;
- }
-
- public String getContextRoot(IModule earModule) {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/BinaryTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/BinaryTestCase.java
deleted file mode 100644
index 2911ff8..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/BinaryTestCase.java
+++ /dev/null
@@ -1,397 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.j2ee;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.jst.server.core.IEnterpriseApplication;
-import org.eclipse.jst.server.core.IJ2EEModule;
-import org.eclipse.jst.server.core.IWebModule;
-import org.eclipse.wst.server.core.*;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-public class BinaryTestCase extends TestCase {
- private static final String[] PROJECT_NAMES = new String[] {
- "PublishTestEAR", "PublishTestEJB", "test", "test2",
- "PublishTestWeb", "PublishTestWeb2", "PublishTestConnector", "PublishTestClient"
- };
-
- private static final String EJB_PATH = "lib/PublishTestEAR/EarContent/PublishTestEJB.jar";
- private static final String CONN_PATH = "lib/PublishTestEAR/EarContent/PublishTestConnector.rar";
- private static final String CLIENT_PATH = "lib/PublishTestEAR/EarContent/PublishTestClient.jar";
- private static final String WEBAPP_PATH = "lib/PublishTestEAR/EarContent/PublishTestWeb.war";
- private static final String WEBAPP2_PATH = "lib/PublishTestEAR/EarContent/PublishTestWeb2.war";
-
- private static boolean projectsCreated;
-
- @Override
- protected void setUp() throws Exception {
- if (!projectsCreated) {
- ModuleHelper.importProject("PublishTestBinary.zip", new String[] { PROJECT_NAMES[0] } );
- ModuleHelper.buildIncremental();
- projectsCreated = true;
- }
- }
-
- protected IModule getEARModule(String project) throws Exception {
- return ModuleHelper.getModule("jst.ear", project);
- }
-
- protected IEnterpriseApplication getEnterpriseApp(String project) throws Exception {
- return (IEnterpriseApplication) getEARModule(project).loadAdapter(IEnterpriseApplication.class, null);
- }
-
- protected IModule getEJBModule(String ejb) throws Exception {
- return ModuleHelper.getModule("jst.ejb", ejb);
- }
-
- protected IJ2EEModule getJ2EEEJBModule(String ejb) throws Exception {
- return (IJ2EEModule) getEJBModule(ejb).loadAdapter(IJ2EEModule.class, null);
- }
-
- protected IModule getConnectorModule(String conn) throws Exception {
- return ModuleHelper.getModule("jst.connector", conn);
- }
-
- protected IJ2EEModule getJ2EEConnectorModule(String conn) throws Exception {
- return (IJ2EEModule) getConnectorModule(conn).loadAdapter(IJ2EEModule.class, null);
- }
-
- protected IModule getAppClientModule(String client) throws Exception {
- return ModuleHelper.getModule("jst.appclient", client);
- }
-
- protected IJ2EEModule getJ2EEAppClientModule(String client) throws Exception {
- return (IJ2EEModule) getAppClientModule(client).loadAdapter(IJ2EEModule.class, null);
- }
-
- protected IModule getWebModule(String webapp) throws Exception {
- return ModuleHelper.getModule("jst.web", webapp);
- }
-
- protected IWebModule getJ2EEWebModule(String webapp) throws Exception {
- return (IWebModule) getWebModule(webapp).loadAdapter(IWebModule.class, null);
- }
-
- public static void addOrderedTests(TestSuite suite) {
- suite.addTest(TestSuite.createTest(BinaryTestCase.class, "deleteProjects"));
- }
-
- public void testNumEarModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.ear").length, 1);
- }
-
- public void testNumWebModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.web").length, 2);
- }
-
- public void testNumEjbModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.ejb").length, 1);
- }
-
- public void testNumUtilityModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.utility").length, 0);
- }
-
- public void testNumClientModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.appclient").length, 1);
- }
-
- public void testNumConnectorModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.connector").length, 1);
- }
-
-
- // ---------- EAR tests ----------
-
- public void testEARModule() throws Exception {
- assertNotNull(getEARModule("PublishTestEAR"));
- }
-
- public void testEARFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getEARModule("PublishTestEAR"), "META-INF/application.xml"))
- fail();
- }
-
- public void test0EARJarExists() throws Exception {
- if (!ModuleHelper.fileExists(getEARModule("PublishTestEAR"), "PublishTestUtil2.jar"))
- fail();
- }
-
- public void testEARFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getEARModule("PublishTestEAR")), 4);
- }
-
- public void testEARFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getEARModule("PublishTestEAR")), 1);
- }
-
- public void testEARModuleType() throws Exception {
- assertEquals(getEARModule("PublishTestEAR").getModuleType().getId(), "jst.ear");
- }
-
- public void testEARGetApp() throws Exception {
- assertNotNull(getEnterpriseApp("PublishTestEAR"));
- }
-
- public void testEARResourceFolderCount() throws Exception {
- assertEquals(getEnterpriseApp("PublishTestEAR").getResourceFolders().length, 1);
- }
-
- public void testEARModuleCount() throws Exception {
- assertEquals(getEnterpriseApp("PublishTestEAR").getModules().length, 5);
- }
-
- public void testEARModuleNames() throws Exception {
- IModule[] modules = getEnterpriseApp("PublishTestEAR").getModules();
- int size = modules.length;
- List<String> list = new ArrayList<String>(size);
- for (IModule m : modules)
- list.add(m.getName());
-
- String[] s = new String[] {
- "PublishTestEJB.jar", "PublishTestWeb.war",
- "PublishTestWeb2.war", "PublishTestConnector.rar", "PublishTestClient.jar"
- };
-
- for (String ss : s) {
- // New versions of the modules will not include the full path as the getName() / display purposes
- //if (!list.contains("lib/PublishTestEAR/EarContent/" + ss))
- if( !list.contains(ss))
- fail("EAR does not contain " + ss);
- }
- }
-
-
- // ---------- EJB tests ----------
-
- public void testEJBModule() throws Exception {
- assertNotNull(getEJBModule(EJB_PATH));
- }
-
- public void testEJBFileExists() throws Exception {
- /* PublishTestEJB should be exposed as a child module, NOT as a resource
- if (!ModuleHelper.fileExists(module, "PublishTestEJB.jar"))
- fail();
- */
- }
-
- public void testEJBFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getEJBModule(EJB_PATH)), 1);
- }
-
- public void test085EJB() throws Exception {
- assertEquals(ModuleHelper.countFolders(getEJBModule(EJB_PATH)), 0);
- }
-
- public void testEJBModuleType() throws Exception {
- assertEquals(getEJBModule(EJB_PATH).getModuleType().getId(), "jst.ejb");
- }
-
- public void testEJBJ2EEModule() throws Exception {
- assertNotNull(getJ2EEEJBModule(EJB_PATH));
- }
-
- public void testEJBResourceFolderCount() throws Exception {
- assertEquals(getJ2EEEJBModule(EJB_PATH).getResourceFolders().length, 1);
- }
-
- public void testEJBJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEEJBModule(EJB_PATH).getJavaOutputFolders().length, 0);
- }
-
- public void testEJBIsBinary() throws Exception {
- assertTrue(getJ2EEEJBModule(EJB_PATH).isBinary());
- }
-
-
- // ---------- Connector tests ----------
-
- public void testConnectorModule() throws Exception {
- assertNotNull(getConnectorModule(CONN_PATH));
- }
-
- public void testConnectorFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getConnectorModule(CONN_PATH), "PublishTestConnector.rar"))
- fail();
- }
-
- public void testConnectorFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getConnectorModule(CONN_PATH)), 1);
- }
-
- public void testConnectorFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getConnectorModule(CONN_PATH)), 0);
- }
-
- public void testConnectorModuleType() throws Exception {
- assertEquals(getConnectorModule(CONN_PATH).getModuleType().getId(), "jst.connector");
- }
-
- public void testConnectorJ2EEModule() throws Exception {
- assertNotNull(getJ2EEConnectorModule(CONN_PATH));
- }
-
- public void testConnectorResourceFolderCount() throws Exception {
- assertEquals(getJ2EEConnectorModule(CONN_PATH).getResourceFolders().length, 1);
- }
-
- public void testConnectorJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEConnectorModule(CONN_PATH).getJavaOutputFolders().length, 0);
- }
-
- public void testConnectorIsBinary() throws Exception {
- assertTrue(getJ2EEConnectorModule(CONN_PATH).isBinary());
- }
-
-
- // ---------- Client tests ----------
-
- public void testClientModule() throws Exception {
- assertNotNull(getAppClientModule(CLIENT_PATH));
- }
-
- public void testClientFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getAppClientModule(CLIENT_PATH), "PublishTestClient.jar"))
- fail();
- }
-
- public void testClientFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getAppClientModule(CLIENT_PATH)), 1);
- }
-
- public void testClientFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getAppClientModule(CLIENT_PATH)), 0);
- }
-
- public void testClientModuleTime() throws Exception {
- assertEquals(getAppClientModule(CLIENT_PATH).getModuleType().getId(), "jst.appclient");
- }
-
- public void testClientJ2EEModule() throws Exception {
- assertNotNull(getJ2EEAppClientModule(CLIENT_PATH));
- }
-
- public void testClientResourceFolderCount() throws Exception {
- assertEquals(getJ2EEAppClientModule(CLIENT_PATH).getResourceFolders().length, 1);
- }
-
- public void testClientJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEAppClientModule(CLIENT_PATH).getJavaOutputFolders().length, 0);
- }
-
- public void testClientIsBinary() throws Exception {
- assertTrue(getJ2EEAppClientModule(CLIENT_PATH).isBinary());
- }
-
-
- // ---------- Web 1 tests ----------
-
- public void testWebModule() throws Exception {
- assertNotNull(getWebModule(WEBAPP_PATH));
- }
-
- public void testWebFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getWebModule(WEBAPP_PATH), "PublishTestWeb.war"))
- fail();
- }
-
- public void testWebFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getWebModule(WEBAPP_PATH)), 1);
- }
-
- public void testWebFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getWebModule(WEBAPP_PATH)), 0);
- }
-
- public void testWebModuleType() throws Exception {
- assertEquals(getWebModule(WEBAPP_PATH).getModuleType().getId(), "jst.web");
- }
-
- public void testWebJ2EEModule() throws Exception {
- assertNotNull(getJ2EEWebModule(WEBAPP_PATH));
- }
-
- public void testWebResourceFolderCount() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP_PATH).getResourceFolders().length, 1);
- }
-
- public void testWebJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP_PATH).getJavaOutputFolders().length, 0);
- }
-
- public void testWebModuleCount() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP_PATH).getModules().length, 0);
- }
-
- public void _testWebContextRoot() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP_PATH).getContextRoot(), "PublishTestWeb");
- }
-
- public void testWebIsBinaary() throws Exception {
- assertTrue(getJ2EEWebModule(WEBAPP_PATH).isBinary());
- }
-
-
- // ---------- Web 2 tests ----------
-
- public void testWeb2Module() throws Exception {
- assertNotNull(getWebModule(WEBAPP2_PATH));
- }
-
- public void testWeb2FileExists() throws Exception {
- if (!ModuleHelper.fileExists(getWebModule(WEBAPP2_PATH), "PublishTestWeb2.war"))
- fail();
- }
-
- public void testWeb2FileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getWebModule(WEBAPP2_PATH)), 1);
- }
-
- public void testWeb2FolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getWebModule(WEBAPP2_PATH)), 0);
- }
-
- public void testWeb2ModuleType() throws Exception {
- assertEquals(getWebModule(WEBAPP2_PATH).getModuleType().getId(), "jst.web");
- }
-
- public void testWeb2J2EEModule() throws Exception {
- assertNotNull(getJ2EEWebModule(WEBAPP2_PATH));
- }
-
- public void testWeb2ResourceFolderCount() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP2_PATH).getResourceFolders().length, 1);
- }
-
- public void testWeb2JavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP2_PATH).getJavaOutputFolders().length, 0);
- }
-
- public void testWeb2ModuleCount() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP2_PATH).getModules().length, 0);
- }
-
- public void _testWeb2ContextRoot() throws Exception {
- assertEquals(getJ2EEWebModule(WEBAPP2_PATH).getContextRoot(), "PublishTestWeb2");
- }
-
- public void testWeb2IsBinary() throws Exception {
- assertTrue(getJ2EEWebModule(WEBAPP2_PATH).isBinary());
- }
-
- public void deleteProjects() throws Exception {
- ModuleHelper.deleteProject(PROJECT_NAMES[0]);
- }
-}
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/DeleteModuleTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/DeleteModuleTestCase.java
deleted file mode 100644
index 5a4b168..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/DeleteModuleTestCase.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.j2ee;
-
-import junit.framework.TestCase;
-
-public class DeleteModuleTestCase extends TestCase {
- public void test0DeleteWebModule() throws Exception {
- //ModuleHelper.deleteModule(ModuleTestCase.WEB_MODULE_NAME);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleHelper.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleHelper.java
deleted file mode 100644
index 2ddc198..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleHelper.java
+++ /dev/null
@@ -1,328 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.j2ee;
-
-import org.eclipse.core.resources.*;
-import org.eclipse.core.runtime.*;
-import org.eclipse.core.runtime.jobs.Job;
-import org.eclipse.jst.server.core.tests.TestsPlugin;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.ServerUtil;
-import org.eclipse.wst.server.core.model.*;
-import org.eclipse.wst.server.core.util.ProjectModule;
-import java.io.IOException;
-import java.net.URL;
-
-public class ModuleHelper {
- protected static IPath getLocalPath(IPath path) {
- try {
- URL url = FileLocator.find(TestsPlugin.instance.getBundle(), path, null);
- url = FileLocator.toFileURL(url);
- return new Path(url.getPath());
- } catch (IOException e) {
- e.printStackTrace();
- return null;
- }
- }
-
- public static boolean importProject(String zipName, String[] projectNames) {
- IPath zipPath = getLocalPath(new Path("data").append(zipName));
- ProjectUnzipUtil util = new ProjectUnzipUtil(zipPath, projectNames);
- return util.createProjects();
- }
-
- public static void deleteProject(final String projectName) throws Exception {
- class DeleteJob extends Job {
- public DeleteJob() {
- super("Deleting project");
-
- IResourceRuleFactory ruleFactory = ResourcesPlugin.getWorkspace().getRuleFactory();
- setRule(ruleFactory.createRule(ResourcesPlugin.getWorkspace().getRoot()));
- }
-
- protected IStatus run(IProgressMonitor monitor) {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(projectName);
- try {
- project.delete(true, null);
- } catch (CoreException ce) {
- return ce.getStatus();
- }
- return Status.OK_STATUS;
- }
- }
-
- Job job = new DeleteJob();
- job.schedule();
- job.join();
- //IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(projectName);
- //project.delete(true, null);
- }
-
- public static void buildIncremental() throws CoreException {
- ResourcesPlugin.getWorkspace().build(IncrementalProjectBuilder.INCREMENTAL_BUILD, null);
- boolean interrupted = true;
- while (interrupted) {
- try {
- Job.getJobManager().join(ResourcesPlugin.FAMILY_AUTO_BUILD,
- new NullProgressMonitor());
- interrupted = false;
- } catch (InterruptedException e) {
- //
- }
- }
- }
-
- public static void buildFull() throws CoreException {
- ResourcesPlugin.getWorkspace().build(IncrementalProjectBuilder.FULL_BUILD, null);
- boolean interrupted = true;
- while (interrupted) {
- try {
- Job.getJobManager().join(ResourcesPlugin.FAMILY_AUTO_BUILD,
- new NullProgressMonitor());
- interrupted = false;
- } catch (InterruptedException e) {
- //
- }
- }
- }
-
- public static void buildClean() throws CoreException {
- ResourcesPlugin.getWorkspace().build(IncrementalProjectBuilder.CLEAN_BUILD, null);
- boolean interrupted = true;
- while (interrupted) {
- try {
- Job.getJobManager().join(ResourcesPlugin.FAMILY_AUTO_BUILD,
- new NullProgressMonitor());
- interrupted = false;
- } catch (InterruptedException e) {
- //
- }
- }
- }
-
- public static IModule getModuleFromProject(String name) throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- IModule module = ServerUtil.getModule(project);
- if (module == null)
- throw new Exception("No module in project");
-
- return module;
- }
-
- public static IModule getModule(String type, String name) throws Exception {
- IModule[] modules = ServerUtil.getModules(type);
- for (IModule module : modules) {
- if (module.getName().equals(name))
- return module;
- }
-
- return null;
- }
-
- public static int countFiles(IModule module) throws CoreException {
- ModuleDelegate pm = (ModuleDelegate)module.loadAdapter(ModuleDelegate.class, null);
- IModuleResource[] mr = pm.members();
-
- int count = 0;
- for (IModuleResource m : mr) {
- if (m instanceof IModuleFolder)
- count += countFiles((IModuleFolder) m);
- else
- count++;
- }
-
- return count;
- }
-
- protected static int countFiles(IModuleFolder mf) {
- int count = 0;
- IModuleResource[] mr = mf.members();
- if (mr == null)
- return 0;
-
- for (IModuleResource m : mr) {
- if (m instanceof IModuleFolder)
- count += countFiles((IModuleFolder) m);
- else
- count++;
- }
-
- return count;
- }
-
- public static int countFolders(IModule module) throws CoreException {
- ModuleDelegate pm = (ModuleDelegate) module.loadAdapter(ModuleDelegate.class, null);
- IModuleResource[] mr = pm.members();
-
- int count = 0;
- for (IModuleResource m : mr) {
- if (m instanceof IModuleFolder) {
- count++;
- count += countFolders((IModuleFolder) m);
- }
- }
-
- return count;
- }
-
- protected static int countFolders(IModuleFolder mf) {
- int count = 0;
- IModuleResource[] mr = mf.members();
- if (mr == null)
- return 0;
-
- for (IModuleResource m : mr) {
- if (m instanceof IModuleFolder) {
- count ++;
- count += countFolders((IModuleFolder) m);
- }
- }
-
- return count;
- }
-
- public static int countFilesInDelta(IModuleResourceDelta delta) throws CoreException {
- int count = 0;
- if (delta.getModuleResource() instanceof IModuleFile)
- count++;
-
- IModuleResourceDelta[] children = delta.getAffectedChildren();
- for (IModuleResourceDelta child : children)
- count += countFilesInDelta(child);
-
- return count;
- }
-
- public static IModuleFile getModuleFile(IModule module, IPath path) throws CoreException {
- ProjectModule pm = (ProjectModule) module.loadAdapter(ProjectModule.class, null);
- IModuleResource[] mr = pm.members();
-
- for (IModuleResource m : mr) {
- if (m.getModuleRelativePath().append(m.getName()).equals(path)) {
- if (m instanceof IModuleFile)
- return (IModuleFile) m;
- return null;
- } else if (m.getModuleRelativePath().isPrefixOf(path) && m instanceof IModuleFolder) {
- IModuleFile mf2 = getModuleFile((IModuleFolder) m, path);
- if (mf2 != null)
- return mf2;
- }
- }
-
- return null;
- }
-
- protected static IModuleFile getModuleFile(IModuleFolder mf, IPath path) {
- IModuleResource[] mr = mf.members();
- if (mr == null)
- return null;
-
- for (IModuleResource m : mr) {
- if (m.getModuleRelativePath().append(m.getName()).equals(path)) {
- if (m instanceof IModuleFile)
- return (IModuleFile) m;
- return null;
- } else if (m.getModuleRelativePath().isPrefixOf(path) && m instanceof IModuleFolder) {
- IModuleFile mf2 = getModuleFile((IModuleFolder) m, path);
- if (mf2 != null)
- return mf2;
- }
- }
-
- return null;
- }
-
- public static boolean fileExists(IModule module, IPath path) throws CoreException {
- return getModuleFile(module, path) != null;
- }
-
- public static boolean fileExists(IModule module, String path) throws CoreException {
- return fileExists(module, new Path(path));
- }
-
- public static IModuleFolder getModuleFolder(IModule module, IPath path) throws CoreException {
- ProjectModule pm = (ProjectModule) module.loadAdapter(ProjectModule.class, null);
- IModuleResource[] mr = pm.members();
-
- for (IModuleResource m : mr) {
- if (m.getModuleRelativePath().append(m.getName()).equals(path)) {
- if (m instanceof IModuleFolder)
- return (IModuleFolder) m;
- return null;
- } else if (m.getModuleRelativePath().isPrefixOf(path) && m instanceof IModuleFolder) {
- IModuleFolder mf2 = getModuleFolder((IModuleFolder) m, path);
- if (mf2 != null)
- return mf2;
- }
- }
-
- return null;
- }
-
- protected static IModuleFolder getModuleFolder(IModuleFolder mf, IPath path) {
- IModuleResource[] mr = mf.members();
- if (mr == null)
- return null;
-
- for (IModuleResource m : mr) {
- if (m.getModuleRelativePath().append(m.getName()).equals(path)) {
- if (m instanceof IModuleFolder)
- return (IModuleFolder) m;
- return null;
- } else if (m.getModuleRelativePath().isPrefixOf(path) && m instanceof IModuleFolder) {
- IModuleFolder mf2 = getModuleFolder((IModuleFolder) m, path);
- if (mf2 != null)
- return mf2;
- }
- }
-
- return null;
- }
-
- public static boolean folderExists(IModule module, IPath path) throws CoreException {
- return getModuleFile(module, path) != null;
- }
-
- public static boolean folderExists(IModule module, String path) throws CoreException {
- return folderExists(module, new Path(path));
- }
-
- public static void listModule(IModule module) throws CoreException {
- System.out.println("--- Contents of " + module.getName() + "/" + module.getId() + "---");
- ProjectModule pm = (ProjectModule) module.loadAdapter(ProjectModule.class, null);
- IModuleResource[] mr = pm.members();
-
- for (IModuleResource m : mr) {
- if (m instanceof IModuleFile) {
- System.out.println(m.getName());
- } else {
- System.out.println(m.getName() + "/");
- listFolder((IModuleFolder) m, " ");
- }
- }
- System.out.println("------");
- }
-
- protected static void listFolder(IModuleFolder mf, String pad) {
- IModuleResource[] mr = mf.members();
- if (mr == null)
- return;
-
- for (IModuleResource m : mr) {
- if (m instanceof IModuleFile) {
- System.out.println(pad + m.getName());
- } else {
- System.out.println(pad + m.getName() + "/");
- listFolder((IModuleFolder) m, pad + " ");
- }
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleTestCase.java
deleted file mode 100644
index c4a55f6..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ModuleTestCase.java
+++ /dev/null
@@ -1,581 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.j2ee;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.jst.server.core.IEnterpriseApplication;
-import org.eclipse.jst.server.core.IJ2EEModule;
-import org.eclipse.jst.server.core.IWebModule;
-import org.eclipse.jst.server.core.tests.AllTests;
-import org.eclipse.wst.server.core.*;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-/**
- * TODO Tests left to do:
- * migrated modules
- * flat project structure
- * complex .component structures
- * external jar references for EAR or WEB
- */
-public class ModuleTestCase extends TestCase {
- private static final String RUNTIME_TYPE_ID = "org.eclipse.jst.server.core.runtimeType";
-
- private static final String[] PROJECT_NAMES = new String[] {
- "PublishTestEAR", "PublishTestEJB", "PublishTestUtil", "PublishTestUtil2",
- "PublishTestWeb", "PublishTestWeb2", "PublishTestConnector", "PublishTestClient"
- };
-
- protected static IRuntime runtime;
-
- private static boolean projectsCreated;
-
- @Override
- protected void setUp() throws Exception {
- if (!projectsCreated) {
- ModuleHelper.importProject("PublishEAR.zip", PROJECT_NAMES);
- ModuleHelper.buildIncremental();
- projectsCreated = true;
- }
- }
-
- protected IRuntime getRuntime() throws Exception {
- if (runtime == null) {
- IRuntimeType rt = ServerCore.findRuntimeType(RUNTIME_TYPE_ID);
- IRuntimeWorkingCopy wc = rt.createRuntime("RuntimeLibraries", null);
- wc.setLocation(AllTests.runtimeLocation);
- wc.setName("RuntimeLibraries");
- runtime = wc.save(false, null);
- }
- return runtime;
- }
-
- protected IModule getModule(String project) throws Exception {
- return ModuleHelper.getModuleFromProject(project);
- }
-
- protected IEnterpriseApplication getEnterpriseApp(String project) throws Exception {
- return (IEnterpriseApplication) getModule(project).loadAdapter(IEnterpriseApplication.class, null);
- }
-
- protected IJ2EEModule getJ2EEModule(String project) throws Exception {
- return (IJ2EEModule) getModule(project).loadAdapter(IJ2EEModule.class, null);
- }
-
- protected IWebModule getWebModule(String project) throws Exception {
- return (IWebModule) getModule(project).loadAdapter(IWebModule.class, null);
- }
-
- public static void addOrderedTests(TestSuite suite) {
- suite.addTest(TestSuite.createTest(ModuleTestCase.class, "deleteProjects"));
- }
-
- public void testCreateRuntime() throws Exception {
- assertTrue(!getRuntime().isWorkingCopy());
- }
-
- public void testNumEARModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.ear").length, 1);
- }
-
- public void testNumWebModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.web").length, 2);
- }
-
- public void testNumEJBModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.ejb").length, 1);
- }
-
- public void testNumUtilityModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.utility").length, 2);
- }
-
- public void testNumClientModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.appclient").length, 1);
- }
-
- public void testNumConnectorModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.connector").length, 1);
- }
-
-
- // ---------- EAR tests ----------
-
- public void testEARModule() throws Exception {
- assertNotNull(getModule("PublishTestEAR"));
- }
-
- public void testEARFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEAR"), "META-INF/application.xml"))
- fail();
- }
-
- public void testEARJarExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEAR"), "test.jar"))
- fail();
- }
-
- public void testEARJarExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEAR"), "jarfolder/test3.jar"))
- fail();
- }
-
- /*
- * This count is incremented because, at this moment
- * I don't know which should take precedence:
- * the file inside the Ear project, or the reference.
- * For now we include both.
- */
- public void testEARFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestEAR")), 4);
- }
-
- public void testEARFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestEAR")), 2);
- }
-
- public void testEARModuleType() throws Exception {
- assertEquals(getModule("PublishTestEAR").getModuleType().getId(), "jst.ear");
- }
-
- public void testEARGetApp() throws Exception {
- assertNotNull(getEnterpriseApp("PublishTestEAR"));
- }
-
- public void testEARResourceFolderCount() throws Exception {
- assertEquals(getEnterpriseApp("PublishTestEAR").getResourceFolders().length, 1);
- }
-
- public void testEARModuleCount() throws Exception {
- assertEquals(getEnterpriseApp("PublishTestEAR").getModules().length, 6);
- }
-
- public void _testEARModuleNames() throws Exception {
- IModule[] modules = getEnterpriseApp("PublishTestEAR").getModules();
- List<String> list = new ArrayList<String>(modules.length);
- for (IModule m : modules) {
- System.out.println(m.getName());
- list.add(m.getName());
- }
-
- String[] s = new String[] {
- "PublishTestEJB", "PublishTestUtil2", "PublishTestWeb",
- "PublishTestWeb2", "PublishTestConnector", "PublishTestClient"
- };
-
- for (String ss : s) {
- if (!list.contains(ss))
- fail("EAR does not contain " + ss);
- }
- }
-
-
- // ---------- Utility 1 tests ----------
-
- public void testUtilModule() throws Exception {
- assertNotNull(getModule("PublishTestUtil"));
- }
-
- public void testUtilFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestUtil"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testUtilFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestUtil"), "test.properties"))
- fail();
- }
-
- public void testUtilClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestUtil"), "publish/TestUtil.class"))
- fail();
- }
-
- public void testUtilFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestUtil")), 3);
- }
-
- public void testUtilFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestUtil")), 2);
- }
-
- public void testUtilModuleType() throws Exception {
- assertEquals(getModule("PublishTestUtil").getModuleType().getId(), "jst.utility");
- }
-
- public void testUtilJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestUtil"));
- }
-
- public void testUtilResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestUtil").getResourceFolders().length, 1);
- }
-
- public void testUtilJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestUtil").getJavaOutputFolders().length, 1);
- }
-
- public void testUtilIsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestUtil").isBinary());
- }
-
-
- // ---------- Utility 2 tests ----------
-
- public void testUtil2Module() throws Exception {
- assertNotNull(getModule("PublishTestUtil2"));
- }
-
- public void testUtil2FileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestUtil2"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testUtil2FileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestUtil2"), "temp/test.properties"))
- fail();
- }
-
- public void testUtil2ClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestUtil2"), "publish/TestUtil2.class"))
- fail();
- }
-
- public void testUtil2FileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestUtil2")), 3);
- }
-
- public void testUtil2FolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestUtil2")), 3);
- }
-
- public void testUtil2ModuleType() throws Exception {
- assertEquals(getModule("PublishTestUtil2").getModuleType().getId(), "jst.utility");
- }
-
- public void testUtil2J2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestUtil2"));
- }
-
- public void testUtil2ResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestUtil2").getResourceFolders().length, 1);
- }
-
- public void testUtil2JavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestUtil2").getJavaOutputFolders().length, 1);
- }
-
- public void testUtil2IsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestUtil2").isBinary());
- }
-
-
- // ---------- EJB tests ----------
-
- public void testEJBModule() throws Exception {
- assertNotNull(getModule("PublishTestEJB"));
- }
-
- public void testEJBFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEJB"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testEJBFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEJB"), "META-INF/ejb-jar.xml"))
- fail();
- }
-
- public void testEJBClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEJB"), "ejbs/MyBeanLocalHome.class"))
- fail();
- }
-
- public void testEJBFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestEJB")), 7);
- }
-
- public void testEJBFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestEJB")), 2);
- }
-
- public void testEJBModuleType() throws Exception {
- assertEquals(getModule("PublishTestEJB").getModuleType().getId(), "jst.ejb");
- }
-
- public void testEJBJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestEJB"));
- }
-
- public void testEJBResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestEJB").getResourceFolders().length, 1);
- }
-
- public void testEJBJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestEJB").getJavaOutputFolders().length, 1);
- }
-
- public void testEJBIsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestEJB").isBinary());
- }
-
-
- // ---------- Connector tests ----------
-
- public void testConnectorModule() throws Exception {
- assertNotNull(getModule("PublishTestConnector"));
- }
-
- public void testConnectorFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestConnector"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testConnectorFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestConnector"), "META-INF/ra.xml"))
- fail();
- }
-
- public void testConnectorClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestConnector"), "test/MyOtherConnectorClass.class"))
- fail();
- }
-
- public void testConnectorFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestConnector")), 5);
- }
-
- public void testConnectorFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestConnector")), 3);
- }
-
- public void testConnectorModuleType() throws Exception {
- assertEquals(getModule("PublishTestConnector").getModuleType().getId(), "jst.connector");
- }
-
- public void testConnectorJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestConnector"));
- }
-
- public void testConnectorResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestConnector").getResourceFolders().length, 1);
- }
-
- public void testConnectorJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestConnector").getJavaOutputFolders().length, 1);
- }
-
- public void testConnectorIsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestConnector").isBinary());
- }
-
-
- // ---------- Client tests ----------
-
- public void testClientModule() throws Exception {
- assertNotNull(getModule("PublishTestClient"));
- }
-
- public void testClientFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testClientFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "META-INF/application-client.xml"))
- fail();
- }
-
- public void testClientClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "Main.class"))
- fail();
- }
-
- public void testClientClassExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "Main2.class"))
- fail();
- }
-
- public void testClientFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestClient")), 4);
- }
-
- public void testClientFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestClient")), 1);
- }
-
- public void testClientModuleType() throws Exception {
- assertEquals(getModule("PublishTestClient").getModuleType().getId(), "jst.appclient");
- }
-
- public void testClientJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestClient"));
- }
-
- public void testClientResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestClient").getResourceFolders().length, 1);
- }
-
- public void testClientJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestClient").getJavaOutputFolders().length, 1);
- }
-
- public void testClientIsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestClient").isBinary());
- }
-
-
- // ---------- Web 1 tests ----------
-
- public void testWebModule() throws Exception {
- assertNotNull(getModule("PublishTestWeb"));
- }
-
- public void testWebFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testWebWebXmlExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "WEB-INF/web.xml"))
- fail();
- }
-
- public void testWebJSPExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "test.jsp"))
- fail();
- }
-
- public void testWebClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "WEB-INF/classes/servtest/TestServlet2.class"))
- fail();
- }
-
- public void testWebClassExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "WEB-INF/classes/servtest/TestServlet.class"))
- fail();
- }
-
- public void testWebFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestWeb")), 5);
- }
-
- public void testWebFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestWeb")), 5);
- }
-
- public void testWebModuleType() throws Exception {
- assertEquals(getModule("PublishTestWeb").getModuleType().getId(), "jst.web");
- }
-
- public void test149Web() throws Exception {
- assertNotNull(getWebModule("PublishTestWeb"));
- }
-
- public void testWebResourceFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getResourceFolders().length, 1);
- }
-
- public void testWebJavaOutputFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getJavaOutputFolders().length, 1);
- }
-
- public void testWebModuleCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getModules().length, 1);
- }
-
- public void testWebModuleName() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getModules()[0].getName(), "PublishTestUtil");
- }
-
- public void testWebContextRoot() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getContextRoot(), "PublishTestWeb");
- }
-
- public void testWebIsBinary() throws Exception {
- assertFalse(getWebModule("PublishTestWeb").isBinary());
- }
-
- // ---------- Web 2 tests ----------
-
- public void testWeb2Module() throws Exception {
- assertNotNull(getModule("PublishTestWeb2"));
- }
-
- public void testWeb2FileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testWeb2WebXmlExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/web.xml"))
- fail();
- }
-
- public void testWeb2JarExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/lib/test.jar"))
- fail();
- }
-
- public void testWeb2ClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/classes/serv/AServlet.class"))
- fail();
- }
-
- public void testWeb2ClassExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/classes/serv/BServlet.class"))
- fail();
- }
-
- public void testWeb2FileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestWeb2")), 5);
- }
-
- public void testWeb2FolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestWeb2")), 5);
- }
-
- public void testWeb2ModuleType() throws Exception {
- assertEquals(getModule("PublishTestWeb2").getModuleType().getId(), "jst.web");
- }
-
- public void testWeb2J2EEModule() throws Exception {
- assertNotNull(getWebModule("PublishTestWeb2"));
- }
-
- public void testWeb2ResourceFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getResourceFolders().length, 1);
- }
-
- public void testWeb2JavaOutputFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getJavaOutputFolders().length, 1);
- }
-
- public void testWeb2ModuleCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getModules().length, 0);
- }
-
- public void testWeb2ContextRoot() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getContextRoot(), "PublishTestWeb2");
- }
-
- public void testWeb2IsBinary() throws Exception {
- assertFalse(getWebModule("PublishTestWeb2").isBinary());
- }
-
- public void deleteProjects() throws Exception {
- for (String projectName : PROJECT_NAMES) {
- ModuleHelper.deleteProject(projectName);
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/NoSourceTestCase.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/NoSourceTestCase.java
deleted file mode 100644
index ff56ed0..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/NoSourceTestCase.java
+++ /dev/null
@@ -1,558 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.j2ee;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.jst.server.core.*;
-import org.eclipse.wst.server.core.*;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-public class NoSourceTestCase extends TestCase {
- private static final String[] PROJECT_NAMES = new String[] {
- "PublishTestEAR", "PublishTestEJB", "test", "test2",
- "PublishTestWeb", "PublishTestWeb2", "PublishTestConnector", "PublishTestClient"
- };
-
- private static boolean projectsCreated;
-
- @Override
- protected void setUp() throws Exception {
- if (!projectsCreated) {
- ModuleHelper.importProject("PublishEARNoSource.zip", PROJECT_NAMES);
- ModuleHelper.buildIncremental();
- projectsCreated = true;
- }
- }
-
- protected IModule getModule(String project) throws Exception {
- return ModuleHelper.getModuleFromProject(project);
- }
-
- protected IEnterpriseApplication getEnterpriseApp(String project) throws Exception {
- return (IEnterpriseApplication) getModule(project).loadAdapter(IEnterpriseApplication.class, null);
- }
-
- protected IJ2EEModule getJ2EEModule(String project) throws Exception {
- return (IJ2EEModule) getModule(project).loadAdapter(IJ2EEModule.class, null);
- }
-
- protected IWebModule getWebModule(String project) throws Exception {
- return (IWebModule) getModule(project).loadAdapter(IWebModule.class, null);
- }
-
- public static void addOrderedTests(TestSuite suite) {
- suite.addTest(TestSuite.createTest(NoSourceTestCase.class, "deleteProjects"));
- }
-
- public void testNumJstEarModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.ear").length, 1);
- }
-
- public void testNumJstWebModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.web").length, 2);
- }
-
- public void testNumJstEjbModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.ejb").length, 1);
- }
-
- public void testNumJstUtilModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.utility").length, 2);
- }
-
- public void testNumJstAppModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.appclient").length, 1);
- }
-
- public void testNumJstConnModules() throws Exception {
- assertEquals(ServerUtil.getModules("jst.connector").length, 1);
- }
-
-
- // ---------- EAR tests ----------
-
- public void testEARGetModule() throws Exception {
- assertNotNull(getModule("PublishTestEAR"));
- }
-
- public void testEARFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEAR"), "META-INF/application.xml"))
- fail();
- }
-
- public void testEARJarExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEAR"), "PublishTestUtil2.jar"))
- fail();
- }
-
- /*
- * This count is incremented because, at this moment
- * I don't know which should take precedence:
- * the file inside the Ear project, or the reference.
- * For now we include both.
- */
- public void testEARFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestEAR")), 4);
- }
-
- public void testEARFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestEAR")), 1);
- }
-
- public void testEARModuleType() throws Exception {
- assertEquals(getModule("PublishTestEAR").getModuleType().getId(), "jst.ear");
- }
-
- public void testEARGetApp() throws Exception {
- assertNotNull(getEnterpriseApp("PublishTestEAR"));
- }
-
- public void testEARResourceFolderCount() throws Exception {
- assertEquals(getEnterpriseApp("PublishTestEAR").getResourceFolders().length, 1);
- }
-
- public void testEARModules() throws Exception {
- assertEquals(getEnterpriseApp("PublishTestEAR").getModules().length, 6);
- }
-
- public void testEARAModuleNames() throws Exception {
- IModule[] modules = getEnterpriseApp("PublishTestEAR").getModules();
- List<String> list = new ArrayList<String>(modules.length);
- for (IModule m : modules)
- list.add(m.getName());
-
- /* getName() is for display purposes only, binary jars inside a project should display their full name */
- String[] s = new String[] {
- "PublishTestEJB", "test2", "PublishTestWeb",
- "PublishTestWeb2", "PublishTestConnector", "PublishTestClient"
- };
-
- for (String ss : s) {
- if (!list.contains(ss))
- fail("EAR does not contain " + ss);
- }
- }
-
-
- // ---------- Utility 1 tests ----------
-
- public void testUtilGetModule() throws Exception {
- assertNotNull(getModule("test"));
- }
-
- public void testUtilFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("test"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testUtilFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("test"), "test.properties"))
- fail();
- }
-
- public void testUtilClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("test"), "publish/TestUtil.class"))
- fail();
- }
-
- public void testUtilFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("test")), 3);
- }
-
- public void testUtilFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("test")), 2);
- }
-
- public void testUtilModuleType() throws Exception {
- assertEquals(getModule("test").getModuleType().getId(), "jst.utility");
- }
-
- public void testUtilJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("test"));
- }
-
- public void testUtilResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("test").getResourceFolders().length, 2);
- }
-
- public void testUtilJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("test").getJavaOutputFolders().length, 1);
- }
-
- public void testUtilIsBinary() throws Exception {
- assertFalse(getJ2EEModule("test").isBinary());
- }
-
-
- // ---------- Utility 2 tests ----------
-
- public void testUtil2Module() throws Exception {
- assertNotNull(getModule("test2"));
- }
-
- public void testUtil2FileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("test2"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testUtil2FileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("test2"), "test.properties"))
- fail();
- }
-
- public void testUtil2ClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("test2"), "publish/TestUtil.class"))
- fail();
- }
-
- public void testUtil2FileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("test2")), 3);
- }
-
- public void testUtil2FolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("test2")), 2);
- }
-
- public void testUtil2ModuleType() throws Exception {
- assertEquals(getModule("test2").getModuleType().getId(), "jst.utility");
- }
-
- public void testUtil2J2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("test2"));
- }
-
- public void testUtil2ResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("test2").getResourceFolders().length, 2);
- }
-
- public void testUtil2JavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("test2").getJavaOutputFolders().length, 1);
- }
-
- public void testUtil2IsBinary() throws Exception {
- assertFalse(getJ2EEModule("test2").isBinary());
- }
-
-
- // ---------- EJB tests ----------
-
- public void testEJBModule() throws Exception {
- assertNotNull(getModule("PublishTestEJB"));
- }
-
- public void testEJBFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEJB"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testEJBFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEJB"), "META-INF/ejb-jar.xml"))
- fail();
- }
-
- public void testEJBClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestEJB"), "ejbs/MyBeanLocalHome.class"))
- fail();
- }
-
- public void testEJBFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestEJB")), 7);
- }
-
- public void testEJBFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestEJB")), 2);
- }
-
- public void testEJBModuleType() throws Exception {
- assertEquals(getModule("PublishTestEJB").getModuleType().getId(), "jst.ejb");
- }
-
- public void testEJBJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestEJB"));
- }
-
- public void testEJBResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestEJB").getResourceFolders().length, 2);
- }
-
- public void testEJBJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestEJB").getJavaOutputFolders().length, 1);
- }
-
- public void testEJBIsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestEJB").isBinary());
- }
-
-
- // ---------- Connector tests ----------
-
- public void testConnector() throws Exception {
- assertNotNull(getModule("PublishTestConnector"));
- }
-
- public void testConnectorFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestConnector"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testConnectorFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestConnector"), "META-INF/ra.xml"))
- fail();
- }
-
- public void _testConnectorClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestConnector"), "test/MyOtherConnectorClass.class"))
- fail();
- }
-
- public void _testConnectorFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestConnector")), 5);
- }
-
- public void _testConnectorFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestConnector")), 3);
- }
-
- public void testConnectorModuleType() throws Exception {
- assertEquals(getModule("PublishTestConnector").getModuleType().getId(), "jst.connector");
- }
-
- public void testConnectorJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestConnector"));
- }
-
- public void testConnectorResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestConnector").getResourceFolders().length, 1);
- }
-
- public void testConnectorJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestConnector").getJavaOutputFolders().length, 1);
- }
-
- public void testConnectorIsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestConnector").isBinary());
- }
-
-
- // ---------- Client tests ----------
-
- public void testClientModule() throws Exception {
- assertNotNull(getModule("PublishTestClient"));
- }
-
- public void testClientFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testClientFileExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "META-INF/application-client.xml"))
- fail();
- }
-
- public void testClientClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "Main.class"))
- fail();
- }
-
- public void testClientClassExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestClient"), "Main2.class"))
- fail();
- }
-
- public void _testClientFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestClient")), 4);
- }
-
- public void testClientFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestClient")), 1);
- }
-
- public void testClientModuleType() throws Exception {
- assertEquals(getModule("PublishTestClient").getModuleType().getId(), "jst.appclient");
- }
-
- public void testClientJ2EEModule() throws Exception {
- assertNotNull(getJ2EEModule("PublishTestClient"));
- }
-
- public void testClientResourceFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestClient").getResourceFolders().length, 2);
- }
-
- public void testClientJavaOutputFolderCount() throws Exception {
- assertEquals(getJ2EEModule("PublishTestClient").getJavaOutputFolders().length, 1);
- }
-
- public void testClientIsBinary() throws Exception {
- assertFalse(getJ2EEModule("PublishTestClient").isBinary());
- }
-
-
- // ---------- Web 1 tests ----------
-
- public void testWebModule() throws Exception {
- assertNotNull(getModule("PublishTestWeb"));
- }
-
- public void testWebFileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testWebWebXmlExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "WEB-INF/web.xml"))
- fail();
- }
-
- public void testWebJSPExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "test.jsp"))
- fail();
- }
-
- public void testWebClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "WEB-INF/classes/servtest/TestServlet2.class"))
- fail();
- }
-
- public void testWebClassExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "WEB-INF/classes/servtest/TestServlet.class"))
- fail();
- }
-
- public void testWebJarExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb"), "WEB-INF/lib/PublishTestUtil.jar"))
- fail();
- }
-
- public void _testWebFileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestWeb")), 6);
- }
-
- public void _testWebFolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestWeb")), 5);
- }
-
- public void testWebModuleType() throws Exception {
- assertEquals(getModule("PublishTestWeb").getModuleType().getId(), "jst.web");
- }
-
- public void testWebJ2EEModule() throws Exception {
- assertNotNull(getWebModule("PublishTestWeb"));
- }
-
- public void testWebResourceFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getResourceFolders().length, 1);
- }
-
- public void testWebJavaOutputFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getJavaOutputFolders().length, 1);
- }
-
- public void testWebGetModules() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getModules().length, 0);
- }
-
- public void testWebGetContextRoot() throws Exception {
- assertEquals(getWebModule("PublishTestWeb").getContextRoot(), "PublishTestWeb");
- }
-
- public void testWebIsBinary() throws Exception {
- assertFalse(getWebModule("PublishTestWeb").isBinary());
- }
-
-
- // ---------- Web 2 tests ----------
-
- public void testWeb2Module() throws Exception {
- assertNotNull(getModule("PublishTestWeb2"));
- }
-
- public void testWeb2FileExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "META-INF/MANIFEST.MF"))
- fail();
- }
-
- public void testWeb2WebXmlExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/web.xml"))
- fail();
- }
-
- public void testWeb2JarExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/lib/test.jar"))
- fail();
- }
-
- public void testWeb2ClassExists() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/classes/serv/AServlet.class"))
- fail();
- }
-
- public void testWeb2ClassExists2() throws Exception {
- if (!ModuleHelper.fileExists(getModule("PublishTestWeb2"), "WEB-INF/classes/serv/BServlet.class"))
- fail();
- }
-
- public void testWeb2FileCount() throws Exception {
- assertEquals(ModuleHelper.countFiles(getModule("PublishTestWeb2")), 5);
- }
-
- public void testWeb2FolderCount() throws Exception {
- assertEquals(ModuleHelper.countFolders(getModule("PublishTestWeb2")), 5);
- }
-
- public void testWeb2ModuleType() throws Exception {
- assertEquals(getModule("PublishTestWeb2").getModuleType().getId(), "jst.web");
- }
-
- public void testWeb2J2EEModule() throws Exception {
- assertNotNull(getWebModule("PublishTestWeb2"));
- }
-
- public void testWeb2ResourceFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getResourceFolders().length, 1);
- }
-
- public void testWeb2JavaOutputFolderCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getJavaOutputFolders().length, 1);
- }
-
- /*
- * This project has a file WEB-INF/lib/test.jar
- * but also references a utility project named test.
- * Which should prevail?
- */
- public void testWeb2ModuleCount() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getModules().length, 1);
- }
-
- public void testWeb2GetModules() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getModules()[0].getName(), "test");
- }
-
- public void testWeb2GetContextRoot() throws Exception {
- assertEquals(getWebModule("PublishTestWeb2").getContextRoot(), "PublishTestWeb2");
- }
-
- public void testWeb2IsBinary() throws Exception {
- assertFalse(getWebModule("PublishTestWeb2").isBinary());
- }
-
- public void deleteProjects() throws Exception {
- for (String projectName : PROJECT_NAMES) {
- ModuleHelper.deleteProject(projectName);
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ProjectUnzipUtil.java b/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ProjectUnzipUtil.java
deleted file mode 100644
index da31448..0000000
--- a/tests/org.eclipse.jst.server.core.tests/src/org/eclipse/jst/server/core/tests/j2ee/ProjectUnzipUtil.java
+++ /dev/null
@@ -1,125 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.core.tests.j2ee;
-
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.util.Enumeration;
-import java.util.zip.ZipEntry;
-import java.util.zip.ZipFile;
-
-import org.eclipse.core.internal.resources.ProjectDescription;
-import org.eclipse.core.internal.resources.ProjectDescriptionReader;
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.IResource;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.Path;
-
-public class ProjectUnzipUtil {
- private IPath zipLocation;
- private String[] projectNames;
- private static final String META_PROJECT_NAME = ".project";
-
- public ProjectUnzipUtil(IPath aZipLocation, String[] aProjectNames) {
- zipLocation = aZipLocation;
- projectNames = aProjectNames;
- }
-
- public boolean createProjects() {
- try {
- expandZip();
- ResourcesPlugin.getWorkspace().getRoot().refreshLocal(IResource.DEPTH_INFINITE, null);
- buildProjects();
- } catch (CoreException e) {
- e.printStackTrace();
- return false;
- } catch (IOException e) {
- e.printStackTrace();
- return false;
- }
-
- return true;
- }
-
- private void expandZip() throws CoreException, IOException {
- ZipFile zipFile = null;
- try {
- zipFile = new ZipFile(zipLocation.toFile());
- } catch (IOException e1) {
- throw e1;
- }
- Enumeration entries = zipFile.entries();
- while (entries.hasMoreElements()) {
- ZipEntry entry = (ZipEntry) entries.nextElement();
- File aFile = computeLocation(entry.getName()).toFile();
- File parentFile = null;
- try {
- if (entry.isDirectory()) {
- aFile.mkdirs();
- } else {
- parentFile = aFile.getParentFile();
- if (!parentFile.exists())
- parentFile.mkdirs();
- if (!aFile.exists())
- aFile.createNewFile();
- copy(zipFile.getInputStream(entry), new FileOutputStream(aFile));
- if (entry.getTime() > 0)
- aFile.setLastModified(entry.getTime());
- }
- } catch (IOException e) {
- throw e;
- }
- }
- }
-
- private IPath computeLocation(String name) {
- return ResourcesPlugin.getWorkspace().getRoot().getLocation().append(name);
- }
-
- private static void copy(InputStream in, OutputStream out) throws IOException {
- byte[] buffer = new byte[1024];
- try {
- int n = in.read(buffer);
- while (n > 0) {
- out.write(buffer, 0, n);
- n = in.read(buffer);
- }
- } finally {
- in.close();
- out.close();
- }
- }
-
- private void buildProjects() throws IOException, CoreException {
- for (String projectName : projectNames) {
- ProjectDescriptionReader pd = new ProjectDescriptionReader();
- IPath projectPath = new Path("/" + projectName + "/" + META_PROJECT_NAME);
- IPath path = ResourcesPlugin.getWorkspace().getRoot().getLocation().append(projectPath);
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(projectName);
- ProjectDescription description;
- try {
- description = pd.read(path);
- project.create(description, new NullProgressMonitor());
- project.open(new NullProgressMonitor());
- } catch (IOException e) {
- throw e;
- } catch (CoreException e) {
- throw e;
- }
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.core.tests/test.xml b/tests/org.eclipse.jst.server.core.tests/test.xml
deleted file mode 100644
index 1926ae0..0000000
--- a/tests/org.eclipse.jst.server.core.tests/test.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.core.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.core.tests.AllTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.generic.tests/.classpath b/tests/org.eclipse.jst.server.generic.tests/.classpath
deleted file mode 100644
index ce73933..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.generic.tests/.cvsignore b/tests/org.eclipse.jst.server.generic.tests/.cvsignore
deleted file mode 100644
index 518fe8f..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-genericServerTests.jar
-genericServerTestssrc.zip
diff --git a/tests/org.eclipse.jst.server.generic.tests/.project b/tests/org.eclipse.jst.server.generic.tests/.project
deleted file mode 100644
index 5ceacf5..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.generic.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 6026e2d..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Wed Sep 26 05:59:27 EDT 2007
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 8e1d15e..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-#Sun Jun 03 01:28:12 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
diff --git a/tests/org.eclipse.jst.server.generic.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.generic.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index b865d41..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,23 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.eclipse.jst.server.generic.tests;singleton:=true
-Bundle-Version: 1.0.100
-Bundle-ClassPath: genericServerTests.jar
-Bundle-Activator: org.eclipse.jst.server.generic.tests.TestsPlugin
-Bundle-Vendor: %Bundle-Vendor.0
-Bundle-Localization: plugin
-Export-Package: org.eclipse.jst.server.generic.tests
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.jst.server.generic.core,
- org.eclipse.jst.server.generic.ui,
- org.junit;bundle-version="[3.8.0,4.0.0)",
- org.eclipse.core.resources,
- org.eclipse.jdt.core,
- org.eclipse.jdt.launching,
- org.eclipse.wst.server.core,
- org.eclipse.debug.core,
- org.eclipse.jst.server.core
-Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/tests/org.eclipse.jst.server.generic.tests/about.html b/tests/org.eclipse.jst.server.generic.tests/about.html
deleted file mode 100644
index f0e5476..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/about.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<P>June, 2008</P>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.generic.tests/build.properties b/tests/org.eclipse.jst.server.generic.tests/build.properties
deleted file mode 100644
index 72154ae..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/build.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2006 Eteration A.S. and Gorkem Ercan.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors: Gorkem Ercan - initial API and implementation
-###############################################################################
-source.genericServerTests.jar = src/
-output.genericServerTests.jar = bin/
-bin.includes = plugin.xml,\
- test.xml,\
- genericServerTests.jar,\
- about.html,\
- META-INF/,\
- defs/,\
- plugin.properties
-src.includes = test.xml
-
diff --git a/tests/org.eclipse.jst.server.generic.tests/defs/barruntimeonly.runtimedef b/tests/org.eclipse.jst.server.generic.tests/defs/barruntimeonly.runtimedef
deleted file mode 100644
index 9db4893..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/defs/barruntimeonly.runtimedef
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<tns:ServerRuntime
- xmlns:tns="http://eclipse.org/jst/server/generic/ServerTypeDefinition"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://eclipse.org/jst/server/generic/ServerTypeDefinition ServerTypeDefinitionSchema.xsd"
- name="Bar Runtime" version="v1">
-
- <property id="foo.prop.a"
- label="Foo property A"
- type="string"
- context="runtime"
- default="a runtime property value" />
-
- <module>
- <type>foo.module</type>
- <publishDir>/pub</publishDir>
- <publisherReference>foo.FooPublisher</publisherReference>
- </module>
-
- <project>
- <classpathReference>foo.runtime.classpath</classpathReference>
- </project>
-
- <start>
- <mainClass>foo.Main</mainClass>
- <workingDirectory>/bin</workingDirectory>
- <programArguments>-c default</programArguments>
- <vmParameters></vmParameters>
- <classpathReference>foo.classpath</classpathReference>
- </start>
-
- <stop>
- <mainClass>foo.Shutdown</mainClass>
- <workingDirectory>/bin</workingDirectory>
- <programArguments>-S</programArguments>
- <vmParameters></vmParameters>
- <classpathReference>foo.classpath</classpathReference>
- </stop>
-
- <publisher id="foo.Publisher">
- <publisherdata>
- <dataname>XXXXXXXX</dataname>
- <datavalue>YYYYYYYYYY</datavalue>
- </publisherdata>
- </publisher>
-
- <classpath id="foo.runtime.classpath">
- <archive path="foo.jar" />
- </classpath>
-
- <jndiConnection>
- <providerUrl>jnp://hostfoo:1099</providerUrl>
- <initialContextFactory>org.jnp.interfaces.NamingContextFactory</initialContextFactory>
- <jndiProperty>
- <name></name>
- <value></value>
- </jndiProperty>
- </jndiConnection>
-
-</tns:ServerRuntime>
diff --git a/tests/org.eclipse.jst.server.generic.tests/defs/barserveronly.serverdef b/tests/org.eclipse.jst.server.generic.tests/defs/barserveronly.serverdef
deleted file mode 100644
index b4a75d6..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/defs/barserveronly.serverdef
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<tns:ServerRuntime
- xmlns:tns="http://eclipse.org/jst/server/generic/ServerTypeDefinition"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://eclipse.org/jst/server/generic/ServerTypeDefinition ServerTypeDefinitionSchema.xsd"
- name="Bar Server" version="v1">
-
- <property id="foo.prop.b"
- label="Foo property B"
- type="string"
- context="server"
- default="a server property value" />
-
- <module>
- <type>foo.module</type>
- <publishDir>/pub</publishDir>
- <publisherReference>foo.FooPublisher</publisherReference>
- </module>
-
- <project>
- <classpathReference>foo.classpath</classpathReference>
- </project>
-
- <start>
- <mainClass>foo.Main</mainClass>
- <workingDirectory>/bin</workingDirectory>
- <programArguments>-c default</programArguments>
- <vmParameters></vmParameters>
- <classpathReference>foo.classpath</classpathReference>
- </start>
-
- <stop>
- <mainClass>foo.Shutdown</mainClass>
- <workingDirectory>/bin</workingDirectory>
- <programArguments>-S</programArguments>
- <vmParameters></vmParameters>
- <classpathReference>foo.classpath</classpathReference>
- </stop>
-
- <publisher id="foo.Publisher">
- <publisherdata>
- <dataname>XXXXXXXX</dataname>
- <datavalue>YYYYYYYYYY</datavalue>
- </publisherdata>
- </publisher>
-
- <classpath id="foo.server.classpath">
- <archive path="foo.jar" />
- </classpath>
-
- <jndiConnection>
- <providerUrl>jnp://hostfoo:1099</providerUrl>
- <initialContextFactory>org.jnp.interfaces.NamingContextFactory</initialContextFactory>
- <jndiProperty>
- <name></name>
- <value></value>
- </jndiProperty>
- </jndiConnection>
-
-</tns:ServerRuntime>
diff --git a/tests/org.eclipse.jst.server.generic.tests/defs/fooallinone.serverdef b/tests/org.eclipse.jst.server.generic.tests/defs/fooallinone.serverdef
deleted file mode 100644
index 1cd00f0..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/defs/fooallinone.serverdef
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<tns:ServerRuntime
- xmlns:tns="http://eclipse.org/jst/server/generic/ServerTypeDefinition"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://eclipse.org/jst/server/generic/ServerTypeDefinition ServerTypeDefinitionSchema.xsd"
- name="Foo All-in-one Server" version="v1">
-
- <property id="foo.prop.a"
- label="Foo property A"
- type="string"
- context="runtime"
- default="a runtime property value" />
-
- <property id="foo.prop.b"
- label="Foo property B"
- type="string"
- context="server"
- default="a server property value" />
-
- <module>
- <type>foo.module</type>
- <publishDir>/pub</publishDir>
- <publisherReference>foo.FooPublisher</publisherReference>
- </module>
-
- <project>
- <classpathReference>foo.classpath</classpathReference>
- </project>
-
- <start>
- <mainClass>foo.Main</mainClass>
- <workingDirectory>/bin</workingDirectory>
- <programArguments>-c default</programArguments>
- <vmParameters></vmParameters>
- <classpathReference>foo.classpath</classpathReference>
- </start>
-
- <stop>
- <mainClass>foo.Shutdown</mainClass>
- <workingDirectory>/bin</workingDirectory>
- <programArguments>-S</programArguments>
- <vmParameters></vmParameters>
- <classpathReference>foo.classpath</classpathReference>
- </stop>
-
- <publisher id="foo.Publisher">
- <publisherdata>
- <dataname>XXXXXXXX</dataname>
- <datavalue>YYYYYYYYYY</datavalue>
- </publisherdata>
- </publisher>
-
- <classpath id="foo.classpath">
- <archive path="foo.jar" />
- </classpath>
-
- <jndiConnection>
- <providerUrl>jnp://hostfoo:1099</providerUrl>
- <initialContextFactory>org.jnp.interfaces.NamingContextFactory</initialContextFactory>
- <jndiProperty>
- <name></name>
- <value></value>
- </jndiProperty>
- </jndiConnection>
-
-</tns:ServerRuntime>
diff --git a/tests/org.eclipse.jst.server.generic.tests/plugin.properties b/tests/org.eclipse.jst.server.generic.tests/plugin.properties
deleted file mode 100644
index 97b52c7..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/plugin.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2006 Eteration A.S. and Gorkem Ercan.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors: Gorkem Ercan - initial API and implementation
-###############################################################################
-# properties file for org.eclipse.jst.server.generic.tests
-Bundle-Name.0 = Generic Server Tests Plug-in
-Bundle-Vendor.0 = eclipse.org \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.generic.tests/plugin.xml b/tests/org.eclipse.jst.server.generic.tests/plugin.xml
deleted file mode 100644
index 2dc8c82..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/plugin.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
- <!-- Extensions for unit testing Generic Server -->
-
- <extension point="org.eclipse.wst.server.core.runtimeTypes">
-
- <runtimeType
- id="bar.runtime.id"
- name="Bar Runtime Type"
- description="The Bar Runtime Type"
- vendor="Bar"
- version="0"
- class="org.eclipse.jst.server.generic.core.internal.GenericServerRuntime">
- <moduleType
- types="bar.module"
- versions="1.0"/>
- </runtimeType>
-
- <runtimeType
- id="foo.serverdefonly.runtime.id"
- name="Foo ServerOnly Runtime Type"
- description="The Foo ServerOnly Runtime Type"
- vendor="Bar"
- version="0"
- class="org.eclipse.jst.server.generic.core.internal.GenericServerRuntime">
- <moduleType
- types="foo.module"
- versions="1.0"/>
- </runtimeType>
-
- </extension>
-
- <extension point="org.eclipse.wst.server.core.serverTypes">
-
- <serverType
- runtime="true"
- class="org.eclipse.jst.server.generic.core.internal.GenericServer"
- id="bar.server.id"
- initialState="stopped"
- startBeforePublish="true"
- supportsRemoteHosts="false"
- runtimeTypeId="bar.runtime.id"
- description="Bar Server"
- launchConfigId="org.eclipse.jst.server.generic.core.launchConfigurationType"
- behaviourClass="org.eclipse.jst.server.generic.core.internal.GenericServerBehaviour"
- name="Bar Server"
- hasConfiguration="false"
- startTimeout="60000"
- stopTimeout="30000"
- launchModes="run,debug">
- </serverType>
-
- <serverType
- runtime="true"
- class="org.eclipse.jst.server.generic.core.internal.GenericServer"
- id="foo.serverdefonly.server.id"
- initialState="stopped"
- startBeforePublish="true"
- supportsRemoteHosts="false"
- runtimeTypeId="foo.serverdefonly.runtime.id"
- description="Foo Server"
- launchConfigId="org.eclipse.jst.server.generic.core.launchConfigurationType"
- behaviourClass="org.eclipse.jst.server.generic.core.internal.GenericServerBehaviour"
- name="Foo Server"
- hasConfiguration="false"
- startTimeout="60000"
- stopTimeout="30000"
- launchModes="run,debug">
- </serverType>
-
- </extension>
-
- <extension point="org.eclipse.jst.server.generic.core.serverdefinition">
-
- <serverdefinition id="foo.serverdefonly.runtime.id"
- definitionfile="/defs/fooallinone.serverdef">
- </serverdefinition>
-
- <serverdefinition id="bar.server.id"
- definitionfile="/defs/barserveronly.serverdef">
- </serverdefinition>
-
- </extension>
-
- <extension point="org.eclipse.jst.server.generic.core.runtimedefinition">
-
- <serverdefinition id="bar.runtime.id"
- definitionfile="/defs/barruntimeonly.runtimedef">
- </serverdefinition>
-
- </extension>
-
-</plugin>
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/AllGenericServerTests.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/AllGenericServerTests.java
deleted file mode 100644
index ce8f1ec..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/AllGenericServerTests.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004 Eteration Bilisim A.S.
- * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * Naci M. Dai - initial API and implementation
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Eteration Bilisim A.S. For more
- * information on eteration, please see
- * <http://www.eteration.com/>.
- ***************************************************************************/
-
-package org.eclipse.jst.server.generic.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllGenericServerTests {
-
- public static Test suite() {
- TestSuite suite = new TestSuite(
- "Test for org.eclipse.jst.server.generic.tests");
- //$JUnit-BEGIN$
- suite.addTestSuite(ServerDefinitionTypeTest.class);
- suite.addTestSuite(GenericServerClasspathRuntimeHandlerTest.class);
- suite.addTestSuite(PluginIntegrityTest.class);
- suite.addTestSuite(ServerCreationTest.class);
- suite.addTestSuite(ServerTypeDefinitionModelTest.class);
- suite.addTestSuite(GenericServerRuntimeTest.class);
- suite.addTestSuite(GenericServerTest.class);
- suite.addTestSuite(XMLUtilsTest.class);
- suite.addTestSuite(ServerTypeDefinitionManagerTest.class);
- //$JUnit-END$
- return suite;
- }
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerClasspathRuntimeHandlerTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerClasspathRuntimeHandlerTest.java
deleted file mode 100644
index 86e89a8..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerClasspathRuntimeHandlerTest.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/***************************************************************************************************
- * Copyright (c) 2005, 2007 Eteration A.S. and Gorkem Ercan.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Gorkem Ercan - initial API and implementation
- **************************************************************************************************/
-package org.eclipse.jst.server.generic.tests;
-
-import java.util.HashMap;
-
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.jdt.core.IClasspathEntry;
-import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
-import org.eclipse.jst.server.generic.core.internal.GenericServerRuntimeTargetHandler;
-import org.eclipse.wst.server.core.IRuntime;
-import org.eclipse.wst.server.core.IRuntimeType;
-import org.eclipse.wst.server.core.IRuntimeWorkingCopy;
-import org.eclipse.wst.server.core.ServerCore;
-
-import junit.framework.TestCase;
-
-/**
- *
- *
- * @author Gorkem Ercan
- */
-public class GenericServerClasspathRuntimeHandlerTest extends TestCase {
-
- private static final String SERVER_ROOT = "/dev/java/appservers/JOnAS-4.1.4";
- private static final String SERVER_DEF_NAME = "JOnAS 4.x";
- private IRuntime fRuntime;
- /*
- * @see TestCase#setUp()
- */
- protected void setUp() throws Exception {
- super.setUp();
- IRuntimeType type =ServerCore.findRuntimeType("org.eclipse.jst.server.generic.runtime.jonas4");
- IRuntimeWorkingCopy wc = type.createRuntime("testRuntime",null);
- GenericServerRuntime delegate = (GenericServerRuntime)wc.loadAdapter(GenericServerRuntime.class, new NullProgressMonitor());
- HashMap props = new HashMap();
- props.put("mappernames", "");
- props.put("classPathVariableName", "JONAS");
- props.put("serverAddress", "127.0.0.1");
- props.put("jonasBase", SERVER_ROOT);
- props.put("jonasRoot", SERVER_ROOT);
- props.put("protocols", "jrmp");
- props.put("port", "9000");
- delegate.setServerInstanceProperties(props);
- delegate.setServerDefinitionId(SERVER_DEF_NAME);
- wc.save(false,null);
-
- fRuntime = wc.getOriginal();
- }
-
- /**
- * Constructor for ClasspathRuntimeHandlerTest.
- * @param name
- */
- public GenericServerClasspathRuntimeHandlerTest(String name) {
- super(name);
- }
-
- public void testResolveClasspathContainer() {
- GenericServerRuntimeTargetHandler handler = new GenericServerRuntimeTargetHandler();
- IClasspathEntry[] entries = handler.resolveClasspathContainer(fRuntime,null);
- assertNotNull("Failed to resolve classpath entries",entries);
- for (int i = 0; i < entries.length; i++) {
- assertTrue("the resolved classpath entry does not start with classpath prefix",(new org.eclipse.core.runtime.Path(SERVER_ROOT)).isPrefixOf(entries[i].getPath()));
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerRuntimeTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerRuntimeTest.java
deleted file mode 100644
index cee1345..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerRuntimeTest.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 Cape Clear Software.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * David Black, Cape Clear Software - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.generic.tests;
-
-import java.util.Iterator;
-import java.util.List;
-
-import junit.framework.TestCase;
-
-import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
-import org.eclipse.jst.server.generic.servertype.definition.ServerRuntime;
-import org.eclipse.jst.server.generic.servertype.definition.Property;
-
-/**
- * @author <a href="mailto:david.black@capeclear.com">David Black</a>
- */
-public class GenericServerRuntimeTest extends TestCase implements TestConstants {
-
- /**
- * runtimeTypeId used as key to .runtimedef
- */
- public void testRuntimeInfoOnly() throws Exception {
-
- GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_RUNTIMETYPE_ID);
- assertNotNull(runtime);
-
- ServerRuntime runtimeDef = runtime.getServerTypeDefinition();
- assertNotNull(runtimeDef);
-
- // Verify runtime info, and *no* server info
- ServerRuntimeUtils.verifyProperty(runtimeDef.getProperty(), "foo.prop.a", "a runtime property value");
- ServerRuntimeUtils.verifyNoProperty(runtimeDef.getProperty(), "foo.prop.b");
- }
-
- /**
- * runtimeTypeId used as key to .serverdef
- */
- public void testServerAndRuntimeInfo() throws Exception {
-
- GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
- assertNotNull(runtime);
-
- ServerRuntime serverRuntime = runtime.getServerTypeDefinition();
- assertNotNull(serverRuntime);
-
- // Verify runtime info, and server info
- ServerRuntimeUtils.verifyProperty(serverRuntime.getProperty(), "foo.prop.a", "a runtime property value");
- ServerRuntimeUtils.verifyProperty(serverRuntime.getProperty(), "foo.prop.b", "a server property value");
- }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerTest.java
deleted file mode 100644
index 0680cc6..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/GenericServerTest.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 Cape Clear Software.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * David Black, Cape Clear Software - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.generic.tests;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.jst.server.generic.core.internal.GenericServer;
-import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
-import org.eclipse.jst.server.generic.servertype.definition.ServerRuntime;
-
-/**
- * @author <a href="mailto:david.black@capeclear.com">David Black</a>
- */
-public class GenericServerTest extends TestCase implements TestConstants {
-
- /**
- * serverTypeId used as a key to the .serverdef file, then
- * the runtimeTypeId used as key to .runtimedef
- *
- * @throws Exception
- */
- public void testServerAndRuntimeInfoForServerDefAndRuntimeDef() throws Exception {
-
- GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_RUNTIMETYPE_ID);
- GenericServer server = ServerRuntimeUtils.getGenericServer(TEST_SERVERTYPE_ID, runtime.getRuntime());
- assertNotNull(server);
-
- ServerRuntime serverRuntime = server.getServerDefinition();
-
- // Verify Server and Runtime info: properties from runtimedef and serverdef are available
- ServerRuntimeUtils.verifyProperty(serverRuntime.getProperty(), "foo.prop.a", "a runtime property value");
- ServerRuntimeUtils.verifyProperty(serverRuntime.getProperty(), "foo.prop.b", "a server property value");
-
- ServerRuntimeUtils.verifyClasspath(serverRuntime.getClasspath(), "foo.runtime.classpath");
- ServerRuntimeUtils.verifyClasspath(serverRuntime.getClasspath(), "foo.server.classpath");
- }
-
- public void testServerAndRuntimeInfoForServerDefOnly() throws Exception {
-
- GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
- GenericServer server = ServerRuntimeUtils.getGenericServer(TEST_SERVERDEFONLY_SERVERTYPE_ID, runtime.getRuntime());
- assertNotNull(server);
-
- ServerRuntime serverRuntime = server.getServerDefinition();
-
- // Verify Server and Runtime info
- ServerRuntimeUtils.verifyProperty(serverRuntime.getProperty(), "foo.prop.a", "a runtime property value");
- ServerRuntimeUtils.verifyProperty(serverRuntime.getProperty(), "foo.prop.b", "a server property value");
- ServerRuntimeUtils.verifyClasspath(serverRuntime.getClasspath(), "foo.classpath");
- }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/PluginIntegrityTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/PluginIntegrityTest.java
deleted file mode 100644
index 1ade2d2..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/PluginIntegrityTest.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004 Eteration Bilisim A.S.
- * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * Naci M. Dai - initial API and implementation
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Eteration Bilisim A.S. For more
- * information on eteration, please see
- * <http://www.eteration.com/>.
- ***************************************************************************/
-
-package org.eclipse.jst.server.generic.tests;
-
-import org.eclipse.jst.server.generic.core.internal.CorePlugin;
-import org.eclipse.jst.server.generic.ui.internal.GenericUiPlugin;
-
-
-import junit.framework.TestCase;
-
-/**
- * @author naci
- *
- * TODO To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Style - Code Templates
- */
-public class PluginIntegrityTest extends TestCase {
-
- /*
- * @see TestCase#setUp()
- */
- protected void setUp() throws Exception {
- super.setUp();
- }
-
- /*
- * @see TestCase#tearDown()
- */
- protected void tearDown() throws Exception {
- super.tearDown();
- }
-
- /**
- * Constructor for PluginIntegrityTest.
- * @param name
- */
- public PluginIntegrityTest(String name) {
- super(name);
- }
-
- public void testGenericUiPluginExists(){
- assertNotNull(GenericUiPlugin.getDefault());
- }
- public void testCorePluginExists(){
- assertNotNull(CorePlugin.getDefault());
- }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerCreationTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerCreationTest.java
deleted file mode 100644
index 2191ec0..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerCreationTest.java
+++ /dev/null
@@ -1,159 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004 Eteration Bilisim A.S.
- * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * Naci M. Dai - initial API and implementation
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Eteration Bilisim A.S. For more
- * information on eteration, please see
- * <http://www.eteration.com/>.
- ***************************************************************************/
-
-package org.eclipse.jst.server.generic.tests;
-
-import java.util.HashMap;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
-import org.eclipse.wst.server.core.IRuntime;
-import org.eclipse.wst.server.core.IRuntimeType;
-import org.eclipse.wst.server.core.IRuntimeWorkingCopy;
-import org.eclipse.wst.server.core.IServerType;
-import org.eclipse.wst.server.core.IServerWorkingCopy;
-import org.eclipse.wst.server.core.ServerCore;
-import org.eclipse.wst.server.core.ServerUtil;
-import org.eclipse.wst.server.core.internal.RuntimeType;
-
-public class ServerCreationTest extends TestCase {
-
- RuntimeType j2eeRuntimeType = null;
- private final static String ID = "org.eclipse.jst.server.generic.jonas4";
-
- /*
- * @see TestCase#setUp()
- */
- protected void setUp() throws Exception {
- super.setUp();
- IRuntimeType[] listAll = ServerCore.getRuntimeTypes();
- if (listAll != null) {
- for (int i = 0; i < listAll.length; i++) {
- IRuntimeType runtimeType = listAll[i];
-
- if ("J2EE Runtime Library".equals(runtimeType.getName()))
- j2eeRuntimeType = (RuntimeType) runtimeType;
- }
- }
- }
-
- /*
- * @see TestCase#tearDown()
- */
- protected void tearDown() throws Exception {
- super.tearDown();
- }
-
- /**
- * Constructor for PluginIntegrityTest.
- *
- * @param name
- */
- public ServerCreationTest(String name) {
- super(name);
- }
-
- public void testGetTypes() {
- assertNotNull(j2eeRuntimeType);
- }
-
- public void testCreateServer() throws Exception {
-
- // Finds the generic server type
- IServerType[] sTypes = ServerCore.getServerTypes();
- IServerType serverType = null;
- for (int i = 0; i < sTypes.length; i++) {
- IServerType sType = sTypes[i];
- if (ID.equals(sType.getId()))
- serverType = sType;
- }
- assertNotNull("Could not find org.eclipse.jst.server.generic.jonas4 server type",serverType);
-
- //Finds the generic server runtime type
- IRuntimeType runtimeType = serverType.getRuntimeType();
- assertNotNull("Could not find runtime type for the generic server type",runtimeType);
- //Create a new runtime instance from the type
- IRuntime runtime = runtimeType.createRuntime(ID+".Jonas.Runtime",null);
-
- assertNotNull("Could not create runtime",runtime);
-
-
-
-
- //Create a new server instance from the type
- IServerWorkingCopy server = serverType.createServer(ID+".Jonas.Server", null, runtime, null);
- assertNotNull("Could not create server",server);
-
- //Save the server
- server.save(false,null);
-
- // Set properties for the runtime
- IRuntimeWorkingCopy runtimeWorkingCopy = runtime.createWorkingCopy();
- assertNotNull("Could not create runtime working copy",runtimeWorkingCopy);
-
- // Set the JONAS runtime as the default runtime
- ServerUtil.setRuntimeDefaultName(runtimeWorkingCopy);
- assertNotNull("Runtime working copy has no name",runtimeWorkingCopy.getName());
-
- // Set properties for the JONAS runtime
- GenericServerRuntime runtimeDelegate = (GenericServerRuntime)runtimeWorkingCopy.loadAdapter(GenericServerRuntime.class,new NullProgressMonitor());
- assertNotNull("Could not obtain runtime delegate",runtimeDelegate);
-
- HashMap props = new HashMap();
- props.put("mappernames", "");
- props.put("classPathVariableName", "JONAS");
- props.put("serverAddress", "127.0.0.1");
- props.put("jonasBase", "C:\\nmd\\dev\\java\\appservers\\JOnAS-4.1.4");
- props.put("jonasRoot", "C:\\nmd\\dev\\java\\appservers\\JOnAS-4.1.4");
- props.put("classPath", "C:\\nmd\\dev\\java\\appservers\\JOnAS-4.1.4");
- props.put("protocols", "C:\\nmd\\dev\\java\\appservers\\JOnAS-4.1.4");
- props.put("port", "9000");
- runtimeDelegate.setServerInstanceProperties(props);
-
- //Save the runtime working copy
- runtimeWorkingCopy.save(false,null);
-
- }
-
-
-
-
- public void testGetWebTypes() {
-
- IRuntimeType listWeb[] = ServerUtil.getRuntimeTypes("jst.web", null);
- assertNotNull(listWeb);
-
- boolean found = listWeb.length>0;
- assertTrue(found);
- }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerDefinitionTypeTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerDefinitionTypeTest.java
deleted file mode 100644
index 959f5bb..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerDefinitionTypeTest.java
+++ /dev/null
@@ -1,113 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004 Eteration Bilisim A.S.
- * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * Naci M. Dai - initial API and implementation
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Eteration Bilisim A.S. For more
- * information on eteration, please see
- * <http://www.eteration.com/>.
- ***************************************************************************/
-
-package org.eclipse.jst.server.generic.tests;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.IExtension;
-import org.eclipse.jst.server.generic.core.internal.CorePlugin;
-import org.eclipse.jst.server.generic.core.internal.ServerTypeDefinitionManager;
-import org.eclipse.jst.server.generic.internal.core.util.ExtensionPointUtil;
-import org.eclipse.jst.server.generic.servertype.definition.ServerRuntime;
-
-/**
- * @author naci
- *
- * TODO To change the template for this generated type comment go to Window -
- * Preferences - Java - Code Style - Code Templates
- */
-public class ServerDefinitionTypeTest extends TestCase {
-
- /*
- * @see TestCase#setUp()
- */
- protected void setUp() throws Exception {
- super.setUp();
- }
-
- /*
- * @see TestCase#tearDown()
- */
- protected void tearDown() throws Exception {
- super.tearDown();
- }
-
- /**
- * Constructor for PluginIntegrityTest.
- *
- * @param name
- */
- public ServerDefinitionTypeTest(String name) {
- super(name);
- }
-
- public void testGetTypes() {
- IExtension[] extensions = ExtensionPointUtil.getGenericServerDefinitionExtensions();
- int noOfExtensions = 0;
- for (int i = 0; i < extensions.length; i++) {
- noOfExtensions+= ExtensionPointUtil.getConfigurationElements(extensions[i]).length;
- }
- ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin.getDefault().getServerTypeDefinitionManager();
- assertNotNull(serverTypeDefinitionManager);
- ServerRuntime[] types = serverTypeDefinitionManager.getServerTypeDefinitions();
- assertNotNull(types);
- assertEquals(noOfExtensions, types.length);
- }
-
- public void testResolve() {
- ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin
- .getDefault().getServerTypeDefinitionManager();
- assertNotNull(serverTypeDefinitionManager);
- ServerRuntime[] types = serverTypeDefinitionManager
- .getServerTypeDefinitions();
- assertNotNull(types);
- assertTrue(types.length > 0);
- for (int i = 0; i < types.length; i++) {
- ServerRuntime definition = types[i];
- String wd = definition.getStart().getWorkingDirectory();
- String resolved = definition.getResolver().resolveProperties(wd);
- assertFalse(resolved.indexOf("${") >= 0);
- }
- }
-// public void testEclipseVarResolve() {
-// ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin
-// .getDefault().getServerTypeDefinitionManager();
-// assertNotNull( serverTypeDefinitionManager );
-// ServerRuntime[] types = serverTypeDefinitionManager
-// .getServerTypeDefinitions();
-// assertNotNull( types );
-// assertTrue( types.length > 0 );
-// ServerRuntime definition = types[0];
-// String resolved = definition.getResolver().resolveProperties( "test ${workspace_loc} test " );
-// assertFalse(resolved.indexOf("${") >= 0);
-// }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerRuntimeUtils.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerRuntimeUtils.java
deleted file mode 100644
index 1ce6531..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerRuntimeUtils.java
+++ /dev/null
@@ -1,123 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 Cape Clear Software.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * David Black, Cape Clear Software - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.generic.tests;
-
-import java.util.Iterator;
-import java.util.List;
-
-import junit.framework.Assert;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.jst.server.generic.core.internal.GenericServer;
-import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
-import org.eclipse.jst.server.generic.servertype.definition.Classpath;
-import org.eclipse.jst.server.generic.servertype.definition.Property;
-import org.eclipse.wst.server.core.IRuntime;
-import org.eclipse.wst.server.core.IRuntimeType;
-import org.eclipse.wst.server.core.IServerType;
-import org.eclipse.wst.server.core.IServerWorkingCopy;
-import org.eclipse.wst.server.core.ServerCore;
-
-/**
- * @author <a href="mailto:david.black@capeclear.com">David Black</a>
- */
-public final class ServerRuntimeUtils extends Assert {
-
- private ServerRuntimeUtils() {
- // utility
- }
-
- public static GenericServer getGenericServer(String serverTypeId, IRuntime runtime) throws Exception {
- GenericServer serverDelegate = null;
-
- IServerType[] sTypes = ServerCore.getServerTypes();
- for (int i = 0; i < sTypes.length; i++) {
- IServerType serverType = sTypes[i];
- if (serverTypeId.equals(serverType.getId())) {
- IServerWorkingCopy serverWorkingCopy = serverType.createServer(serverTypeId, null, runtime, null);
- assertNotNull("Could not create server", serverWorkingCopy);
-
- serverDelegate =
- (GenericServer)serverWorkingCopy.loadAdapter(
- GenericServer.class,
- new NullProgressMonitor());
- }
- }
-
- return serverDelegate;
- }
-
-
- public static GenericServerRuntime getGenericServerRuntime(String runtimeTypeId) throws CoreException {
- GenericServerRuntime runtimeDelegate = null;
-
- IRuntimeType[] runtimesTypes = ServerCore.getRuntimeTypes();
- for (int i = 0; i < runtimesTypes.length; i++) {
- IRuntimeType runtimeType = runtimesTypes[i];
- if (runtimeType.getId().equals(runtimeTypeId)) {
- IRuntime runtimeWorkingCopy = runtimeType.createRuntime(runtimeTypeId, null);
- runtimeDelegate =
- (GenericServerRuntime)runtimeWorkingCopy.loadAdapter(
- GenericServerRuntime.class,
- new NullProgressMonitor());
- break;
- }
- }
-
- return runtimeDelegate;
- }
-
- public static void verifyProperty(List property, String id, String value) {
- boolean found = false;
- int count = 0;
- Iterator iter = property.iterator();
- while (iter.hasNext()) {
- Property prop = (Property) iter.next();
- if (prop.getId().equals(id)) {
- assertEquals("Property value does not match", value, prop.getDefault());
- found = true;
- ++count;
- }
- }
- assertTrue("Property not found", found);
- assertEquals("More than one property found", 1, count);
- }
-
- public static void verifyNoProperty(List property, String id) {
- boolean found = false;
- Iterator iter = property.iterator();
- while (iter.hasNext()) {
- Property prop = (Property) iter.next();
- if (prop.getId().equals(id)) {
- found = true;
- break;
- }
- }
- assertFalse("Property found when there should be none", found);
- }
-
- public static void verifyClasspath(List classpaths, String id) {
- boolean found = false;
- int count = 0;
- Iterator iter = classpaths.iterator();
- while (iter.hasNext()) {
- Classpath cp = (Classpath) iter.next();
- if (cp.getId().equals(id)) {
- found = true;
- ++count;
- }
- }
- assertTrue("Classpath not found", found);
- assertEquals("More than one classpath found", 1, count);
- }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionManagerTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionManagerTest.java
deleted file mode 100644
index a3eca6f..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionManagerTest.java
+++ /dev/null
@@ -1,83 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 Cape Clear Software.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * David Black, Cape Clear Software - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.generic.tests;
-
-import java.util.Collections;
-import java.util.Map;
-
-import junit.framework.TestCase;
-
-import org.eclipse.jst.server.generic.core.internal.CorePlugin;
-import org.eclipse.jst.server.generic.core.internal.ServerTypeDefinitionManager;
-import org.eclipse.jst.server.generic.servertype.definition.ServerRuntime;
-
-/**
- * A server type can define either:
- *
- * 1. A serverdefinition extension i.e. a .serverdef file, and a runtimedefinition
- * i.e. a .runtimedef file. If so, the serverdef is keyed using the serverTypeId,
- * and the runtimedef is keyed using the runtimeTypeId.
- *
- * 2. A serverdefinition extension only i.e. a .serverdef file that contains both
- * the runtime info and the server info. In this case, the serverdef is keyed using
- * the runtimeTypeId.
- *
- * @author <a href="mailto:david.black@capeclear.com">David Black</a>
- */
-public class ServerTypeDefinitionManagerTest extends TestCase implements TestConstants {
-
- private ServerTypeDefinitionManager manager;
-
-
- protected void setUp() throws Exception {
- manager = CorePlugin.getDefault().getServerTypeDefinitionManager();
- }
-
- protected void tearDown() throws Exception {
- }
-
- /**
- * Use ServerTypeDefinitionManager to load a serverdef
- * and runtimedef defined in this plugin.
- */
- public void testServerDefAndRuntimeDef() {
- Map properties = Collections.EMPTY_MAP;
-
- /**
- * Implementation of getServerRuntimeDefinition looks up serverdef extensions
- * using the given id. It checks to see if this is a serverTypeId, or a
- * runtimeTypeId.
- *
- * If it is a serverTypeId, it loads the serverdef and then proceeds to lookup
- * runtimedef using the corresponding runtimeTypeId (a server has one runtime,
- * a runtime may have many servers). It combines the serverdef and the runtimedef
- * to create the ServerRuntime object. If there is no runtimedef this is an error.
- *
- * If the id is a runtimeTypeId, then it loads the serverdef and returns the
- * ServerRuntime.
- */
- ServerRuntime definition =
- manager.getServerRuntimeDefinition(TEST_SERVERTYPE_ID, TEST_RUNTIMETYPE_ID, properties);
- assertNotNull(definition);
- }
-
- public void testServerDefOnly() {
- Map properties = Collections.EMPTY_MAP;
-
- ServerRuntime definition =
- manager.getServerRuntimeDefinition(TEST_SERVERDEFONLY_RUNTIMETYPE_ID, properties);
- assertNotNull(definition);
-
- definition = manager.getServerRuntimeDefinition(TEST_SERVERDEFONLY_SERVERTYPE_ID, properties);
- assertNull(definition);
- }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionModelTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionModelTest.java
deleted file mode 100644
index 83de91a..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/ServerTypeDefinitionModelTest.java
+++ /dev/null
@@ -1,166 +0,0 @@
-package org.eclipse.jst.server.generic.tests;
-
-import java.util.HashMap;
-import java.util.Map;
-import org.eclipse.jst.server.generic.core.internal.CorePlugin;
-import org.eclipse.jst.server.generic.servertype.definition.ArchiveType;
-import org.eclipse.jst.server.generic.servertype.definition.ArgumentPair;
-import org.eclipse.jst.server.generic.servertype.definition.Classpath;
-import org.eclipse.jst.server.generic.servertype.definition.JndiConnection;
-import org.eclipse.jst.server.generic.servertype.definition.LaunchConfiguration;
-import org.eclipse.jst.server.generic.servertype.definition.Module;
-import org.eclipse.jst.server.generic.servertype.definition.Port;
-import org.eclipse.jst.server.generic.servertype.definition.Project;
-import org.eclipse.jst.server.generic.servertype.definition.Property;
-import org.eclipse.jst.server.generic.servertype.definition.Publisher;
-import org.eclipse.jst.server.generic.servertype.definition.PublisherData;
-import org.eclipse.jst.server.generic.servertype.definition.ServerRuntime;
-import org.eclipse.jst.server.generic.servertype.definition.ServerTypeFactory;
-
-import junit.framework.TestCase;
-
-public class ServerTypeDefinitionModelTest extends TestCase {
-
- private static final String TESTED_SERVER_ID = "org.eclipse.jst.server.generic.runtime.jonas4";
- private ServerRuntime subject = null;
- protected void setUp() throws Exception {
- ServerRuntime[] serverdefs = CorePlugin.getDefault().getServerTypeDefinitionManager().getServerTypeDefinitions();
- for (int i = 0; i < serverdefs.length; i++) {
- if(TESTED_SERVER_ID.equals(serverdefs[i].getId()))
- subject=serverdefs[i];
- }
- }
-
-
- public void testServerTypeFactory(){
- ServerTypeFactory factory = ServerTypeFactory.eINSTANCE;
- assertNotNull(factory.createArchiveType());
- assertNotNull(factory.createClasspath());
- assertNotNull(factory.createJndiConnection());
- assertNotNull(factory.createLaunchConfiguration());
- assertNotNull(factory.createModule());
- assertNotNull(factory.createPort());
- assertNotNull(factory.createProject());
- assertNotNull(factory.createProperty());
- assertNotNull(factory.createPublisher());
- assertNotNull(factory.createPublisherData());
- assertNotNull(factory.createServerRuntime());
- assertNotNull(factory.getServerTypePackage());
-
- }
- public void testServerRuntime(){
- assertTrue(subject.getClasspath()!=null && subject.getClasspath().size()>0);
- assertTrue(subject.getConfigurationElementNamespace()!=null && subject.getConfigurationElementNamespace().length()>0);
- assertTrue(subject.getName()!= null && subject.getName().length()>0);
- assertTrue(subject.getVersion()!=null && subject.getVersion().length()>0);
- assertTrue(subject.getProperty()!=null && subject.getProperty().size()>0);
- assertTrue(subject.getPort()!=null && subject.getPort().size()>0);
- assertTrue(subject.getModule()!=null && subject.getModule().size()>0);
- assertNotNull(subject.getProject());
- assertNotNull(subject.getStop());
- assertNotNull(subject.getStart());
- assertTrue(subject.getId()!= null && subject.getId().length()>0);
- assertTrue(subject.getFilename()!=null && subject.getFilename().length()>0);
- Classpath cp = (Classpath)subject.getClasspath().get(0);
- assertEquals(cp,subject.getClasspath(cp.getId()));
- Module module = (Module)subject.getModule().get(0);
- assertEquals(module,subject.getModule(module.getType()));
- assertNotNull(subject.getPublisher("org.eclipse.jst.server.generic.antpublisher"));
- }
- public void testSetServerRuntime()
- {
- subject.setId(TESTED_SERVER_ID);
- subject.setConfigurationElementNamespace("test.namespace");
- subject.setFilename("test.filename");
- Map testMap =new HashMap();
- subject.setPropertyValues(testMap);
- assertEquals(TESTED_SERVER_ID,subject.getId());
- assertEquals("test.namespace",subject.getConfigurationElementNamespace());
- assertEquals("test.filename",subject.getFilename());
- }
-
-
- public void testClasspath()
- {
- Classpath cp =(Classpath)subject.getClasspath().get(0);
- assertTrue(cp.getId()!=null && cp.getId().length()>0);
- assertTrue(cp.getArchive()!=null && cp.getArchive().size()>0);
- ArchiveType archiveType = (ArchiveType)cp.getArchive().get(0);
- assertTrue(archiveType.getPath()!=null && archiveType.getPath().length()>0);
-
- }
-
- public void testLaunchConfiguration()
- {
- LaunchConfiguration lcfg = subject.getStart();
- assertNotNull(lcfg);
- assertTrue(lcfg.getMainClass()!=null && lcfg.getMainClass().length()>0);
- assertTrue(lcfg.getMainClass()!=null && lcfg.getExternal().isEmpty());
- assertTrue(lcfg.getMainClass()!=null && lcfg.getDebugPort()==null);
- assertTrue(lcfg.getClasspathReference()!=null && lcfg.getClasspathReference().length()>0);
- assertTrue(lcfg.getProgramArguments()!=null && !lcfg.getProgramArguments().isEmpty());
- assertTrue(lcfg.getVmParameters()!=null && !lcfg.getVmParameters().isEmpty());
- assertTrue(lcfg.getWorkingDirectory()!=null && lcfg.getWorkingDirectory().length()>0);
- }
- public void testModule()
- {
- Module module = (Module)subject.getModule().get(0);
- assertNotNull(module);
- assertTrue(module.getPublishDir()!= null && module.getPublishDir().length()>0);
- assertTrue(module.getPublisherReference()!=null && module.getPublisherReference().length()>0);
- assertTrue(module.getType()!=null && module.getType().length()>0);
- }
- public void testPort()
- {
- Port port = (Port)subject.getPort().get(0);
- assertNotNull(port);
- assertNotNull(port.getName());
- assertTrue(port.getNo()!= null && port.getNo().length()>0);
- assertTrue(port.getProtocol()!=null && port.getProtocol().length()>0);
- }
- public void testProject()
- {
- Project project = subject.getProject();
- assertNotNull(project);
- assertNotNull(project.getClasspathReference());
- }
- public void testProperty()
- {
- Property property = (Property)subject.getProperty().get(0);
- assertNotNull(property);
- assertTrue(property.getContext()!=null && property.getContext().length()>0);
- assertTrue(property.getDefault()!=null && property.getDefault().length()>0);
- assertTrue(property.getId()!=null && property.getId().length()>0);
- assertTrue(property.getLabel()!= null && property.getLabel().length()>0);
- assertTrue(property.getType()!= null && property.getType().length()>0);
-
- }
- public void testPublisher()
- {
- Publisher publisher = (Publisher)subject.getPublisher().get(0);
- assertNotNull(publisher);
- assertTrue(publisher.getId()!=null && publisher.getId().length()>0);
- assertTrue(publisher.getPublisherdata()!=null && publisher.getPublisherdata().size()>0);
- PublisherData data = (PublisherData)publisher.getPublisherdata().get(0);
- assertNotNull(data);
- assertTrue(data.getDataname()!= null && data.getDataname().length()>0);
- assertTrue(data.getDatavalue()!=null && data.getDatavalue().length()>0);
- }
- public void testJNDIConnection()
- {
- JndiConnection jndi = subject.getJndiConnection();
- assertNotNull(jndi);
- assertTrue(jndi.getProviderUrl()!=null && jndi.getProviderUrl().length()>0);
- assertTrue(jndi.getInitialContextFactory()!= null && jndi.getInitialContextFactory().length()>0);
- assertNotNull(jndi.getJndiProperty());
- if(jndi.getJndiProperty().size()>0)
- {
- ArgumentPair property = (ArgumentPair)jndi.getJndiProperty().get(0);
- assertNotNull(property.getName());
- assertNotNull(property.getValue());
- }
- }
-
-
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestConstants.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestConstants.java
deleted file mode 100644
index 2a2ff18..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestConstants.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 Cape Clear Software.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * David Black, Cape Clear Software - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.generic.tests;
-
-/**
- * @author <a href="mailto:david.black@capeclear.com">David Black</a>
- */
-public interface TestConstants {
- public static final String TEST_SERVERTYPE_ID = "bar.server.id";
- public static final String TEST_RUNTIMETYPE_ID = "bar.runtime.id";
-
- public static final String TEST_SERVERDEFONLY_SERVERTYPE_ID = "foo.serverdefonly.server.id";
- public static final String TEST_SERVERDEFONLY_RUNTIMETYPE_ID = "foo.serverdefonly.runtime.id";
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestProject.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestProject.java
deleted file mode 100644
index a37c858..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestProject.java
+++ /dev/null
@@ -1,204 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004 Eteration Bilisim A.S.
- * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * Naci M. Dai - initial API and implementation
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Eteration Bilisim A.S. For more
- * information on eteration, please see
- * <http://www.eteration.com/>.
- ***************************************************************************/
-
-package org.eclipse.jst.server.generic.tests;
-
-import java.io.ByteArrayInputStream;
-import java.io.IOException;
-import java.net.MalformedURLException;
-import java.net.URL;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.IProjectDescription;
-import org.eclipse.core.resources.IWorkspaceRoot;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.core.runtime.Platform;
-import org.eclipse.jdt.core.IClasspathEntry;
-import org.eclipse.jdt.core.ICompilationUnit;
-import org.eclipse.jdt.core.IJavaElement;
-import org.eclipse.jdt.core.IJavaProject;
-import org.eclipse.jdt.core.IPackageFragment;
-import org.eclipse.jdt.core.IPackageFragmentRoot;
-import org.eclipse.jdt.core.IType;
-import org.eclipse.jdt.core.JavaCore;
-import org.eclipse.jdt.core.JavaModelException;
-import org.eclipse.jdt.core.search.IJavaSearchConstants;
-import org.eclipse.jdt.core.search.SearchEngine;
-import org.eclipse.jdt.core.search.SearchPattern;
-import org.eclipse.jdt.core.search.TypeNameRequestor;
-import org.eclipse.jdt.launching.JavaRuntime;
-import org.osgi.framework.Bundle;
-public class TestProject {
- public IProject project;
- public IJavaProject javaProject;
- private IPackageFragmentRoot sourceFolder;
- public TestProject() throws CoreException {
- IWorkspaceRoot root = ResourcesPlugin.getWorkspace().getRoot();
- project = root.getProject("Project-1");
- project.create(null);
- project.open(null);
- javaProject = JavaCore.create(project);
- IFolder binFolder = createBinFolder();
- setJavaNature();
- javaProject.setRawClasspath(new IClasspathEntry[0], null);
- createOutputFolder(binFolder);
- addSystemLibraries();
- }
- public IProject getProject() {
- return project;
- }
- public IJavaProject getJavaProject() {
- return javaProject;
- }
- public void addJar(String plugin, String jar) throws MalformedURLException,
- IOException, JavaModelException {
- Path result = findFileInPlugin(plugin, jar);
- IClasspathEntry[] oldEntries = javaProject.getRawClasspath();
- IClasspathEntry[] newEntries = new IClasspathEntry[oldEntries.length + 1];
- System.arraycopy(oldEntries, 0, newEntries, 0, oldEntries.length);
- newEntries[oldEntries.length] = JavaCore.newLibraryEntry(result, null,
- null);
- javaProject.setRawClasspath(newEntries, null);
- }
- public IPackageFragment createPackage(String name) throws CoreException {
- if (sourceFolder == null)
- sourceFolder = createSourceFolder();
- return sourceFolder.createPackageFragment(name, false, null);
- }
- public IType createType(IPackageFragment pack, String cuName, String source)
- throws JavaModelException {
- StringBuffer buf = new StringBuffer();
- buf.append("package " + pack.getElementName() + ";\n");
- buf.append("\n");
- buf.append(source);
- ICompilationUnit cu = pack.createCompilationUnit(cuName,
- buf.toString(), false, null);
- return cu.getTypes()[0];
- }
- public void dispose() throws CoreException {
- waitForIndexer();
- project.delete(true, true, null);
- }
- private IFolder createBinFolder() throws CoreException {
- IFolder binFolder = project.getFolder("bin");
- binFolder.create(false, true, null);
- return binFolder;
- }
-
- public IFolder createWebModule(String moduleName, String contents) throws CoreException {
- IFolder moduleFolder = project.getFolder(moduleName);
- moduleFolder.create(false, true, null);
-
- IFolder folder = project.getFolder(moduleName + "/WEB-INF");
- folder.create(false, true, null);
- folder = project.getFolder(moduleName + "/WEB-INF/classes");
- folder.create(false, true, null);
- folder = project.getFolder(moduleName + "/WEB-INF/lib");
- folder.create(false, true, null);
-
- ByteArrayInputStream stream = new ByteArrayInputStream(contents.getBytes());
- IFile file = project.getFile(moduleName + "/WEB-INF/web.xml");
- file.create(stream, true, null);
-
- return moduleFolder;
- }
-
- private void setJavaNature() throws CoreException {
- IProjectDescription description = project.getDescription();
- description.setNatureIds(new String[]{JavaCore.NATURE_ID});
- project.setDescription(description, null);
- }
- private void createOutputFolder(IFolder binFolder)
- throws JavaModelException {
- IPath outputLocation = binFolder.getFullPath();
- javaProject.setOutputLocation(outputLocation, null);
- }
- public IPackageFragmentRoot createSourceFolder() throws CoreException {
- IFolder folder = project.getFolder("src");
- folder.create(false, true, null);
- IPackageFragmentRoot root = javaProject.getPackageFragmentRoot(folder);
- IClasspathEntry[] oldEntries = javaProject.getRawClasspath();
- IClasspathEntry[] newEntries = new IClasspathEntry[oldEntries.length + 1];
- System.arraycopy(oldEntries, 0, newEntries, 0, oldEntries.length);
- newEntries[oldEntries.length] = JavaCore.newSourceEntry(root.getPath());
- javaProject.setRawClasspath(newEntries, null);
- return root;
- }
- private void addSystemLibraries() throws JavaModelException {
- IClasspathEntry[] oldEntries = javaProject.getRawClasspath();
- IClasspathEntry[] newEntries = new IClasspathEntry[oldEntries.length + 1];
- System.arraycopy(oldEntries, 0, newEntries, 0, oldEntries.length);
- newEntries[oldEntries.length] = JavaRuntime
- .getDefaultJREContainerEntry();
- javaProject.setRawClasspath(newEntries, null);
- }
- private Path findFileInPlugin(String plugin, String file)
- throws MalformedURLException, IOException {
- Bundle bundle = Platform.getBundle(plugin);
- URL pluginURL = bundle.getEntry("/");
- URL jarURL = new URL(pluginURL, file);
- URL localJarURL = FileLocator.toFileURL(jarURL);
- return new Path(localJarURL.getPath());
- }
- private void waitForIndexer() throws JavaModelException {
- new SearchEngine().searchAllTypeNames(null, null,
- SearchPattern.R_CASE_SENSITIVE,
- IJavaSearchConstants.CLASS, SearchEngine
- .createJavaSearchScope(new IJavaElement[0]),
- new TypeNameRequestor() {
- public void acceptClass(char[] packageName,
- char[] simpleTypeName, char[][] enclosingTypeNames,
- String path) {
- }
- public void acceptInterface(char[] packageName,
- char[] simpleTypeName, char[][] enclosingTypeNames,
- String path) {
- }
- }, IJavaSearchConstants.WAIT_UNTIL_READY_TO_SEARCH, null);
- }
- /**
- * @return Returns the sourceFolder.
- */
- public IPackageFragmentRoot getSourceFolder() {
- return sourceFolder;
- }
- /**
- * @param sourceFolder The sourceFolder to set.
- */
- public void setSourceFolder(IPackageFragmentRoot sourceFolder) {
- this.sourceFolder = sourceFolder;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestsPlugin.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestsPlugin.java
deleted file mode 100644
index 1b5f954..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/TestsPlugin.java
+++ /dev/null
@@ -1,100 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004 Eteration Bilisim A.S.
- * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * Naci M. Dai - initial API and implementation
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Eteration Bilisim A.S. For more
- * information on eteration, please see
- * <http://www.eteration.com/>.
- ***************************************************************************/
-
-package org.eclipse.jst.server.generic.tests;
-
-import org.eclipse.ui.plugin.*;
-import org.osgi.framework.BundleContext;
-import java.util.*;
-
-
-public class TestsPlugin extends AbstractUIPlugin {
- //The shared instance.
- private static TestsPlugin plugin;
- //Resource bundle.
- private ResourceBundle resourceBundle;
-
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- plugin = this;
- }
-
- /*
- * This method is called upon plug-in activation
- */
- public void start(BundleContext context) throws Exception {
- super.start(context);
- }
-
- /*
- * This method is called when the plug-in is stopped
- */
- public void stop(BundleContext context) throws Exception {
- super.stop(context);
- plugin = null;
- resourceBundle = null;
- }
-
- /*
- * Returns the shared instance.
- */
- public static TestsPlugin getDefault() {
- return plugin;
- }
-
- /*
- * Returns the string from the plugin's resource bundle,
- * or 'key' if not found.
- */
- public static String getResourceString(String key) {
- ResourceBundle bundle = TestsPlugin.getDefault().getResourceBundle();
- try {
- return (bundle != null) ? bundle.getString(key) : key;
- } catch (MissingResourceException e) {
- return key;
- }
- }
-
- /*
- * Returns the plugin's resource bundle,
- */
- public ResourceBundle getResourceBundle() {
- try {
- if (resourceBundle == null)
- resourceBundle = ResourceBundle.getBundle("org.eclipse.jst.server.generic.tests.TestsPluginResources");
- } catch (MissingResourceException x) {
- resourceBundle = null;
- }
- return resourceBundle;
- }
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/XMLUtilsTest.java b/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/XMLUtilsTest.java
deleted file mode 100644
index 09466c8..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/src/org/eclipse/jst/server/generic/tests/XMLUtilsTest.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 Cape Clear Software.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * David Black, Cape Clear Software - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.generic.tests;
-
-import junit.framework.TestCase;
-
-import org.eclipse.jst.server.generic.internal.xml.XMLUtils;
-import org.eclipse.jst.server.generic.servertype.definition.ServerRuntime;
-
-/**
- * @author <a href="mailto:david.black@capeclear.com">David Black</a>
- */
-public class XMLUtilsTest extends TestCase implements TestConstants {
-
- private XMLUtils xmlUtils;
-
-
- protected void setUp() throws Exception {
- super.setUp();
-
- xmlUtils = new XMLUtils();
- }
-
- public void testLoadDefinitions() {
- ServerRuntime definition = xmlUtils.getServerTypeDefinition(TestConstants.TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
- assertNotNull(definition);
-
- definition = xmlUtils.getServerTypeDefinition(TestConstants.TEST_SERVERDEFONLY_SERVERTYPE_ID);
- assertNull(definition);
-
- definition = xmlUtils.getRuntimeTypeDefinition(TestConstants.TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
- assertNull(definition);
-
- definition = xmlUtils.getServerTypeDefinition(TestConstants.TEST_SERVERTYPE_ID);
- assertNotNull(definition);
-
- definition = xmlUtils.getRuntimeTypeDefinition(TestConstants.TEST_RUNTIMETYPE_ID);
- assertNotNull(definition);
- }
-
-}
diff --git a/tests/org.eclipse.jst.server.generic.tests/test.xml b/tests/org.eclipse.jst.server.generic.tests/test.xml
deleted file mode 100644
index 900f5bb..0000000
--- a/tests/org.eclipse.jst.server.generic.tests/test.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.generic.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="jst-folder" value="${eclipse-home}/jst_folder"/>
- <delete dir="${jst-folder}" quiet="true"/>
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${jst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.generic.tests.AllGenericServerTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/.classpath b/tests/org.eclipse.jst.server.geronimo.core.tests/.classpath
deleted file mode 100644
index 751c8f2..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/.cvsignore b/tests/org.eclipse.jst.server.geronimo.core.tests/.cvsignore
deleted file mode 100644
index 60463af..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-build.xml
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/.project b/tests/org.eclipse.jst.server.geronimo.core.tests/.project
deleted file mode 100644
index 3946809..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.geronimo.core.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 97be667..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,52 +0,0 @@
-#Thu May 26 14:34:05 EDT 2005
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
-org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL,NORMAL,HIGH
-org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,issue,Provisional API
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index a0ff53c..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Thu May 26 14:34:05 EDT 2005
-eclipse.preferences.version=1
-internal.default.compliance=user
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.geronimo.core.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index b96d963..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,19 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.jst.server.geronimo.core.tests
-Bundle-SymbolicName: org.eclipse.jst.server.geronimo.core.tests
-Bundle-Version: 0.7.0
-Bundle-ClassPath: tests.jar
-Bundle-Activator: org.eclipse.jst.server.geronimo.core.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Bundle-Localization: plugin
-Export-Package: org.eclipse.jst.server.geronimo.core.tests
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.junit,
- org.eclipse.jdt.launching,
- org.eclipse.wst.server.core,
- org.eclipse.jst.server.core,
- org.eclipse.jst.server.geronimo.core,
- org.eclipse.wst.server.core.tests
-Eclipse-AutoStart: true
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/about.html b/tests/org.eclipse.jst.server.geronimo.core.tests/about.html
deleted file mode 100644
index 4ec5989..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>May 2, 2006</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/build.properties b/tests/org.eclipse.jst.server.geronimo.core.tests/build.properties
deleted file mode 100644
index 06f7a31..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/build.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# Copyright (c) 2004 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = plugin.xml,\
- test.xml,\
- tests.jar,\
- META-INF/,\
- about.html
-jars.compile.order = tests.jar
-source.tests.jar = src/
-output.tests.jar = bin/
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/AllTests.java b/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/AllTests.java
deleted file mode 100644
index d46f4be..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/AllTests.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- **********************************************************************/
-package org.eclipse.jst.server.geronimo.core.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.jst.server.geronimo.core.tests");
- //$JUnit-BEGIN$
- suite.addTestSuite(ExistenceTest.class);
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/ExistenceTest.java b/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/ExistenceTest.java
deleted file mode 100644
index 65757bd..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/ExistenceTest.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.geronimo.core.tests;
-
-import org.eclipse.jst.server.geronimo.core.internal.GeronimoPlugin;
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(GeronimoPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/OrderedTestSuite.java b/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/OrderedTestSuite.java
deleted file mode 100644
index 5d288b8..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/OrderedTestSuite.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.geronimo.core.tests;
-
-import java.lang.reflect.Method;
-import java.lang.reflect.Modifier;
-import java.util.Vector;
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-class OrderedTestSuite extends TestSuite{
- public OrderedTestSuite(Class theClass, String name) {
- this(theClass);
- setName(name);
- }
-
- public OrderedTestSuite(final Class theClass) {
- super();
- setName(theClass.getName());
- try {
- getTestConstructor(theClass); // Avoid generating multiple error messages
- } catch (NoSuchMethodException e) {
- addTest(warning("Class " + theClass.getName()
- + " has no public constructor TestCase(String name) or TestCase()"));
- return;
- }
- if (!Modifier.isPublic(theClass.getModifiers())) {
- addTest(warning("Class " + theClass.getName() + " is not public"));
- return;
- }
- Class superClass = theClass;
- Vector names = new Vector();
- while (Test.class.isAssignableFrom(superClass)) {
- Method[] methods = superClass.getDeclaredMethods();
- int size = methods.length;
- for (int i = 0; i < size - 1; i++) {
- for (int j = i + 1; j < size; j++) {
- if (methods[i].getName().compareTo(methods[j].getName()) > 0) {
- Method m = methods[i];
- methods[i] = methods[j];
- methods[j] = m;
- }
- }
- }
- for (int i = 0; i < size; i++) {
- addTestMethod(methods[i], names, theClass);
- }
- superClass = superClass.getSuperclass();
- }
- if (!tests().hasMoreElements())
- addTest(warning("No tests found in " + theClass.getName()));
- }
-
- private void addTestMethod(Method m, Vector names, Class theClass) {
- String name = m.getName();
- if (names.contains(name))
- return;
- if (!isPublicTestMethod(m)) {
- if (isTestMethod(m))
- addTest(warning("Test method isn't public: " + m.getName()));
- return;
- }
- names.addElement(name);
- addTest(createTest(theClass, name));
- }
-
- private boolean isPublicTestMethod(Method m) {
- return isTestMethod(m) && Modifier.isPublic(m.getModifiers());
- }
-
- private boolean isTestMethod(Method m) {
- String name = m.getName();
- Class[] parameters = m.getParameterTypes();
- Class returnType = m.getReturnType();
- return parameters.length == 0 && name.startsWith("test") && returnType.equals(Void.TYPE);
- }
-
- private Test warning(final String message) {
- return new TestCase("warning") {
- protected void runTest() {
- fail(message);
- }
- };
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/TestsPlugin.java b/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/TestsPlugin.java
deleted file mode 100644
index f80d29d..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/src/org/eclipse/jst/server/geronimo/core/tests/TestsPlugin.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.geronimo.core.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/test.xml b/tests/org.eclipse.jst.server.geronimo.core.tests/test.xml
deleted file mode 100644
index 4c60c05..0000000
--- a/tests/org.eclipse.jst.server.geronimo.core.tests/test.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.geronimo.core.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.geronimo.core.tests.AllTests"/>
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/.classpath b/tests/org.eclipse.jst.server.geronimo.ui.tests/.classpath
deleted file mode 100644
index 751c8f2..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/.cvsignore b/tests/org.eclipse.jst.server.geronimo.ui.tests/.cvsignore
deleted file mode 100644
index 60463af..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-build.xml
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/.project b/tests/org.eclipse.jst.server.geronimo.ui.tests/.project
deleted file mode 100644
index 9853472..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.geronimo.ui.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.geronimo.ui.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index d05825e..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,47 +0,0 @@
-#Wed May 25 10:52:36 EDT 2005
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.geronimo.ui.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index 623ea5b..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,21 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.jst.server.geronimo.ui.tests
-Bundle-SymbolicName: org.eclipse.jst.server.geronimo.ui.tests
-Bundle-Version: 0.7.0
-Bundle-ClassPath: tests.jar
-Bundle-Activator: org.eclipse.jst.server.geronimo.ui.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Bundle-Localization: plugin
-Export-Package: org.eclipse.jst.server.geronimo.ui.tests
-Require-Bundle: org.eclipse.core.runtime,
- org.junit,
- org.eclipse.ui,
- org.eclipse.wst.server.core,
- org.eclipse.wst.server.ui,
- org.eclipse.jst.server.geronimo.core,
- org.eclipse.jst.server.geronimo.ui,
- org.eclipse.wst.server.core.tests,
- org.eclipse.wst.server.ui.tests,
- org.eclipse.jst.server.geronimo.core.tests
-Eclipse-AutoStart: true
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/about.html b/tests/org.eclipse.jst.server.geronimo.ui.tests/about.html
deleted file mode 100644
index 4ec5989..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>May 2, 2006</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/build.properties b/tests/org.eclipse.jst.server.geronimo.ui.tests/build.properties
deleted file mode 100644
index e813ad9..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/build.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = plugin.xml,\
- test.xml,\
- tests.jar,\
- META-INF/,\
- about.html
-jars.compile.order = tests.jar
-source.tests.jar = src/
-output.tests.jar = bin/ \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/AllTests.java b/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/AllTests.java
deleted file mode 100644
index b6a3756..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/AllTests.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.geronimo.ui.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.jst.server.geronimo.ui.tests");
- //$JUnit-BEGIN$
- suite.addTestSuite(ExistenceTest.class);
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/ExistenceTest.java b/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/ExistenceTest.java
deleted file mode 100644
index e49c136..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/ExistenceTest.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.geronimo.ui.tests;
-
-import org.eclipse.jst.server.geronimo.ui.internal.GeronimoUIPlugin;
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(GeronimoUIPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/OrderedTestSuite.java b/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/OrderedTestSuite.java
deleted file mode 100644
index 5e2a301..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/OrderedTestSuite.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.geronimo.ui.tests;
-
-import java.lang.reflect.Method;
-import java.lang.reflect.Modifier;
-import java.util.Vector;
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-class OrderedTestSuite extends TestSuite{
- public OrderedTestSuite(Class theClass, String name) {
- this(theClass);
- setName(name);
- }
-
- public OrderedTestSuite(final Class theClass) {
- super();
- setName(theClass.getName());
- try {
- getTestConstructor(theClass); // Avoid generating multiple error messages
- } catch (NoSuchMethodException e) {
- addTest(warning("Class " + theClass.getName()
- + " has no public constructor TestCase(String name) or TestCase()"));
- return;
- }
- if (!Modifier.isPublic(theClass.getModifiers())) {
- addTest(warning("Class " + theClass.getName() + " is not public"));
- return;
- }
- Class superClass = theClass;
- Vector names = new Vector();
- while (Test.class.isAssignableFrom(superClass)) {
- Method[] methods = superClass.getDeclaredMethods();
- int size = methods.length;
- for (int i = 0; i < size - 1; i++) {
- for (int j = i + 1; j < size; j++) {
- if (methods[i].getName().compareTo(methods[j].getName()) > 0) {
- Method m = methods[i];
- methods[i] = methods[j];
- methods[j] = m;
- }
- }
- }
- for (int i = 0; i < size; i++) {
- addTestMethod(methods[i], names, theClass);
- }
- superClass = superClass.getSuperclass();
- }
- if (!tests().hasMoreElements())
- addTest(warning("No tests found in " + theClass.getName()));
- }
-
- private void addTestMethod(Method m, Vector names, Class theClass) {
- String name = m.getName();
- if (names.contains(name))
- return;
- if (!isPublicTestMethod(m)) {
- if (isTestMethod(m))
- addTest(warning("Test method isn't public: " + m.getName()));
- return;
- }
- names.addElement(name);
- addTest(createTest(theClass, name));
- }
-
- private boolean isPublicTestMethod(Method m) {
- return isTestMethod(m) && Modifier.isPublic(m.getModifiers());
- }
-
- private boolean isTestMethod(Method m) {
- String name = m.getName();
- Class[] parameters = m.getParameterTypes();
- Class returnType = m.getReturnType();
- return parameters.length == 0 && name.startsWith("test") && returnType.equals(Void.TYPE);
- }
-
- private Test warning(final String message) {
- return new TestCase("warning") {
- protected void runTest() {
- fail(message);
- }
- };
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/TestsPlugin.java b/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/TestsPlugin.java
deleted file mode 100644
index 75c2101..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/src/org/eclipse/jst/server/geronimo/ui/tests/TestsPlugin.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.geronimo.ui.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/test.xml b/tests/org.eclipse.jst.server.geronimo.ui.tests/test.xml
deleted file mode 100644
index 45d1ac6..0000000
--- a/tests/org.eclipse.jst.server.geronimo.ui.tests/test.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.geronimo.ui.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.geronimo.ui.tests.AllTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/.classpath b/tests/org.eclipse.jst.server.tomcat.core.tests/.classpath
deleted file mode 100644
index ce73933..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/.cvsignore b/tests/org.eclipse.jst.server.tomcat.core.tests/.cvsignore
deleted file mode 100644
index 6c1b57a..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-tests.jar
-testssrc.zip
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/.project b/tests/org.eclipse.jst.server.tomcat.core.tests/.project
deleted file mode 100644
index e2c044e..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.tomcat.core.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 8ae0cd6..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Jan 16 17:01:02 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=ignore
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.3
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 584bdff..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-#Fri Nov 10 18:06:11 HST 2006
-eclipse.preferences.version=1
-internal.default.compliance=user
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.tomcat.core.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index e47c2c0..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,26 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.jst.server.tomcat.core.tests
-Bundle-SymbolicName: org.eclipse.jst.server.tomcat.core.tests
-Bundle-Version: 1.1.000.qualifier
-Bundle-ClassPath: tests.jar
-Bundle-Activator: org.eclipse.jst.server.tomcat.core.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.jst.server.tomcat.core.tests,
- org.eclipse.jst.server.tomcat.core.tests.internal;x-internal:=true,
- org.eclipse.jst.server.tomcat.core.tests.module
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.commands,
- org.junit;bundle-version="3.8.0",
- org.eclipse.wst.server.core,
- org.eclipse.jst.server.tomcat.core,
- org.eclipse.wst.server.core.tests,
- org.eclipse.jst.j2ee.web,
- org.eclipse.wst.common.frameworks,
- org.eclipse.wst.common.project.facet.core,
- org.eclipse.jst.j2ee,
- org.eclipse.jdt.launching,
- org.eclipse.core.resources,
- org.eclipse.jst.server.core
-Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/about.html b/tests/org.eclipse.jst.server.tomcat.core.tests/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/build.properties b/tests/org.eclipse.jst.server.tomcat.core.tests/build.properties
deleted file mode 100644
index 009f548..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = test.xml,\
- tests.jar,\
- META-INF/,\
- about.html
-jars.compile.order = tests.jar
-source.tests.jar = src/
-output.tests.jar = bin/
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatRuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatRuntimeTestCase.java
deleted file mode 100644
index 8d007c0..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatRuntimeTestCase.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.runtime.Path;
-import org.eclipse.wst.server.core.*;
-import org.eclipse.wst.server.core.tests.ext.AbstractRuntimeTestCase;
-
-public abstract class AbstractTomcatRuntimeTestCase extends AbstractRuntimeTestCase {
- protected abstract String getRuntimeTypeId();
-
- public IRuntime createRuntime() throws Exception {
- try {
- IRuntimeWorkingCopy wc = createRuntime(getRuntimeTypeId());
- return wc.save(true, null);
- } catch (Exception e) {
- e.printStackTrace();
- return null;
- }
- }
-
- public void deleteRuntime(IRuntime runtime2) throws Exception {
- runtime2.delete();
- }
-
- protected static IRuntimeWorkingCopy createRuntime(String runtimeTypeId) throws Exception {
- IRuntimeType rt = ServerCore.findRuntimeType(runtimeTypeId);
- IRuntimeWorkingCopy wc = rt.createRuntime(null, null);
- wc.setLocation(new Path(RuntimeLocation.runtimeLocation));
- return wc;
- }
-
- public static void addOrderedTests(Class testClass,TestSuite suite) {
- AbstractRuntimeTestCase.addOrderedTests(testClass, suite);
- AbstractRuntimeTestCase.addFinalTests(testClass, suite);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatServerTestCase.java
deleted file mode 100644
index addea57..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AbstractTomcatServerTestCase.java
+++ /dev/null
@@ -1,309 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import java.io.File;
-import java.util.List;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jst.server.tomcat.core.internal.ITomcatConfigurationWorkingCopy;
-import org.eclipse.jst.server.tomcat.core.internal.ITomcatServerWorkingCopy;
-import org.eclipse.jst.server.tomcat.core.internal.TomcatServer;
-import org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour;
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleTestCase;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.IRuntime;
-import org.eclipse.wst.server.core.IRuntimeWorkingCopy;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.IServerType;
-import org.eclipse.wst.server.core.IServerWorkingCopy;
-import org.eclipse.wst.server.core.ServerCore;
-import org.eclipse.wst.server.core.ServerPort;
-import org.eclipse.wst.server.core.internal.Server;
-import org.eclipse.wst.server.core.model.IModuleFolder;
-import org.eclipse.wst.server.core.model.IModuleResource;
-import org.eclipse.wst.server.core.tests.ext.AbstractServerTestCase;
-
-public abstract class AbstractTomcatServerTestCase extends AbstractServerTestCase {
- protected abstract String getServerTypeId();
-
- public void deleteServer(IServer server2) throws Exception {
- server2.getRuntime().delete();
- server2.delete();
- }
-
- protected IRuntime createRuntime() throws Exception {
- IServerType st = ServerCore.findServerType(getServerTypeId());
- IRuntimeWorkingCopy wc = st.getRuntimeType().createRuntime(null, null);
- wc.setLocation(new Path(RuntimeLocation.runtimeLocation));
- return wc.save(true, null);
- }
-
- public IServer createServer() throws Exception {
- IServerType st = ServerCore.findServerType(getServerTypeId());
- IRuntime runtime = createRuntime();
- IServerWorkingCopy wc = st.createServer(null, null, runtime, null);
-
- ServerPort[] ports = wc.getServerPorts(null);
- TomcatServer tomcatServer = (TomcatServer) wc.getAdapter(TomcatServer.class);
- ITomcatConfigurationWorkingCopy configuration = (ITomcatConfigurationWorkingCopy) tomcatServer.getServerConfiguration();
- // if no ports from the server, use the configuration
- if (ports == null || ports.length == 0) {
- List portsList = configuration.getServerPorts();
- if (portsList != null && portsList.size() > 0) {
- ports = (ServerPort[])portsList.toArray(new ServerPort[portsList.size()]);
- }
- }
- if (ports != null) {
- int size = ports.length;
- for (int i = 0; i < size; i++) {
- configuration.modifyServerPort(ports[i].getId(), 22100 + i);
- }
- }
-
- return wc.save(true, null);
- }
-
- public TomcatServer getTomcatServer() throws Exception {
- return (TomcatServer)getServer().loadAdapter(TomcatServer.class, null);
- }
-
- public TomcatServerBehaviour getTomcatServerBehaviour() throws Exception {
- return (TomcatServerBehaviour)getServer().loadAdapter(TomcatServerBehaviour.class, null);
- }
-
- public static void addOrderedTests(Class testClass,TestSuite suite) {
- AbstractServerTestCase.addOrderedTests(testClass, suite);
- suite.addTest(TestSuite.createTest(testClass, "canAddModule"));
- suite.addTest(TestSuite.createTest(testClass, "hasModule"));
- suite.addTest(TestSuite.createTest(testClass, "addModule"));
- suite.addTest(TestSuite.createTest(testClass, "hasModule2"));
- suite.addTest(TestSuite.createTest(testClass, "removeModule"));
- suite.addTest(TestSuite.createTest(testClass, "hasModule3"));
- suite.addTest(TestSuite.createTest(testClass, "verifyDefaultDeployConfig"));
- suite.addTest(TestSuite.createTest(testClass, "verifyDefaultAddPublish"));
- suite.addTest(TestSuite.createTest(testClass, "verifyDefaultRemovePublish"));
- suite.addTest(TestSuite.createTest(testClass, "verifyLegacyDeployConfig"));
- suite.addTest(TestSuite.createTest(testClass, "verifyLegacyAddPublish"));
- suite.addTest(TestSuite.createTest(testClass, "verifyLegacyRemovePublish"));
- AbstractServerTestCase.addFinalTests(testClass, suite);
- }
-
- public void canAddModule() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IStatus status = getServer().canModifyModules(new IModule[] { webModule }, null, null);
- assertTrue(status.isOK());
- }
-
- public void hasModule() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IModule[] modules = getServer().getModules();
- int size = modules.length;
- boolean found = false;
- for (int i = 0; i < size; i++) {
- if (webModule.equals(modules[i]))
- found = true;
- }
- if (found)
- assertTrue(false);
- }
-
- public void addModule() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IServerWorkingCopy wc = getServer().createWorkingCopy();
- wc.modifyModules(new IModule[] { webModule }, null, null);
- wc.save(true, null);
- }
-
- public void hasModule2() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IModule[] modules = getServer().getModules();
- int size = modules.length;
- boolean found = false;
- for (int i = 0; i < size; i++) {
- if (webModule.equals(modules[i]))
- found = true;
- }
- if (!found)
- assertTrue(false);
- }
-
- public void removeModule() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IServerWorkingCopy wc = getServer().createWorkingCopy();
- wc.modifyModules(null, new IModule[] { webModule }, null);
- wc.save(true, null);
- }
-
- public void hasModule3() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IModule[] modules = getServer().getModules();
- int size = modules.length;
- boolean found = false;
- for (int i = 0; i < size; i++) {
- if (webModule.equals(modules[i]))
- found = true;
- }
- if (found)
- assertTrue(false);
- }
-
- /*
- * Tests to verify modules are deployed correctly per configuration
- */
-
- /**
- * @throws Exception
- */
- public void verifyDefaultDeployConfig() throws Exception {
- TomcatServer ts = getTomcatServer();
- assertNotNull(ts);
- TomcatServerBehaviour tsb = getTomcatServerBehaviour();
- assertNotNull(tsb);
- assertEquals(ITomcatServerWorkingCopy.DEFAULT_DEPLOYDIR, ts.getDeployDirectory());
- IPath tempDir = tsb.getTempDirectory();
- IPath baseDir = tsb.getRuntimeBaseDirectory();
- assertEquals(tempDir, baseDir);
- IPath deployDir = tsb.getServerDeployDirectory();
- assertEquals(baseDir.append(ITomcatServerWorkingCopy.DEFAULT_DEPLOYDIR), deployDir);
- }
-
- protected abstract void verifyPublishedModule(IPath baseDir, IModule module) throws Exception;
-
- protected void verifyPublishedModuleFiles(IModule module) throws Exception {
- File moduleDir = new File(getTomcatServerBehaviour().getModuleDeployDirectory(module).toOSString());
- assertTrue("Module " + module.getName() + " root directory doesn't exist: " + moduleDir.getPath(), moduleDir.exists());
- IModuleResource [] resources = ((Server)getServer()).getResources(new IModule [] { module });
- for (int i = 0; i < resources.length; i++) {
- if (resources[i] instanceof IModuleFolder) {
- verifyPublishedModuleFolder(moduleDir, (IModuleFolder)resources[i]);
- }
- else {
- String path = resources[i].getModuleRelativePath().append(resources[i].getName()).toOSString();
- File file = new File(moduleDir, path);
- assertTrue("Module file doesn't exist: " + file.getPath(), file.exists());
- }
- }
- }
-
- protected void verifyPublishedModuleFolder(File moduleDir, IModuleFolder mf) throws Exception {
- IModuleResource [] resources = mf.members();
- for (int i = 0; i < resources.length; i++) {
- if (resources[i] instanceof IModuleFolder) {
- verifyPublishedModuleFolder(moduleDir, (IModuleFolder)resources[i]);
- }
- else {
- String path = resources[i].getModuleRelativePath().append(resources[i].getName()).toOSString();
- File file = new File(moduleDir, path);
- assertTrue("Module file/folder doesn't exist: " + file.getPath(), file.exists());
- }
- }
- }
-
- /**
- * @throws Exception
- */
- public void verifyDefaultAddPublish() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IServerWorkingCopy wc = getServer().createWorkingCopy();
- wc.modifyModules(new IModule[] { webModule }, null, null);
- wc.save(true, null);
- getServer().publish(IServer.PUBLISH_FULL, null);
-
- TomcatServerBehaviour tsb = getTomcatServerBehaviour();
- IPath baseDir = tsb.getRuntimeBaseDirectory();
- IPath moduleDir = baseDir.append(ITomcatServerWorkingCopy.DEFAULT_DEPLOYDIR).append(ModuleTestCase.webModule.getName());
- assertTrue(moduleDir.toFile().exists());
- verifyPublishedModule(baseDir, ModuleTestCase.webModule);
- }
-
- /**
- * @throws Exception
- */
- public void verifyDefaultRemovePublish() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IServerWorkingCopy wc = getServer().createWorkingCopy();
- wc.modifyModules(null, new IModule[] { webModule }, null);
- wc.save(true, null);
- getServer().publish(IServer.PUBLISH_FULL, null);
-
- TomcatServerBehaviour tsb = getTomcatServerBehaviour();
- IPath baseDir = tsb.getRuntimeBaseDirectory();
- IPath moduleDir = baseDir.append(ITomcatServerWorkingCopy.DEFAULT_DEPLOYDIR).append(ModuleTestCase.webModule.getName());
- assertFalse(moduleDir.toFile().exists());
- }
-
- /**
- * Verify configuration when deployment directory is unset.
- * Deployment directory should default to "webapps".
- * @throws Exception
- */
- public void verifyLegacyDeployConfig() throws Exception {
- TomcatServer ts = getTomcatServer();
- assertNotNull(ts);
- ts.setDeployDirectory("webapps");
- TomcatServerBehaviour tsb = getTomcatServerBehaviour();
- assertNotNull(tsb);
- assertEquals("webapps", ts.getDeployDirectory());
- // Verify that legacy setting results in attribute removal
- Server svr = (Server)getServer().loadAdapter(Server.class, null);
- assertNotNull(svr);
- String attr = svr.getAttribute("webapps", (String)null);
- assertNull(attr);
-
- IPath tempDir = tsb.getTempDirectory();
- IPath baseDir = tsb.getRuntimeBaseDirectory();
- assertEquals(tempDir, baseDir);
- IPath deployDir = tsb.getServerDeployDirectory();
- assertEquals(baseDir.append("webapps"), deployDir);
- }
-
- /**
- * @throws Exception
- */
- public void verifyLegacyAddPublish() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IServerWorkingCopy wc = getServer().createWorkingCopy();
- // Unset the deployment directory
- ((TomcatServer)wc.loadAdapter(TomcatServer.class, null)).setDeployDirectory(null);
- wc.modifyModules(new IModule[] { webModule }, null, null);
- wc.save(true, null);
- getServer().publish(IServer.PUBLISH_FULL, null);
-
- TomcatServerBehaviour tsb = getTomcatServerBehaviour();
- IPath baseDir = tsb.getRuntimeBaseDirectory();
- IPath moduleDir = baseDir.append("webapps").append(ModuleTestCase.webModule.getName());
- assertTrue(moduleDir.toFile().exists());
- verifyPublishedModule(baseDir, ModuleTestCase.webModule);
- }
-
- /**
- * @throws Exception
- */
- public void verifyLegacyRemovePublish() throws Exception {
- IModule webModule = ModuleTestCase.webModule;
- IServerWorkingCopy wc = getServer().createWorkingCopy();
- // Unset the deployment directory
- ((TomcatServer)wc.loadAdapter(TomcatServer.class, null)).setDeployDirectory(null);
- wc.modifyModules(null, new IModule[] { webModule }, null);
- wc.save(true, null);
- getServer().publish(IServer.PUBLISH_FULL, null);
-
- TomcatServerBehaviour tsb = getTomcatServerBehaviour();
- IPath baseDir = tsb.getRuntimeBaseDirectory();
- IPath moduleDir = baseDir.append("webapps").append(ModuleTestCase.webModule.getName());
- assertFalse(moduleDir.toFile().exists());
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AllTests.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AllTests.java
deleted file mode 100644
index a7cefb0..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/AllTests.java
+++ /dev/null
@@ -1,118 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.jst.server.tomcat.core.tests.internal.UtilTestCase;
-import org.eclipse.jst.server.tomcat.core.tests.internal.XmlTestCase;
-import org.eclipse.jst.server.tomcat.core.tests.module.DeleteModuleTestCase;
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleTestCase;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.jst.server.tomcat.core.tests");
- //$JUnit-BEGIN$
- System.setProperty("wtp.autotest.noninteractive", "true");
-
- suite.addTestSuite(ExistenceTest.class);
- suite.addTestSuite(TomcatRuntimeTestCase.class);
- suite.addTestSuite(ModuleTestCase.class);
-
- String s = System.getProperty("org.eclipse.jst.server.tomcat.32");
- //s = "D:\\Tools\\tomcat\\jakarta-tomcat-3.2.4";
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
- TestSuite subSuite = new TestSuite(Tomcat32RuntimeTestCase.class);
- Tomcat32RuntimeTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- subSuite = new TestSuite(Tomcat32ServerTestCase.class);
- Tomcat32ServerTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- } else {
- System.err.println("Warning: Tomcat 3.2 not found - tests skipped");
- }
-
- s = System.getProperty("org.eclipse.jst.server.tomcat.40");
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
- TestSuite subSuite = new TestSuite(Tomcat40RuntimeTestCase.class);
- Tomcat40RuntimeTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- subSuite = new TestSuite(Tomcat40ServerTestCase.class);
- Tomcat40ServerTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- } else {
- System.err.println("Warning: Tomcat 4.0 not found - tests skipped");
- }
-
- s = System.getProperty("org.eclipse.jst.server.tomcat.41");
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
- TestSuite subSuite = new TestSuite(Tomcat41RuntimeTestCase.class);
- Tomcat41RuntimeTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- subSuite = new TestSuite(Tomcat41ServerTestCase.class);
- Tomcat41ServerTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- } else {
- System.err.println("Warning: Tomcat 4.1 not found - tests skipped");
- }
-
- s = System.getProperty("org.eclipse.jst.server.tomcat.50");
- //s = "D:\\Tools\\tomcat\\jakarta-tomcat-5.0.19";
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
- TestSuite subSuite = new TestSuite(Tomcat50RuntimeTestCase.class);
- Tomcat50RuntimeTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- subSuite = new TestSuite(Tomcat50ServerTestCase.class);
- Tomcat50ServerTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- } else {
- System.err.println("Warning: Tomcat 5.0 not found - tests skipped");
- }
-
- s = System.getProperty("org.eclipse.jst.server.tomcat.55");
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
- TestSuite subSuite = new TestSuite(Tomcat55RuntimeTestCase.class);
- Tomcat55RuntimeTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- subSuite = new TestSuite(Tomcat55ServerTestCase.class);
- Tomcat55ServerTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- } else {
- System.err.println("Warning: Tomcat 5.5 not found - tests skipped");
- }
-
- s = System.getProperty("org.eclipse.jst.server.tomcat.60");
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
- TestSuite subSuite = new TestSuite(Tomcat60RuntimeTestCase.class);
- Tomcat60RuntimeTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- subSuite = new TestSuite(Tomcat60ServerTestCase.class);
- Tomcat60ServerTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- } else {
- System.err.println("Warning: Tomcat 6.0 not found - tests skipped");
- }
-
- suite.addTestSuite(UtilTestCase.class);
- suite.addTestSuite(XmlTestCase.class);
-
- suite.addTestSuite(DeleteModuleTestCase.class);
- //$JUnit-END$
- return suite;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/ExistenceTest.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/ExistenceTest.java
deleted file mode 100644
index ed07364..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/ExistenceTest.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import org.eclipse.jst.server.tomcat.core.internal.TomcatPlugin;
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(TomcatPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/RuntimeLocation.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/RuntimeLocation.java
deleted file mode 100644
index 070f6cf..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/RuntimeLocation.java
+++ /dev/null
@@ -1,15 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-public class RuntimeLocation {
- public static String runtimeLocation;
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TestsPlugin.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TestsPlugin.java
deleted file mode 100644
index 6cb75fa..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TestsPlugin.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32RuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32RuntimeTestCase.java
deleted file mode 100644
index 9032432..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32RuntimeTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-public class Tomcat32RuntimeTestCase extends AbstractTomcatRuntimeTestCase {
- protected String getRuntimeTypeId() {
- return "org.eclipse.jst.server.tomcat.runtime.32";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatRuntimeTestCase.addOrderedTests(Tomcat32RuntimeTestCase.class, suite);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32ServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32ServerTestCase.java
deleted file mode 100644
index 77bd4e7..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat32ServerTestCase.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.tomcat.core.internal.Tomcat32Configuration;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server32.ServerInstance;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server32.Context;
-import org.eclipse.wst.server.core.IModule;
-
-/**
- *
- */
-public class Tomcat32ServerTestCase extends AbstractTomcatServerTestCase {
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.32";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatServerTestCase.addOrderedTests(Tomcat32ServerTestCase.class, suite);
- }
-
- protected void verifyPublishedModule(IPath baseDir, IModule module)
- throws Exception {
- Tomcat32TestConfiguration config = new Tomcat32TestConfiguration(null);
- config.load(baseDir.append("conf"), null);
-
- ServerInstance serverInstance = config.getServerInstance();
- Context context = serverInstance.getContext(module.getName());
-
- String deployDir = getTomcatServer().getDeployDirectory();
- if ("webapps".equals(deployDir)) {
- assertEquals("webapps/" + module.getName(), context.getDocBase());
- }
- else {
- assertEquals(getTomcatServerBehaviour().getModuleDeployDirectory(module).toOSString(), context.getDocBase());
- }
- verifyPublishedModuleFiles(module);
- }
-}
-
-class Tomcat32TestConfiguration extends Tomcat32Configuration {
- /**
- * @param path
- */
- public Tomcat32TestConfiguration(IFolder path) {
- super(path);
- }
-
- /**
- * @return server instance
- */
- public ServerInstance getServerInstance() {
- return serverInstance;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40RuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40RuntimeTestCase.java
deleted file mode 100644
index 14de4f6..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40RuntimeTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-public class Tomcat40RuntimeTestCase extends AbstractTomcatRuntimeTestCase {
- protected String getRuntimeTypeId() {
- return "org.eclipse.jst.server.tomcat.runtime.40";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatRuntimeTestCase.addOrderedTests(Tomcat40RuntimeTestCase.class, suite);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40ServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40ServerTestCase.java
deleted file mode 100644
index 25e3231..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat40ServerTestCase.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.tomcat.core.internal.Tomcat40Configuration;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Context;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.ServerInstance;
-import org.eclipse.wst.server.core.IModule;
-
-/**
- *
- */
-public class Tomcat40ServerTestCase extends AbstractTomcatServerTestCase {
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.40";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatServerTestCase.addOrderedTests(Tomcat40ServerTestCase.class, suite);
- }
-
- protected void verifyPublishedModule(IPath baseDir, IModule module)
- throws Exception {
- Tomcat40TestConfiguration config = new Tomcat40TestConfiguration(null);
- config.load(baseDir.append("conf"), null);
-
- ServerInstance serverInstance = config.getServerInstance();
- Context context = serverInstance.getContext(module.getName());
-
- String deployDir = getTomcatServer().getDeployDirectory();
- if ("webapps".equals(deployDir)) {
- assertEquals(module.getName(), context.getDocBase());
- }
- else {
- assertEquals(getTomcatServerBehaviour().getModuleDeployDirectory(module).toOSString(), context.getDocBase());
- }
- verifyPublishedModuleFiles(module);
- }
-}
-
-class Tomcat40TestConfiguration extends Tomcat40Configuration {
- /**
- * @param path
- */
- public Tomcat40TestConfiguration(IFolder path) {
- super(path);
- }
-
- /**
- * @return server instance
- */
- public ServerInstance getServerInstance() {
- return serverInstance;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41RuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41RuntimeTestCase.java
deleted file mode 100644
index b4a8b7c..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41RuntimeTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-public class Tomcat41RuntimeTestCase extends AbstractTomcatRuntimeTestCase {
- protected String getRuntimeTypeId() {
- return "org.eclipse.jst.server.tomcat.runtime.41";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatRuntimeTestCase.addOrderedTests(Tomcat41RuntimeTestCase.class, suite);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41ServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41ServerTestCase.java
deleted file mode 100644
index c5a09a1..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat41ServerTestCase.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.tomcat.core.internal.Tomcat41Configuration;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Context;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.ServerInstance;
-import org.eclipse.wst.server.core.IModule;
-
-/**
- *
- */
-public class Tomcat41ServerTestCase extends AbstractTomcatServerTestCase {
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.41";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatServerTestCase.addOrderedTests(Tomcat41ServerTestCase.class, suite);
- }
-
- protected void verifyPublishedModule(IPath baseDir, IModule module)
- throws Exception {
- Tomcat41TestConfiguration config = new Tomcat41TestConfiguration(null);
- config.load(baseDir.append("conf"), null);
-
- ServerInstance serverInstance = config.getServerInstance();
- Context context = serverInstance.getContext(module.getName());
-
- String deployDir = getTomcatServer().getDeployDirectory();
- if ("webapps".equals(deployDir)) {
- assertEquals(module.getName(), context.getDocBase());
- }
- else {
- assertEquals(getTomcatServerBehaviour().getModuleDeployDirectory(module).toOSString(), context.getDocBase());
- }
- verifyPublishedModuleFiles(module);
- }
-}
-
-class Tomcat41TestConfiguration extends Tomcat41Configuration {
- /**
- * @param path
- */
- public Tomcat41TestConfiguration(IFolder path) {
- super(path);
- }
-
- /**
- * @return server instance
- */
- public ServerInstance getServerInstance() {
- return serverInstance;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50RuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50RuntimeTestCase.java
deleted file mode 100644
index 4aa9efe..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50RuntimeTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-public class Tomcat50RuntimeTestCase extends AbstractTomcatRuntimeTestCase {
- protected String getRuntimeTypeId() {
- return "org.eclipse.jst.server.tomcat.runtime.50";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatRuntimeTestCase.addOrderedTests(Tomcat50RuntimeTestCase.class, suite);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50ServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50ServerTestCase.java
deleted file mode 100644
index 6faf012..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat50ServerTestCase.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.tomcat.core.internal.Tomcat50Configuration;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Context;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.ServerInstance;
-import org.eclipse.wst.server.core.IModule;
-
-/**
- *
- */
-public class Tomcat50ServerTestCase extends AbstractTomcatServerTestCase {
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.50";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatServerTestCase.addOrderedTests(Tomcat50ServerTestCase.class, suite);
- }
-
- protected void verifyPublishedModule(IPath baseDir, IModule module)
- throws Exception {
- Tomcat50TestConfiguration config = new Tomcat50TestConfiguration(null);
- config.load(baseDir.append("conf"), null);
-
- ServerInstance serverInstance = config.getServerInstance();
- Context context = serverInstance.getContext(module.getName());
-
- String deployDir = getTomcatServer().getDeployDirectory();
- if ("webapps".equals(deployDir)) {
- assertEquals(module.getName(), context.getDocBase());
- }
- else {
- assertEquals(getTomcatServerBehaviour().getModuleDeployDirectory(module).toOSString(), context.getDocBase());
- }
- verifyPublishedModuleFiles(module);
- }
-}
-
-class Tomcat50TestConfiguration extends Tomcat50Configuration {
- /**
- * @param path
- */
- public Tomcat50TestConfiguration(IFolder path) {
- super(path);
- }
-
- /**
- * @return server instance
- */
- public ServerInstance getServerInstance() {
- return serverInstance;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55RuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55RuntimeTestCase.java
deleted file mode 100644
index 8230669..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55RuntimeTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-public class Tomcat55RuntimeTestCase extends AbstractTomcatRuntimeTestCase {
- protected String getRuntimeTypeId() {
- return "org.eclipse.jst.server.tomcat.runtime.55";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatRuntimeTestCase.addOrderedTests(Tomcat55RuntimeTestCase.class, suite);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55ServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55ServerTestCase.java
deleted file mode 100644
index a253adf..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat55ServerTestCase.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.tomcat.core.internal.Tomcat55Configuration;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Context;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.ServerInstance;
-import org.eclipse.wst.server.core.IModule;
-
-/**
- *
- */
-public class Tomcat55ServerTestCase extends AbstractTomcatServerTestCase {
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.55";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatServerTestCase.addOrderedTests(Tomcat55ServerTestCase.class, suite);
- }
-
- protected void verifyPublishedModule(IPath baseDir, IModule module)
- throws Exception {
- Tomcat55TestConfiguration config = new Tomcat55TestConfiguration(null);
- config.load(baseDir.append("conf"), null);
-
- ServerInstance serverInstance = config.getServerInstance();
- Context context = serverInstance.getContext(module.getName());
-
- String deployDir = getTomcatServer().getDeployDirectory();
- if ("webapps".equals(deployDir)) {
- assertEquals(module.getName(), context.getDocBase());
- }
- else {
- assertEquals(getTomcatServerBehaviour().getModuleDeployDirectory(module).toOSString(), context.getDocBase());
- }
- verifyPublishedModuleFiles(module);
- }
-}
-
-class Tomcat55TestConfiguration extends Tomcat55Configuration {
- /**
- * @param path
- */
- public Tomcat55TestConfiguration(IFolder path) {
- super(path);
- }
-
- /**
- * @return server instance
- */
- public ServerInstance getServerInstance() {
- return serverInstance;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60RuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60RuntimeTestCase.java
deleted file mode 100644
index e6c43d3..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60RuntimeTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-public class Tomcat60RuntimeTestCase extends AbstractTomcatRuntimeTestCase {
- protected String getRuntimeTypeId() {
- return "org.eclipse.jst.server.tomcat.runtime.60";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatRuntimeTestCase.addOrderedTests(Tomcat60RuntimeTestCase.class, suite);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60ServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60ServerTestCase.java
deleted file mode 100644
index 76b30fb..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/Tomcat60ServerTestCase.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.jst.server.tomcat.core.internal.Tomcat60Configuration;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Context;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.ServerInstance;
-import org.eclipse.wst.server.core.IModule;
-
-/**
- *
- */
-public class Tomcat60ServerTestCase extends AbstractTomcatServerTestCase {
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.60";
- }
-
- public static void addOrderedTests(TestSuite suite) {
- AbstractTomcatServerTestCase.addOrderedTests(Tomcat60ServerTestCase.class, suite);
- }
-
- protected void verifyPublishedModule(IPath baseDir, IModule module)
- throws Exception {
- Tomcat60TestConfiguration config = new Tomcat60TestConfiguration(null);
- config.load(baseDir.append("conf"), null);
-
- ServerInstance serverInstance = config.getServerInstance();
- Context context = serverInstance.getContext(module.getName());
-
- String deployDir = getTomcatServer().getDeployDirectory();
- if ("webapps".equals(deployDir)) {
- assertEquals(module.getName(), context.getDocBase());
- }
- else {
- assertEquals(getTomcatServerBehaviour().getModuleDeployDirectory(module).toOSString(), context.getDocBase());
- }
- verifyPublishedModuleFiles(module);
- }
-}
-
-class Tomcat60TestConfiguration extends Tomcat60Configuration {
- /**
- * @param path
- */
- public Tomcat60TestConfiguration(IFolder path) {
- super(path);
- }
-
- /**
- * @return server instance
- */
- public ServerInstance getServerInstance() {
- return serverInstance;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TomcatRuntimeTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TomcatRuntimeTestCase.java
deleted file mode 100644
index 732031d..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/TomcatRuntimeTestCase.java
+++ /dev/null
@@ -1,169 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jst.server.tomcat.core.internal.ITomcatRuntime;
-import org.eclipse.jst.server.tomcat.core.internal.ITomcatRuntimeWorkingCopy;
-import org.eclipse.wst.server.core.*;
-
-import junit.framework.TestCase;
-
-public class TomcatRuntimeTestCase extends TestCase {
- private static final String RUNTIME_TYPE_ID_32 = "org.eclipse.jst.server.tomcat.runtime.32";
- private static final String RUNTIME_TYPE_ID_40 = "org.eclipse.jst.server.tomcat.runtime.40";
- private static final String RUNTIME_TYPE_ID_41 = "org.eclipse.jst.server.tomcat.runtime.41";
- private static final String RUNTIME_TYPE_ID_50 = "org.eclipse.jst.server.tomcat.runtime.50";
- private static final String RUNTIME_TYPE_ID_55 = "org.eclipse.jst.server.tomcat.runtime.55";
-
- protected static IRuntime runtime;
- protected static ITomcatRuntime tomcatRuntime;
-
- protected IRuntimeWorkingCopy createRuntime(String runtimeTypeId) throws Exception {
- IRuntimeType rt = ServerCore.findRuntimeType(runtimeTypeId);
- IRuntimeWorkingCopy wc = rt.createRuntime("a", null);
- wc.setLocation(new Path("c://test"));
- return wc;
- }
-
- public void test00CreateRuntime() throws Exception {
- runtime = createRuntime(RUNTIME_TYPE_ID_32).save(false, null);
- assertTrue(!runtime.isWorkingCopy());
- }
-
- protected void validateRuntime() throws Exception {
- IStatus status = runtime.validate(null);
- assertTrue(!status.isOK());
- }
-
- protected void adaptRuntime() throws Exception {
- tomcatRuntime = (ITomcatRuntime) runtime.loadAdapter(ITomcatRuntime.class, null);
- assertNotNull(tomcatRuntime);
- assertNotNull(tomcatRuntime.getVMInstall());
- assertNotNull(tomcatRuntime.getRuntimeClasspath());
- }
-
- protected void modifyRuntime() throws Exception {
- IRuntimeWorkingCopy wc = runtime.createWorkingCopy();
- ITomcatRuntimeWorkingCopy trwc = (ITomcatRuntimeWorkingCopy) wc.loadAdapter(ITomcatRuntimeWorkingCopy.class, null);
- trwc.setVMInstall(null);
- wc.save(true, null);
- tomcatRuntime = (ITomcatRuntime) runtime.loadAdapter(ITomcatRuntime.class, null);
- assertNotNull(tomcatRuntime.getVMInstall());
- }
-
- protected void deleteRuntime() throws Exception {
- runtime.delete();
- runtime = null;
- tomcatRuntime = null;
- }
-
- public void test01ValidateRuntime() throws Exception {
- validateRuntime();
- }
-
- public void test02AdaptRuntime() throws Exception {
- adaptRuntime();
- }
-
- public void test03ModifyRuntime() throws Exception {
- modifyRuntime();
- }
-
- public void test04DeleteRuntime() throws Exception {
- deleteRuntime();
- }
-
- public void test10CreateRuntime() throws Exception {
- runtime = createRuntime(RUNTIME_TYPE_ID_40).save(false, null);
- assertTrue(!runtime.isWorkingCopy());
- }
-
- public void test11ValidateRuntime() throws Exception {
- validateRuntime();
- }
-
- public void test12AdaptRuntime() throws Exception {
- adaptRuntime();
- }
-
- public void test13ModifyRuntime() throws Exception {
- modifyRuntime();
- }
-
- public void test14DeleteRuntime() throws Exception {
- deleteRuntime();
- }
-
- public void test20CreateRuntime() throws Exception {
- runtime = createRuntime(RUNTIME_TYPE_ID_41).save(false, null);
- assertTrue(!runtime.isWorkingCopy());
- }
-
- public void test21ValidateRuntime() throws Exception {
- validateRuntime();
- }
-
- public void test22AdaptRuntime() throws Exception {
- adaptRuntime();
- }
-
- public void test23ModifyRuntime() throws Exception {
- modifyRuntime();
- }
-
- public void test24DeleteRuntime() throws Exception {
- deleteRuntime();
- }
-
- public void test30CreateRuntime() throws Exception {
- runtime = createRuntime(RUNTIME_TYPE_ID_50).save(false, null);
- assertTrue(!runtime.isWorkingCopy());
- }
-
- public void test31ValidateRuntime() throws Exception {
- validateRuntime();
- }
-
- public void test32AdaptRuntime() throws Exception {
- adaptRuntime();
- }
-
- public void test33ModifyRuntime() throws Exception {
- modifyRuntime();
- }
-
- public void test34DeleteRuntime() throws Exception {
- deleteRuntime();
- }
-
- public void test40CreateRuntime() throws Exception {
- runtime = createRuntime(RUNTIME_TYPE_ID_55).save(false, null);
- assertTrue(!runtime.isWorkingCopy());
- }
-
- public void test41ValidateRuntime() throws Exception {
- validateRuntime();
- }
-
- public void test42AdaptRuntime() throws Exception {
- adaptRuntime();
- }
-
- public void test43ModifyRuntime() throws Exception {
- modifyRuntime();
- }
-
- public void test44DeleteRuntime() throws Exception {
- deleteRuntime();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/UtilTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/UtilTestCase.java
deleted file mode 100644
index b306917..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/UtilTestCase.java
+++ /dev/null
@@ -1,218 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests.internal;
-
-import java.io.File;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour;
-import org.eclipse.jst.server.tomcat.core.internal.VerifyResourceSpec;
-import org.eclipse.jst.server.tomcat.core.tests.RuntimeLocation;
-
-import junit.framework.TestCase;
-
-public class UtilTestCase extends TestCase {
- public void testArgMerge() {
- assertEquals("", TomcatServerBehaviour.mergeArguments("", new String[] { }, null, false));
- assertEquals("", TomcatServerBehaviour.mergeArguments("", new String[] { }, null, true));
- assertEquals("", TomcatServerBehaviour.mergeArguments("", new String[] { }, new String[] { "a" } , true));
- }
-
- public void testArgMerge2() {
- assertEquals("a=b", TomcatServerBehaviour.mergeArguments("", new String[] { "a=b"}, null, false));
- assertEquals("a=b", TomcatServerBehaviour.mergeArguments("", new String[] { "a=b"}, null, true));
- // new arguments aren't removed
- assertEquals("a=b", TomcatServerBehaviour.mergeArguments("", new String[] { "a=b"}, new String[] { "a" }, true));
- }
-
- public void testArgMerge3() {
- assertEquals("a=b c=d", TomcatServerBehaviour.mergeArguments("", new String[] { "a=b", "c=d" }, null, false));
- assertEquals("a=b c=d", TomcatServerBehaviour.mergeArguments("", new String[] { "a=b", "c=d" }, null, true));
- // new arguments aren't removed
- assertEquals("a=b c=d", TomcatServerBehaviour.mergeArguments("", new String[] { "a=b", "c=d" }, new String[] { "a" }, true));
- }
-
- public void testArgMerge4() {
- assertEquals("a=b c=d", TomcatServerBehaviour.mergeArguments("a=b", new String[] { "c=d" }, null, false));
- assertEquals("a=b c=d", TomcatServerBehaviour.mergeArguments("a=b", new String[] { "c=d" }, null, true));
- // old argument is removed
- assertEquals("c=d", TomcatServerBehaviour.mergeArguments("a=b", new String[] { "c=d" }, new String[] { "a" }, true));
- }
-
- public void testArgMerge5() {
- assertEquals("a=c", TomcatServerBehaviour.mergeArguments("a=b", new String[] { "a=c" }, null, false));
- assertEquals("a=c", TomcatServerBehaviour.mergeArguments("a=b", new String[] { "a=c" }, null, true));
- // replaced argument is removed
- assertEquals("", TomcatServerBehaviour.mergeArguments("a=b", new String[] { "a=c" }, new String[] { "a" }, true));
- }
-
- public void testArgMerge6() {
- assertEquals("a b=2 d e=3", TomcatServerBehaviour.mergeArguments("a b=c d", new String[] { "b=2", "e=3" }, null, false));
- assertEquals("a b=2 d e=3", TomcatServerBehaviour.mergeArguments("a b=c d", new String[] { "b=2", "e=3" }, null, true));
- // old argument is removed
- assertEquals("b=2 d e=3", TomcatServerBehaviour.mergeArguments("a b=c d", new String[] { "b=2", "e=3" }, new String[] { "a" }, true));
- assertEquals("a e=3", TomcatServerBehaviour.mergeArguments("a b=c d", new String[] { "b=2", "e=3" }, new String[] { "b", "d" }, true));
- assertEquals("a e=3", TomcatServerBehaviour.mergeArguments("a b=c d", new String[] { "b=2", "e=3" }, new String[] { "b=", "d" }, true));
- }
-
- public void testArgMerge7() {
- assertEquals("a bb=c d b=2 e=3", TomcatServerBehaviour.mergeArguments("a bb=c d", new String[] { "b=2", "e=3" }, null, false));
- assertEquals("a bb=c d b=2 e=3", TomcatServerBehaviour.mergeArguments("a bb=c d", new String[] { "b=2", "e=3" }, null, true));
- // remove expected wrong argument
- assertEquals("a d b=2 e=3", TomcatServerBehaviour.mergeArguments("a bb=c d", new String[] { "b=2", "e=3" }, new String[] { "b" }, true));
- // avoid removing wrong argument
- assertEquals("a bb=c d b=2 e=3", TomcatServerBehaviour.mergeArguments("a bb=c d", new String[] { "b=2", "e=3" }, new String[] { "b=" }, true));
- }
-
- public void testArgMerge8() {
- assertEquals("a", TomcatServerBehaviour.mergeArguments("a", new String[] { }, null, false));
- assertEquals("a", TomcatServerBehaviour.mergeArguments("a", new String[] { }, null, true));
- // remove single exiting argument
- assertEquals("", TomcatServerBehaviour.mergeArguments("a", new String[] { }, new String[] { "a" }, true));
- }
-
- public void testArgMerge9() {
- assertEquals("a b", TomcatServerBehaviour.mergeArguments("a", new String[] { "b" }, null, false));
- assertEquals("a b", TomcatServerBehaviour.mergeArguments("a", new String[] { "b" }, null, true));
- // remove single exiting argument
- assertEquals("b", TomcatServerBehaviour.mergeArguments("a", new String[] { "b" }, new String[] { "a" }, true));
- }
-
- public void testArgMerge10() {
- assertEquals("a b c d", TomcatServerBehaviour.mergeArguments("a b ", new String[] { "c", "d" }, null, false));
- assertEquals("a b c d", TomcatServerBehaviour.mergeArguments("a b ", new String[] { "c", "d" }, null, true));
- // remove argumets
- assertEquals("b c d", TomcatServerBehaviour.mergeArguments("a b ", new String[] { "c", "d" }, new String[] { "a" }, true));
- assertEquals("a c d", TomcatServerBehaviour.mergeArguments("a b ", new String[] { "c", "d" }, new String[] { "b" }, true));
- assertEquals("c d", TomcatServerBehaviour.mergeArguments("a b ", new String[] { "c", "d" }, new String[] { "a", "b" }, true));
- }
-
- public void testArgMerge11() {
- assertEquals("a=b c=\"e\"", TomcatServerBehaviour.mergeArguments("a=b c=d", new String[] { "c=\"e\"" }, null, false));
- assertEquals("a=b c=\"e\"", TomcatServerBehaviour.mergeArguments("a=b c=d", new String[] { "c=\"e\"" }, null, true));
- // remove argument
- assertEquals("c=\"e\"", TomcatServerBehaviour.mergeArguments("a=b c=d", new String[] { "c=\"e\"" }, new String[] { "a=" }, true));
- }
-
- public void testArgMerge12() {
- assertEquals("a=b c=\"e f\"", TomcatServerBehaviour.mergeArguments("a=b c=\"d e\"", new String[] { "c=\"e f\"" }, null, false));
- assertEquals("a=b c=\"e f\"", TomcatServerBehaviour.mergeArguments("a=b c=\"d e\"", new String[] { "c=\"e f\"" }, null, true));
- // remove argument
- assertEquals("c=\"e f\"", TomcatServerBehaviour.mergeArguments("a=b c=\"d e\"", new String[] { "c=\"e f\"" }, new String[] { "a=" }, true));
- assertEquals("a=g ", TomcatServerBehaviour.mergeArguments("a=b c=\"d e\"", new String[] { "a=g" }, new String[] { "c=" }, true));
- }
-
- public void testArgMerge13() {
- assertEquals("a=b -c \"e\"", TomcatServerBehaviour.mergeArguments("a=b -c d", new String[] { "-c \"e\"" }, null, false));
- assertEquals("a=b -c \"e\"", TomcatServerBehaviour.mergeArguments("a=b -c d", new String[] { "-c \"e\"" }, null, true));
- // remove argument
- assertEquals("-c \"e\"", TomcatServerBehaviour.mergeArguments("a=b -c d", new String[] { "-c \"e\"" }, new String[] { "a=" }, true));
- assertEquals("a=g ", TomcatServerBehaviour.mergeArguments("a=b -c d", new String[] { "a=g" }, new String[] { "-c " }, true));
- }
-
- public void testArgMerge14() {
- assertEquals("a=b -c \"e f\"", TomcatServerBehaviour.mergeArguments("a=b -c \"d e\"", new String[] { "-c \"e f\"" }, null, false));
- assertEquals("a=b -c \"e f\"", TomcatServerBehaviour.mergeArguments("a=b -c \"d e\"", new String[] { "-c \"e f\"" }, null, true));
- // remove argument
- assertEquals("-c \"e f\"", TomcatServerBehaviour.mergeArguments("a=b -c \"d e\"", new String[] { "-c \"e f\"" }, new String[] { "a=" }, true));
- assertEquals("a=g ", TomcatServerBehaviour.mergeArguments("a=b -c \"d e\"", new String[] { "a=g" }, new String[] { "-c " }, true));
- }
-
- public void testArgMerge15() {
- assertEquals("b a", TomcatServerBehaviour.mergeArguments("b", new String[] { "a", "b" }, null, false));
- assertEquals("a b", TomcatServerBehaviour.mergeArguments("b", new String[] { "a", "b" }, null, true));
- }
-
- public void testArgMerge16() {
- assertEquals("c b a", TomcatServerBehaviour.mergeArguments("c b", new String[] { "a", "b" }, null, false));
- assertEquals("c a b", TomcatServerBehaviour.mergeArguments("c b", new String[] { "a", "b" }, null, true));
- }
-
- public void testArgMerge17() {
- // remove middle arguments
- assertEquals("a e f", TomcatServerBehaviour.mergeArguments("a -b c e", new String[] { "f" }, new String[] { "-b " }, false));
- assertEquals("a e f", TomcatServerBehaviour.mergeArguments("a -b \"c d\" e", new String[] { "f" }, new String[] { "-b " }, false));
- assertEquals("a e f", TomcatServerBehaviour.mergeArguments("a b=c e", new String[] { "f" }, new String[] { "b=" }, false));
- assertEquals("a e f", TomcatServerBehaviour.mergeArguments("a b=\"c d\" e", new String[] { "f" }, new String[] { "b=" }, false));
- }
-
- public void testVerifySpec() {
- VerifyResourceSpec spec = new VerifyResourceSpec("");
- assertEquals("", spec.toString());
- String [] paths = spec.getPaths();
- assertEquals(1, paths.length);
- assertEquals("", paths[0]);
- }
-
- public void testVerifySpec2() {
- VerifyResourceSpec spec = new VerifyResourceSpec("file ");
- assertEquals("file ", spec.toString());
- String [] paths = spec.getPaths();
- assertEquals(1, paths.length);
- assertEquals("file", paths[0]);
- }
-
- public void testVerifySpec3() {
- VerifyResourceSpec spec = new VerifyResourceSpec("dir" + File.separator + "file");
- String [] paths = spec.getPaths();
- assertEquals(1, paths.length);
- assertEquals("dir" + File.separator + "file", paths[0]);
- }
-
- public void testVerifySpec4() {
- VerifyResourceSpec spec = new VerifyResourceSpec("dir" + File.separator + "file| alt ");
- String [] paths = spec.getPaths();
- assertEquals(2, paths.length);
- assertEquals("dir" + File.separator + "file", paths[0]);
- assertEquals("dir" + File.separator + "alt", paths[1]);
- }
-
- public void testVerifySpec5() {
- VerifyResourceSpec spec = new VerifyResourceSpec("dir" + File.separator + "file| alt1 | alt2 ");
- String [] paths = spec.getPaths();
- assertEquals(3, paths.length);
- assertEquals("dir" + File.separator + "file", paths[0]);
- assertEquals("dir" + File.separator + "alt1", paths[1]);
- assertEquals("dir" + File.separator + "alt2", paths[2]);
- }
-
- public void testVerifySpec6() {
- if (RuntimeLocation.runtimeLocation != null) {
- VerifyResourceSpec spec = new VerifyResourceSpec("conf");
- IStatus status = spec.checkResource(RuntimeLocation.runtimeLocation);
- assertTrue(status.isOK());
- }
- }
-
- public void testVerifySpec7() {
- if (RuntimeLocation.runtimeLocation != null) {
- VerifyResourceSpec spec = new VerifyResourceSpec("conf" + File.separator + "server.xml");
- IStatus status = spec.checkResource(RuntimeLocation.runtimeLocation);
- assertTrue(status.isOK());
- }
- }
-
- public void testVerifySpec8() {
- if (RuntimeLocation.runtimeLocation != null) {
- VerifyResourceSpec spec = new VerifyResourceSpec("conf" + File.separator + "nofile|server.xml");
- IStatus status = spec.checkResource(RuntimeLocation.runtimeLocation);
- assertTrue(status.isOK());
- }
- }
-
- public void testVerifySpec9() {
- if (RuntimeLocation.runtimeLocation != null) {
- VerifyResourceSpec spec = new VerifyResourceSpec("conf" + File.separator + "nofile");
- IStatus status = spec.checkResource(RuntimeLocation.runtimeLocation);
- assertFalse(status.isOK());
- }
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTestCase.java
deleted file mode 100644
index d34abf1..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTestCase.java
+++ /dev/null
@@ -1,595 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 SAS Institute, Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Larry Isaacs - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests.internal;
-
-import java.io.ByteArrayInputStream;
-import java.io.InputStream;
-import java.util.Properties;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jst.server.tomcat.core.internal.xml.Factory;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server32.ContextManager;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server32.Parameter;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Connector;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Context;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Engine;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Host;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Listener;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Server;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.ServerInstance;
-import org.eclipse.jst.server.tomcat.core.internal.xml.server40.Service;
-import org.w3c.dom.Element;
-import org.w3c.dom.Node;
-
-/**
- * Test case for XML utility code.
- *
- */
-public class XmlTestCase extends TestCase {
- protected static Properties testProperties;
-
- protected void setUp() throws Exception {
- if (testProperties == null) {
- testProperties = new Properties();
- InputStream is = getClass().getResourceAsStream("XmlTests.properties");
- testProperties.load(is);
- }
- }
-
- private InputStream getXmlInputStream(String testId) {
- if (testProperties == null)
- fail("XmlTests.properties file was not loaded.");
-
- String xml = testProperties.getProperty(testId);
- if (xml == null)
- fail("XML data for test " + testId + " was not found.");
-
- return new ByteArrayInputStream(xml.getBytes());
- }
-
- private Server getXml40Server(String testId) {
- Factory factory = new Factory();
- factory.setPackageName("org.eclipse.jst.server.tomcat.core.internal.xml.server40");
- try {
- return (Server)factory.loadDocument(getXmlInputStream(testId));
- } catch (Exception e) {
- fail("Exception occurred loading " + testId + " XML: " + e.getMessage());
- return null;
- }
- }
-
- private Context getXml40Context(String testId) {
- Factory factory = new Factory();
- factory.setPackageName("org.eclipse.jst.server.tomcat.core.internal.xml.server40");
- try {
- return (Context)factory.loadDocument(getXmlInputStream(testId));
- } catch (Exception e) {
- fail("Exception occurred loading " + testId + " XML: " + e.getMessage());
- return null;
- }
- }
-
- private org.eclipse.jst.server.tomcat.core.internal.xml.server32.Server getXml32Server(String testId) {
- Factory factory = new Factory();
- factory.setPackageName("org.eclipse.jst.server.tomcat.core.internal.xml.server32");
- try {
- return (org.eclipse.jst.server.tomcat.core.internal.xml.server32.Server)factory.loadDocument(getXmlInputStream(testId));
- } catch (Exception e) {
- fail("Exception occurred loading " + testId + " XML: " + e.getMessage());
- return null;
- }
- }
- /**
- * Test reading of the default server.xml provided by the
- * current Tomcat 5.0 release (28).
- */
- public void testDefaultServerXml50() {
- Server server = getXml40Server("default.serverxml.50");
- assertNotNull(server);
- // Check contents of XML
- String port = server.getPort();
- assertEquals("8005", port);
-
- assertEquals(server.getListenerCount(), 2);
- Listener listener = server.getListener(0);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.mbeans.ServerLifecycleListener", listener.getClassName());
- listener = server.getListener(1);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.mbeans.GlobalResourcesLifecycleListener", listener.getClassName());
-
- assertEquals(1, server.getServiceCount());
- Service service = server.getService(0);
- assertNotNull(service);
- assertEquals("Catalina", service.getName());
-
- assertEquals(2, service.getConnectorCount());
- Connector connector = service.getConnector(0);
- assertNotNull(connector);
- assertEquals("8080", connector.getPort());
- assertNull(connector.getProtocol());
- connector = service.getConnector(1);
- assertNotNull(connector);
- assertEquals("8009", connector.getPort());
- assertEquals("AJP/1.3", connector.getProtocol());
-
- Engine engine = service.getEngine();
- assertNotNull(engine);
- assertEquals("Catalina", engine.getName());
- assertEquals("localhost", engine.getDefaultHost());
-
- assertEquals(engine.getHostCount(), 1);
- Host host = engine.getHost(0);
- assertNotNull(host);
- assertEquals("localhost", host.getName());
- assertEquals("webapps", host.getAppBase());
- assertEquals("true", host.getAttributeValue("unpackWARs"));
- assertEquals("true", host.getAttributeValue("autoDeploy"));
-
- assertEquals(0, host.getContextCount());
- }
-
- /**
- * Test reading of the default server.xml provided by the
- * current Tomcat 5.5 release (20).
- */
- public void testDefaultServerXml55() {
- Server server = getXml40Server("default.serverxml.55");
- assertNotNull(server);
- // Check contents of XML
- String port = server.getPort();
- assertEquals("8005", port);
-
- assertEquals(server.getListenerCount(), 4);
- Listener listener = server.getListener(0);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.core.AprLifecycleListener", listener.getClassName());
- listener = server.getListener(1);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.mbeans.ServerLifecycleListener", listener.getClassName());
- listener = server.getListener(2);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.mbeans.GlobalResourcesLifecycleListener", listener.getClassName());
- listener = server.getListener(3);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.storeconfig.StoreConfigLifecycleListener", listener.getClassName());
-
- assertEquals(server.getServiceCount(), 1);
- Service service = server.getService(0);
- assertNotNull(service);
- assertEquals("Catalina", service.getName());
-
- assertEquals(2, service.getConnectorCount());
- Connector connector = service.getConnector(0);
- assertNotNull(connector);
- assertEquals("8080", connector.getPort());
- assertNull(connector.getProtocol());
- connector = service.getConnector(1);
- assertNotNull(connector);
- assertEquals("8009", connector.getPort());
- assertEquals("AJP/1.3", connector.getProtocol());
-
- Engine engine = service.getEngine();
- assertNotNull(engine);
- assertEquals("Catalina", engine.getName());
- assertEquals("localhost", engine.getDefaultHost());
-
- assertEquals(1, engine.getHostCount());
- Host host = engine.getHost(0);
- assertNotNull(host);
- assertEquals("localhost", host.getName());
- assertEquals("webapps", host.getAppBase());
- assertEquals("true", host.getAttributeValue("unpackWARs"));
- assertEquals("true", host.getAttributeValue("autoDeploy"));
-
- assertEquals(0, host.getContextCount());
- }
-
- /**
- * Test reading of the default server.xml provided by the
- * current Tomcat 6.0 release.
- */
- public void testDefaultServerXml60() {
- Server server = getXml40Server("default.serverxml.60");
- assertNotNull(server);
- // Check contents of XML
- String port = server.getPort();
- assertEquals("8005", port);
-
- assertEquals(4, server.getListenerCount());
- Listener listener = server.getListener(0);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.core.AprLifecycleListener", listener.getClassName());
- listener = server.getListener(1);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.core.JasperListener", listener.getClassName());
- listener = server.getListener(2);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.mbeans.ServerLifecycleListener", listener.getClassName());
- listener = server.getListener(3);
- assertNotNull(listener);
- assertEquals("org.apache.catalina.mbeans.GlobalResourcesLifecycleListener", listener.getClassName());
-
- assertEquals(1, server.getServiceCount());
- Service service = server.getService(0);
- assertNotNull(service);
- assertEquals("Catalina", service.getName());
-
- assertEquals(2, service.getConnectorCount());
- Connector connector = service.getConnector(0);
- assertNotNull(connector);
- assertEquals("8080", connector.getPort());
- assertEquals("HTTP/1.1", connector.getProtocol());
- connector = service.getConnector(1);
- assertNotNull(connector);
- assertEquals("8009", connector.getPort());
- assertEquals("AJP/1.3", connector.getProtocol());
-
- Engine engine = service.getEngine();
- assertNotNull(engine);
- assertEquals("Catalina", engine.getName());
- assertEquals("localhost", engine.getDefaultHost());
-
- assertEquals(1, engine.getHostCount());
- Host host = engine.getHost(0);
- assertNotNull(host);
- assertEquals("localhost", host.getName());
- assertEquals("webapps", host.getAppBase());
- assertEquals("true", host.getAttributeValue("unpackWARs"));
- assertEquals("true", host.getAttributeValue("autoDeploy"));
-
- assertEquals(0, host.getContextCount());
- }
-
- /**
- * Test reading of the default server.xml provided by the
- * current Tomcat 5.0 release using ServerInstance.
- */
- public void testServerInstance50() {
- Server server = getXml40Server("default.serverxml.50");
- assertNotNull(server);
- ServerInstance si = new ServerInstance(server, null, null);
-
- assertEquals(2, server.getListenerCount());
- Listener [] listeners = si.getListeners();
- assertEquals("org.apache.catalina.mbeans.ServerLifecycleListener", listeners[0].getClassName());
- assertEquals("org.apache.catalina.mbeans.GlobalResourcesLifecycleListener", listeners[1].getClassName());
-
- Service service = si.getService();
- assertNotNull(service);
- assertEquals("Catalina", service.getName());
-
- assertEquals("8080", si.getConnector(0).getPort());
- assertNull(si.getConnector(0).getProtocol());
- assertEquals("8009", si.getConnector(1).getPort());
- assertEquals("AJP/1.3", si.getConnector(1).getProtocol());
-
- Connector [] connectors = si.getConnectors();
- assertEquals(2, connectors.length);
- assertEquals("8080", connectors[0].getPort());
- assertNull(connectors[0].getProtocol());
- assertEquals("8009", connectors[1].getPort());
- assertEquals("AJP/1.3", connectors[1].getProtocol());
-
- Engine engine = si.getEngine();
- assertNotNull(engine);
- assertEquals("Catalina", engine.getName());
- assertEquals("localhost", engine.getDefaultHost());
-
- Host host = si.getHost();
- assertNotNull(host);
- assertEquals("localhost", host.getName());
- assertEquals("webapps", host.getAppBase());
- assertEquals("true", host.getAttributeValue("unpackWARs"));
- assertEquals("true", host.getAttributeValue("autoDeploy"));
-
- Context [] contexts = si.getContexts();
- assertEquals(0, contexts.length);
- }
-
- /**
- * Test behavior of ServerInstance
- */
- public void testServerInstance1() {
- Server server = getXml40Server("serverxml.test1");
- assertNotNull(server);
-
- ServerInstance si = new ServerInstance(server, "nonexistent_service", null);
- assertNull(si.getService());
- assertEquals("Service \"nonexistent_service\" was not found.", si.getStatus().getMessage());
-
- si = new ServerInstance(server, null, null);
- assertNotNull(si.getService());
- assertEquals("Service", si.getService().getName());
-
- si = new ServerInstance(server, "Service", null);
- assertNotNull(si.getService());
- assertNull(si.getEngine());
- assertEquals("Engine element not found under Service \"Service\".", si.getStatus().getMessage());
- }
-
- /**
- * Test behavior of ServerInstance
- */
- public void testServerInstance2() {
- Server server = getXml40Server("serverxml.test2");
- assertNotNull(server);
- ServerInstance si = new ServerInstance(server, "Service", "nonexistent_host");
- assertNotNull(si.getService());
- assertNotNull(si.getEngine());
- assertEquals("Engine", si.getEngine().getName());
- assertNull(si.getHost());
- assertEquals("Host \"nonexistent_host\" was not found under Engine \"Engine\" and Service \"Service\".", si.getStatus().getMessage());
-
- si = new ServerInstance(server, "Service", null);
- assertNotNull(si.getService());
- assertNotNull(si.getEngine());
- assertEquals("Engine", si.getEngine().getName());
- assertNotNull(si.getHost());
- assertEquals("localhost", si.getHost().getName());
-
- assertEquals((new Path("/Base")).append("Engine").append("localhost"), si.getContextXmlDirectory(new Path("/Base")));
-
- Context context = si.getContext(0);
- assertNotNull(context);
- assertEquals("/WebApp1", context.getPath());
- context = si.getContext(1);
- assertNotNull(context);
- assertEquals("/WebApp2", context.getPath());
- context = si.getContext(2);
- assertNotNull(context);
- assertEquals("/WebApp3", context.getPath());
-
- // create new context
- context = si.getContext(3);
- context.setPath("/WebApp4");
-
- Context [] contexts = si.getContexts();
- assertEquals(4, contexts.length);
- assertEquals("/WebApp1", contexts[0].getPath());
- assertEquals("/WebApp2", contexts[1].getPath());
- assertEquals("/WebApp3", contexts[2].getPath());
- assertEquals("/WebApp4", contexts[3].getPath());
-
- context = si.createContext(2);
- context.setPath("/WebApp2b");
-
- contexts = si.getContexts();
- assertEquals(5, contexts.length);
- assertEquals("/WebApp1", contexts[0].getPath());
- assertEquals("/WebApp2", contexts[1].getPath());
- assertEquals("/WebApp2b", contexts[2].getPath());
- assertEquals("/WebApp3", contexts[3].getPath());
- assertEquals("/WebApp4", contexts[4].getPath());
-
- assertTrue(si.removeContext("WebApp2b"));
- contexts = si.getContexts();
- assertEquals(4, contexts.length);
- assertEquals("/WebApp1", contexts[0].getPath());
- assertEquals("/WebApp2", contexts[1].getPath());
- assertEquals("/WebApp3", contexts[2].getPath());
- assertEquals("/WebApp4", contexts[3].getPath());
-
- assertTrue(si.removeContext(3));
- contexts = si.getContexts();
- assertEquals(3, contexts.length);
- assertEquals("/WebApp1", contexts[0].getPath());
- assertEquals("/WebApp2", contexts[1].getPath());
- assertEquals("/WebApp3", contexts[2].getPath());
-
- context = si.getContext("/WebApp1");
- assertNotNull(context);
- assertEquals("/WebApp1", context.getPath());
- assertEquals(new Path("/Base/work/Engine/localhost/WebApp1"), si.getContextWorkDirectory(new Path("/Base"), context));
- context = si.getContext("WebApp2");
- assertNotNull(context);
- assertEquals("/WebApp2", context.getPath());
- assertEquals(new Path("/Base/relative/workdir"), si.getContextWorkDirectory(new Path("/Base"), context));
- context = si.getContext("WebApp3");
- assertNotNull(context);
- assertEquals("/WebApp3", context.getPath());
- assertEquals(new Path("/absolute/workdir"), si.getContextWorkDirectory(new Path("/Base"), context));
-
- context = si.createContext(3);
- context.setPath("");
-
- context = si.getContext("");
- assertNotNull(context);
- assertEquals("", context.getPath());
- assertEquals(new Path("/Base/work/Engine/localhost/_"), si.getContextWorkDirectory(new Path("/Base"), context));
-
- assertEquals(new Path("/Base/work/Engine/localhost"), si.getHostWorkDirectory(new Path("/Base")));
-
- assertNull(si.getContext("nonexistent"));
- assertEquals("Context with path \"/nonexistent\" was not found under Service \"Service\", Engine \"Engine\", and Host \"localhost\".",
- si.getStatus().getMessage());
- }
-
- /**
- * Test behavior of ServerInstance
- */
- public void testServerInstance3() {
- Server server = getXml40Server("serverxml.test3");
- assertNotNull(server);
- ServerInstance si = new ServerInstance(server, "Service", null);
- Context context = si.getContext("/WebApp1");
- assertNotNull(context);
- assertEquals(new Path("/Base/relative/host/WebApp1"), si.getContextWorkDirectory(new Path("/Base"), context));
- context = si.getContext("WebApp2");
- assertNotNull(context);
- assertEquals(new Path("/Base/relative/workdir"), si.getContextWorkDirectory(new Path("/Base"), context));
- context = si.getContext("WebApp3");
- assertNotNull(context);
- assertEquals(new Path("/absolute/workdir"), si.getContextWorkDirectory(new Path("/Base"), context));
- }
-
- /**
- * Test reading of the default server.xml provided by the
- * current Tomcat 3.2.
- */
- public void testDefaultServerXml32() {
- org.eclipse.jst.server.tomcat.core.internal.xml.server32.Server server = getXml32Server("default.serverxml.32");
- assertNotNull(server);
-
- ContextManager contextManager = server.getContextManager();
- assertNotNull(contextManager);
-
- assertEquals(2, contextManager.getConnectorCount());
- assertNotNull(contextManager.getConnector(0));
- Parameter parameter = contextManager.getConnector(0).getParameter(0);
- assertEquals("handler", parameter.getName());
- assertEquals("org.apache.tomcat.service.http.HttpConnectionHandler", parameter.getValue());
- parameter = contextManager.getConnector(0).getParameter(1);
- assertEquals("port", parameter.getName());
- assertEquals("8080", parameter.getValue());
-
- assertNotNull(contextManager.getConnector(1));
- parameter = contextManager.getConnector(1).getParameter(0);
- assertEquals("handler", parameter.getName());
- assertEquals("org.apache.tomcat.service.connector.Ajp12ConnectionHandler", parameter.getValue());
- parameter = contextManager.getConnector(1).getParameter(1);
- assertEquals("port", parameter.getName());
- assertEquals("8007", parameter.getValue());
-
- assertEquals(2, contextManager.getContextCount());
- assertNotNull(contextManager.getContext(0));
- assertEquals("/examples", contextManager.getContext(0).getPath());
- assertNotNull(contextManager.getContext(1));
- assertEquals("/admin", contextManager.getContext(1).getPath());
- }
-
- /**
- * Test behavior of ServerInstance with Tomcat 3.2 default server.xml.
- */
- public void testServerInstance32() {
- org.eclipse.jst.server.tomcat.core.internal.xml.server32.Server server = getXml32Server("default.serverxml.32");
- assertNotNull(server);
- org.eclipse.jst.server.tomcat.core.internal.xml.server32.ServerInstance si =
- new org.eclipse.jst.server.tomcat.core.internal.xml.server32.ServerInstance(server);
-
- assertNotNull(si.getContextManager());
- org.eclipse.jst.server.tomcat.core.internal.xml.server32.Connector [] connectors = si.getConnectors();
- assertNotNull(connectors);
- assertEquals(2, connectors.length);
- Parameter parameter = connectors[0].getParameter(0);
- assertEquals("handler", parameter.getName());
- assertEquals("org.apache.tomcat.service.http.HttpConnectionHandler", parameter.getValue());
- parameter = connectors[0].getParameter(1);
- assertEquals("port", parameter.getName());
- assertEquals("8080", parameter.getValue());
-
- parameter = connectors[1].getParameter(0);
- assertEquals("handler", parameter.getName());
- assertEquals("org.apache.tomcat.service.connector.Ajp12ConnectionHandler", parameter.getValue());
- parameter = connectors[1].getParameter(1);
- assertEquals("port", parameter.getName());
- assertEquals("8007", parameter.getValue());
-
- parameter = si.getConnector(0).getParameter(0);
- assertEquals("handler", parameter.getName());
- assertEquals("org.apache.tomcat.service.http.HttpConnectionHandler", parameter.getValue());
- parameter = si.getConnector(0).getParameter(1);
- assertEquals("port", parameter.getName());
- assertEquals("8080", parameter.getValue());
-
- parameter = si.getConnector(1).getParameter(0);
- assertEquals("handler", parameter.getName());
- assertEquals("org.apache.tomcat.service.connector.Ajp12ConnectionHandler", parameter.getValue());
- parameter = si.getConnector(1).getParameter(1);
- assertEquals("port", parameter.getName());
- assertEquals("8007", parameter.getValue());
-
- org.eclipse.jst.server.tomcat.core.internal.xml.server32.Context [] contexts = si.getContexts();
- assertNotNull(contexts);
- assertEquals(2, contexts.length);
- assertEquals("/examples", contexts[0].getPath());
- assertEquals("/admin", contexts[1].getPath());
-
- assertEquals("/examples", si.getContext(0).getPath());
- assertEquals("/admin", si.getContext(1).getPath());
-
- assertEquals("/examples", si.getContext("examples").getPath());
- assertEquals("/admin", si.getContext("/admin").getPath());
-
- org.eclipse.jst.server.tomcat.core.internal.xml.server32.Context context = si.createContext(2);
- context.setPath("/WebApp1");
-
- contexts = si.getContexts();
- assertNotNull(contexts);
- assertEquals(3, contexts.length);
- assertEquals("/examples", contexts[0].getPath());
- assertEquals("/admin", contexts[1].getPath());
- assertEquals("/WebApp1", contexts[2].getPath());
-
- assertEquals(new Path("/Base/work/localhost_8080%2Fexamples"),
- si.getContextWorkDirectory(new Path("/Base"), si.getContext("examples")));
- assertEquals(new Path("/Base/work/localhost_8080%2Fadmin"),
- si.getContextWorkDirectory(new Path("/Base"), si.getContext("admin")));
- assertEquals(new Path("/Base/work/localhost_8080%2FWebApp1"),
- si.getContextWorkDirectory(new Path("/Base"), si.getContext("WebApp1")));
-
- assertTrue(si.removeContext(2));
- contexts = si.getContexts();
- assertNotNull(contexts);
- assertEquals(2, contexts.length);
- assertEquals("/examples", contexts[0].getPath());
- assertEquals("/admin", contexts[1].getPath());
-
- context = si.createContext(2);
- context.setPath("");
-
- context = si.getContext("");
- assertNotNull(context);
- assertEquals("", context.getPath());
-
- assertEquals(new Path("/Base/work/localhost_8080"),
- si.getContextWorkDirectory(new Path("/Base"), si.getContext("")));
-
- assertEquals(si.getServerWorkDirectory(new Path("/Base")), new Path("/Base/work"));
- }
-
- public void testTomcatContextComparison() {
- Context context = getXml40Context("tomcat.context.50");
- assertTrue(context.isEquivalentTest(context));
-
- Context context2 = getXml40Context("tomcat.context.50");
- assertTrue(context.isEquivalentTest(context2));
- assertTrue(context2.isEquivalentTest(context));
-
- String docBase = context2.getDocBase();
- context2.setDocBase(docBase + "X");
- assertTrue(!context.isEquivalentTest(context2));
- assertTrue(!context2.isEquivalentTest(context));
- context.setDocBase(docBase + "X");
- assertTrue(context.isEquivalentTest(context2));
- assertTrue(context2.isEquivalentTest(context));
-
- Element realm = context2.getSubElement("Realm");
- assertNotNull(realm);
- Node parent = realm.getParentNode();
- assertNotNull(parent);
- assertTrue(parent == context2.getElementNode());
- parent.removeChild(realm);
- assertTrue(!context.isEquivalentTest(context2));
- assertTrue(!context2.isEquivalentTest(context));
-
- parent.insertBefore(realm, parent.getFirstChild());
- assertTrue(!context.isEquivalentTest(context2));
- assertTrue(!context2.isEquivalentTest(context));
-
- parent.removeChild(realm);
- parent.appendChild(realm);
- assertTrue(context.isEquivalentTest(context2));
- assertTrue(context2.isEquivalentTest(context));
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTests.properties b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTests.properties
deleted file mode 100644
index 9429581..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/internal/XmlTests.properties
+++ /dev/null
@@ -1,279 +0,0 @@
-###############################################################################
-# Copyright (c) 2007 SAS Institute, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Larry Isaacs - Initial API and implementation
-###############################################################################
-# A version of the default Tomcat 5.0 server.xml with comments and whitespace removed
-default.serverxml.50=\
-<Server port="8005" shutdown="SHUTDOWN" debug="0">\n\
- <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"\n\
- debug="0"/>\n\
- <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"\n\
- debug="0"/>\n\
- <GlobalNamingResources>\n\
- <Environment name="simpleValue" type="java.lang.Integer" value="30"/>\n\
- <Resource name="UserDatabase" auth="Container"\n\
- type="org.apache.catalina.UserDatabase"\n\
- description="User database that can be updated and saved">\n\
- </Resource>\n\
- <ResourceParams name="UserDatabase">\n\
- <parameter>\n\
- <name>factory</name>\n\
- <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>\n\
- </parameter>\n\
- <parameter>\n\
- <name>pathname</name>\n\
- <value>conf/tomcat-users.xml</value>\n\
- </parameter>\n\
- </ResourceParams>\n\
- </GlobalNamingResources>\n\
- <Service name="Catalina">\n\
- <Connector port="8080"\n\
- maxThreads="150" minSpareThreads="25" maxSpareThreads="75"\n\
- enableLookups="false" redirectPort="8443" acceptCount="100"\n\
- debug="0" connectionTimeout="20000" \n\
- disableUploadTimeout="true" />\n\
- <Connector port="8009" \n\
- enableLookups="false" redirectPort="8443" debug="0"\n\
- protocol="AJP/1.3" />\n\
- <Engine name="Catalina" defaultHost="localhost" debug="0">\n\
- <Logger className="org.apache.catalina.logger.FileLogger"\n\
- prefix="catalina_log." suffix=".txt"\n\
- timestamp="true"/>\n\
- <Realm className="org.apache.catalina.realm.UserDatabaseRealm"\n\
- debug="0" resourceName="UserDatabase"/>\n\
- <Host name="localhost" debug="0" appBase="webapps"\n\
- unpackWARs="true" autoDeploy="true"\n\
- xmlValidation="false" xmlNamespaceAware="false">\n\
- <Logger className="org.apache.catalina.logger.FileLogger"\n\
- directory="logs" prefix="localhost_log." suffix=".txt"\n\
- timestamp="true"/>\n\
- </Host>\n\
- </Engine>\n\
- </Service>\n\
-</Server>\n
-
-default.serverxml.55=\
-<Server port="8005" shutdown="SHUTDOWN">\n\
- <Listener className="org.apache.catalina.core.AprLifecycleListener" />\n\
- <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />\n\
- <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />\n\
- <Listener className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/>\n\
- <GlobalNamingResources>\n\
- <Environment name="simpleValue" type="java.lang.Integer" value="30"/>\n\
- <Resource name="UserDatabase" auth="Container"\n\
- type="org.apache.catalina.UserDatabase"\n\
- description="User database that can be updated and saved"\n\
- factory="org.apache.catalina.users.MemoryUserDatabaseFactory"\n\
- pathname="conf/tomcat-users.xml" />\n\
- </GlobalNamingResources>\n\
- <Service name="Catalina">\n\
- <Connector port="8080" maxHttpHeaderSize="8192"\n\
- maxThreads="150" minSpareThreads="25" maxSpareThreads="75"\n\
- enableLookups="false" redirectPort="8443" acceptCount="100"\n\
- connectionTimeout="20000" disableUploadTimeout="true" />\n\
- <Connector port="8009" \n\
- enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />\n\
- <Engine name="Catalina" defaultHost="localhost">\n\
- <Realm className="org.apache.catalina.realm.UserDatabaseRealm"\n\
- resourceName="UserDatabase"/>\n\
- <Host name="localhost" appBase="webapps"\n\
- unpackWARs="true" autoDeploy="true"\n\
- xmlValidation="false" xmlNamespaceAware="false">\n\
- </Host>\n\
- </Engine>\n\
- </Service>\n\
-</Server>\n
-
-default.serverxml.60=\
-<Server port="8005" shutdown="SHUTDOWN">\n\
- <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />\n\
- <Listener className="org.apache.catalina.core.JasperListener" />\n\
- <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />\n\
- <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />\n\
- <GlobalNamingResources>\n\
- <Resource name="UserDatabase" auth="Container"\n\
- type="org.apache.catalina.UserDatabase"\n\
- description="User database that can be updated and saved"\n\
- factory="org.apache.catalina.users.MemoryUserDatabaseFactory"\n\
- pathname="conf/tomcat-users.xml" />\n\
- </GlobalNamingResources>\n\
- <Service name="Catalina">\n\
- <Connector port="8080" protocol="HTTP/1.1" \n\
- maxThreads="150" connectionTimeout="20000" \n\
- redirectPort="8443" />\n\
- <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />\n\
- <Engine name="Catalina" defaultHost="localhost">\n\
- <Realm className="org.apache.catalina.realm.UserDatabaseRealm"\n\
- resourceName="UserDatabase"/>\n\
- <Host name="localhost" appBase="webapps"\n\
- unpackWARs="true" autoDeploy="true"\n\
- xmlValidation="false" xmlNamespaceAware="false">\n\
- </Host>\n\
- </Engine>\n\
- </Service>\n\
-</Server>
-
-serverxml.test1=\
-<Server port="8005" shutdown="SHUTDOWN">\n\
- <Service name="Service">\n\
- </Service>\n\
-</Server>
-
-serverxml.test2=\
-<Server port="8005" shutdown="SHUTDOWN">\n\
- <Service name="Service">\n\
- <Engine name="Engine" defaultHost="localhost">\n\
- <Host name="localhost" appBase="webapps"\n\
- unpackWARs="true" autoDeploy="true"\n\
- xmlValidation="false" xmlNamespaceAware="false">\n\
- <Context docBase="WebApp1" path="/WebApp1" reloadable="true" />\n\
- <Context docBase="WebApp2" path="/WebApp2" reloadable="true" workDir="relative/workdir" />\n\
- <Context docBase="WebApp3" path="/WebApp3" reloadable="true" workDir="/absolute/workdir" />\n\
- </Host>\n\
- </Engine>\n\
- </Service>\n\
-</Server>
-
-serverxml.test3=\
-<Server port="8005" shutdown="SHUTDOWN">\n\
- <Service name="Service">\n\
- <Engine name="Engine" defaultHost="localhost">\n\
- <Host name="localhost" appBase="webapps"\n\
- unpackWARs="true" autoDeploy="true"\n\
- xmlValidation="false" xmlNamespaceAware="false" workDir="relative/host">\n\
- <Context docBase="WebApp1" path="/WebApp1" reloadable="true" />\n\
- <Context docBase="WebApp2" path="/WebApp2" reloadable="true" workDir="relative/workdir" />\n\
- <Context docBase="WebApp3" path="/WebApp3" reloadable="true" workDir="/absolute/workdir" />\n\
- </Host>\n\
- </Engine>\n\
- </Service>\n\
-</Server>
-
-default.serverxml.32=\
-<Server>\
- <Logger name="tc_log" verbosityLevel = "INFORMATION"/>\
- <Logger name="servlet_log" path="logs/servlet.log"/>\
- <Logger name="JASPER_LOG" path="logs/jasper.log" verbosityLevel = "INFORMATION" />\
- <ContextManager debug="0" workDir="work" showDebugInfo="true" >\
- <ContextInterceptor className="org.apache.tomcat.context.AutoSetup" />\
- <ContextInterceptor className="org.apache.tomcat.context.WebXmlReader" />\
- <ContextInterceptor className="org.apache.tomcat.context.LoaderInterceptor" />\
- <ContextInterceptor className="org.apache.tomcat.context.DefaultCMSetter" />\
- <ContextInterceptor className="org.apache.tomcat.context.WorkDirInterceptor" />\
- <RequestInterceptor className="org.apache.tomcat.request.SessionInterceptor" noCookies="false" />\
- <RequestInterceptor className="org.apache.tomcat.request.SimpleMapper1" debug="0" />\
- <RequestInterceptor className="org.apache.tomcat.request.InvokerInterceptor" debug="0" prefix="/servlet/" />\
- <RequestInterceptor className="org.apache.tomcat.request.StaticInterceptor" debug="0" suppress="false" />\
- <RequestInterceptor className="org.apache.tomcat.session.StandardSessionInterceptor" />\
- <RequestInterceptor className="org.apache.tomcat.request.AccessInterceptor" debug="0" />\
- <RequestInterceptor className="org.apache.tomcat.request.SimpleRealm" debug="0" />\
- <ContextInterceptor className="org.apache.tomcat.context.LoadOnStartupInterceptor" />\
- <Connector className="org.apache.tomcat.service.PoolTcpConnector">\
- <Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/>\
- <Parameter name="port" value="8080"/>\
- </Connector>\
- <Connector className="org.apache.tomcat.service.PoolTcpConnector">\
- <Parameter name="handler" value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>\
- <Parameter name="port" value="8007"/>\
- </Connector>\
- <Context path="/examples" docBase="webapps/examples" crossContext="false" debug="0" reloadable="true" > \
- </Context>\
- <Context path="/admin" docBase="webapps/admin" crossContext="true" debug="0" reloadable="true" trusted="false" > \
- </Context>\
- </ContextManager>\
-</Server>
-
-tomcat.context.50=\n\
-<Context path="/DBTest" docBase="DBTest"\n\
- reloadable="true" crossContext="true">\n\
-\n\
- <Logger className="org.apache.catalina.logger.FileLogger"\n\
- prefix="localhost_DBTest_log." suffix=".txt"\n\
- timestamp="true"/>\n\
-\n\
- <Resource name="jdbc/TestDB"\n\
- auth="Container"\n\
- type="javax.sql.DataSource"/>\n\
-\n\
- <ResourceParams name="jdbc/TestDB">\n\
- <parameter>\n\
- <name>factory</name>\n\
- <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>\n\
- </parameter>\n\
-\n\
- <!-- Maximum number of dB connections in pool. Make sure you\n\
- configure your mysqld max_connections large enough to handle\n\
- all of your db connections. Set to 0 for no limit.\n\
- -->\n\
- <parameter>\n\
- <name>maxActive</name>\n\
- <value>100</value>\n\
- </parameter>\n\
-\n\
- <!-- Maximum number of idle dB connections to retain in pool.\n\
- Set to -1 for no limit. See also the DBCP documentation on this\n\
- and the minEvictableIdleTimeMillis configuration parameter.\n\
- -->\n\
- <parameter>\n\
- <name>maxIdle</name>\n\
- <value>30</value>\n\
- </parameter>\n\
-\n\
- <!-- Maximum time to wait for a dB connection to become available\n\
- in ms, in this example 10 seconds. An Exception is thrown if\n\
- this timeout is exceeded. Set to -1 to wait indefinitely.\n\
- -->\n\
- <parameter>\n\
- <name>maxWait</name>\n\
- <value>10000</value>\n\
- </parameter>\n\
-\n\
- <!-- MySQL dB username and password for dB connections -->\n\
- <parameter>\n\
- <name>username</name>\n\
- <value>javauser</value>\n\
- </parameter>\n\
- <parameter>\n\
- <name>password</name>\n\
- <value>javadude</value>\n\
- </parameter>\n\
-\n\
- <!-- Class name for the old mm.mysql JDBC driver - uncomment this entry and comment next\n\
- if you want to use this driver - we recommend using Connector/J though\n\
- <parameter>\n\
- <name>driverClassName</name>\n\
- <value>org.gjt.mm.mysql.Driver</value>\n\
- </parameter>\n\
- -->\n\
- \n\
- <!-- Class name for the official MySQL Connector/J driver -->\n\
- <parameter>\n\
- <name>driverClassName</name>\n\
- <value>com.mysql.jdbc.Driver</value>\n\
- </parameter>\n\
- \n\
- <!-- The JDBC connection url for connecting to your MySQL dB.\n\
- The autoReconnect=true argument to the url makes sure that the\n\
- mm.mysql JDBC Driver will automatically reconnect if mysqld closed the\n\
- connection. mysqld by default closes idle connections after 8 hours.\n\
- -->\n\
- <parameter>\n\
- <name>url</name>\n\
- <value>jdbc:mysql://localhost:3306/javatest?autoReconnect=true</value>\n\
- </parameter>\n\
- </ResourceParams>\n\
-\n\
- <Environment name="maxExemptions" value="10"\n\
- type="java.lang.Integer" override="false"/>\n\
-\n\
- <Realm className="org.apache.catalina.realm.DataSourceRealm" debug="99"\n\
- dataSourceName="jdbc/authority"\n\
- userTable="users" userNameCol="user_name" userCredCol="user_pass"\n\
- userRoleTable="user_roles" roleNameCol="role_name"/>\n\
-</Context>
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/DeleteModuleTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/DeleteModuleTestCase.java
deleted file mode 100644
index 787d42d..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/DeleteModuleTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests.module;
-
-import junit.framework.TestCase;
-
-public class DeleteModuleTestCase extends TestCase {
- public void test00DeleteWebModule() throws Exception {
- ModuleHelper.deleteModule(ModuleTestCase.WEB_MODULE_NAME);
- }
-
- public void test01DeleteClosedProject() throws Exception {
- ModuleHelper.deleteModule(ModuleTestCase.CLOSED_PROJECT);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleHelper.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleHelper.java
deleted file mode 100644
index 0edfb7c..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleHelper.java
+++ /dev/null
@@ -1,311 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests.module;
-
-import java.io.ByteArrayInputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.net.URL;
-
-import org.eclipse.core.resources.*;
-import org.eclipse.core.runtime.*;
-import org.eclipse.core.runtime.jobs.Job;
-import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;
-import org.eclipse.jst.j2ee.project.facet.IJ2EEFacetConstants;
-import org.eclipse.jst.j2ee.project.facet.IJ2EEFacetProjectCreationDataModelProperties;
-import org.eclipse.wst.common.componentcore.datamodel.properties.IFacetDataModelProperties;
-import org.eclipse.wst.common.componentcore.datamodel.properties.IFacetProjectCreationDataModelProperties;
-import org.eclipse.wst.common.componentcore.datamodel.properties.IFacetProjectCreationDataModelProperties.FacetDataModelMap;
-import org.eclipse.wst.common.frameworks.datamodel.DataModelFactory;
-import org.eclipse.wst.common.frameworks.datamodel.IDataModel;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.ServerUtil;
-import org.eclipse.wst.server.core.internal.IMemento;
-import org.eclipse.wst.server.core.internal.XMLMemento;
-import org.eclipse.wst.server.core.model.*;
-import org.eclipse.wst.server.core.util.ProjectModule;
-import org.osgi.framework.Bundle;
-
-public class ModuleHelper {
- // size of the buffer
- private static final int BUFFER = 10240;
-
- // the buffer
- private static byte[] buf = new byte[BUFFER];
-
- public static void createModule(String name) throws Exception {
- IDataModel dataModel = DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());
- dataModel.setProperty(IFacetDataModelProperties.FACET_PROJECT_NAME, name);
- dataModel.setBooleanProperty(IJ2EEFacetProjectCreationDataModelProperties.ADD_TO_EAR, false);
-
- FacetDataModelMap map = (FacetDataModelMap) dataModel.getProperty(IFacetProjectCreationDataModelProperties.FACET_DM_MAP);
- IDataModel webModel = map.getFacetDataModel(IJ2EEFacetConstants.DYNAMIC_WEB);
- webModel.setStringProperty(IFacetDataModelProperties.FACET_VERSION_STR, "2.2");
-
- dataModel.getDefaultOperation().execute(new NullProgressMonitor(), null);
- dataModel.dispose();
- }
-
- public static void createWebContent(String name, int i) throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- IFile file = project.getFile(new Path("WebContent").append("test" + i + ".html"));
- String content = "Hello!";
- ByteArrayInputStream in = new ByteArrayInputStream(content.getBytes());
- file.create(in, true, null);
- }
-
- public static void createXMLContent(String name, int i) throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- IFile file = project.getFile(new Path("WebContent").append("test" + i + ".xml"));
- String content = "<book name='test'><isbn>299827698</isbn></book>";
- ByteArrayInputStream in = new ByteArrayInputStream(content.getBytes());
- file.create(in, true, null);
- }
-
- public static void createJavaContent(String name, int i) throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- IFile file = project.getFile(new Path("src").append("Test" + i + ".java"));
- String content = "public class Test" + i + " { }";
- ByteArrayInputStream in = new ByteArrayInputStream(content.getBytes());
- file.create(in, true, null);
- }
-
- public static void createJarContent(String name, int num, IPath path) throws Exception {
- if (!path.toFile().exists())
- path.toFile().mkdirs();
-
- // create external jars
- for (int i = 0; i < num; i++) {
- Bundle bundle = Platform.getBundle("org.eclipse.core.runtime");
- URL url = bundle.getEntry("/");
- url = FileLocator.resolve(url);
- String s = url.toString();
- url = new URL(s.substring(4, s.length() - 2));
- InputStream in = url.openStream();
- IPath path2 = path.append("external_jar" + i + ".jar");
- copyFile(in, path2.toOSString());
- }
-
- // update component file
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- IFile file = project.getFile(new Path(".settings").append("org.eclipse.wst.common.component"));
-
- InputStream in = null;
- XMLMemento memento = null;
- try {
- in = file.getContents();
- memento = (XMLMemento) XMLMemento.loadMemento(in);
- IMemento child = memento.getChild("project-modules");
- child = memento.getChild("wb-module");
-
- for (int i = 0; i < num; i++) {
- IMemento newChild = child.createChild("dependent-module");
- newChild.putString("deploy-path", "/WEB-INF/lib");
- IPath path2 = path.append("external_jar" + i + ".jar");
- newChild.putString("handle", "module:/classpath/lib/" + path2.toOSString());
- XMLMemento child2 = (XMLMemento) newChild.createChild("dependency-type");
- child2.putTextData("uses");
- }
-/* <dependent-module deploy-path="/WEB-INF/lib" handle="module:/classpath/lib/C:/Documents and Settings/Administrator/Desktop/com.ibm.version.adder_1.0.0.jar">
- <dependency-type>uses</dependency-type>
- </dependent-module>*/
- } finally {
- try {
- in.close();
- } catch (Exception ex) {
- // ignore
- }
- }
- //ByteArrayInputStream in = new ByteArrayInputStream(memento.getBytes());
- in = memento.getInputStream();
- file.setContents(in, true, true, null);
- }
-
- public static void deleteModule(String name) throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- project.delete(true, null);
- }
-
- public static void buildIncremental() throws CoreException {
- ResourcesPlugin.getWorkspace().build(IncrementalProjectBuilder.INCREMENTAL_BUILD, null);
- boolean interrupted = true;
- while (interrupted) {
- try {
- Job.getJobManager().join(ResourcesPlugin.FAMILY_AUTO_BUILD,
- new NullProgressMonitor());
- interrupted = false;
- } catch (InterruptedException e) {
- //
- }
- }
- }
-
- public static void buildFull() throws CoreException {
- ResourcesPlugin.getWorkspace().build(IncrementalProjectBuilder.FULL_BUILD, null);
- boolean interrupted = true;
- while (interrupted) {
- try {
- Job.getJobManager().join(ResourcesPlugin.FAMILY_AUTO_BUILD,
- new NullProgressMonitor());
- interrupted = false;
- } catch (InterruptedException e) {
- //
- }
- }
- }
-
- public static void buildClean() throws CoreException {
- ResourcesPlugin.getWorkspace().build(IncrementalProjectBuilder.CLEAN_BUILD, null);
- boolean interrupted = true;
- while (interrupted) {
- try {
- Job.getJobManager().join(ResourcesPlugin.FAMILY_AUTO_BUILD,
- new NullProgressMonitor());
- interrupted = false;
- } catch (InterruptedException e) {
- //
- }
- }
- }
-
- public static IModule getModule(String name) throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- IModule module = ServerUtil.getModule(project);
- if (module == null)
- throw new Exception("No module in Web project");
-
- return module;
- }
-
- public static int countFilesInModule(IModule module) throws CoreException {
- ProjectModule pm = (ProjectModule) module.loadAdapter(ProjectModule.class, null);
- IModuleResource[] mr = pm.members();
-
- int count = 0;
- int size = mr.length;
- for (int i = 0; i < size; i++) {
- if (mr[i] instanceof IModuleFolder)
- count += countFilesInFolder((IModuleFolder) mr[i]);
- else
- count++;
- }
-
- return count;
- }
-
- protected static int countFilesInFolder(IModuleFolder mf) {
- int count = 0;
- IModuleResource[] mr = mf.members();
- if (mr == null)
- return 0;
-
- int size = mr.length;
- for (int i = 0; i < size; i++) {
- if (mr[i] instanceof IModuleFolder)
- count += countFilesInFolder((IModuleFolder) mr[i]);
- else
- count++;
- }
-
- return count;
- }
-
- public static int countFilesInDelta(IModuleResourceDelta delta) throws CoreException {
- int count = 0;
- if (delta.getModuleResource() instanceof IModuleFile)
- count++;
-
- IModuleResourceDelta[] children = delta.getAffectedChildren();
- int size = children.length;
- for (int i = 0; i < size; i++) {
- count += countFilesInDelta(children[i]);
- }
-
- return count;
- }
-
- public static IModuleFile getModuleFile(IModule module, IPath path) throws CoreException {
- ProjectModule pm = (ProjectModule) module.loadAdapter(ProjectModule.class, null);
- IModuleResource[] mr = pm.members();
-
- int size = mr.length;
- for (int i = 0; i < size; i++) {
- if (mr[i].getModuleRelativePath().equals(path)) {
- if (mr[i] instanceof IModuleFile)
- return (IModuleFile) mr[i];
- return null;
- } else if (mr[i].getModuleRelativePath().isPrefixOf(path))
- return getModuleFile((IModuleFolder) mr[i], path);
- }
-
- return null;
- }
-
- protected static IModuleFile getModuleFile(IModuleFolder mf, IPath path) {
- IModuleResource[] mr = mf.members();
- if (mr == null)
- return null;
-
- int size = mr.length;
- for (int i = 0; i < size; i++) {
- if (mr[i].getModuleRelativePath().equals(path)) {
- if (mr[i] instanceof IModuleFile)
- return (IModuleFile) mr[i];
- return null;
- } else if (mr[i].getModuleRelativePath().isPrefixOf(path))
- return getModuleFile((IModuleFolder) mr[i], path);
- }
-
- return null;
- }
-
- /**
- * Copy a file from a to b. Closes the input stream after use.
- *
- * @param in java.io.InputStream
- * @param to java.lang.String
- */
- private static void copyFile(InputStream in, String to) throws IOException {
- OutputStream out = null;
-
- try {
- out = new FileOutputStream(to);
-
- int avail = in.read(buf);
- while (avail > 0) {
- out.write(buf, 0, avail);
- avail = in.read(buf);
- }
- } catch (Exception e) {
- throw new IOException("Error copying file");
- } finally {
- try {
- if (in != null)
- in.close();
- } catch (Exception ex) {
- // ignore
- }
- try {
- if (out != null)
- out.close();
- } catch (Exception ex) {
- // ignore
- }
- }
- }
-
- public static void createClosedProject(String name) throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(name);
- project.create(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleTestCase.java b/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleTestCase.java
deleted file mode 100644
index 3565f32..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/src/org/eclipse/jst/server/tomcat/core/tests/module/ModuleTestCase.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.core.tests.module;
-
-import org.eclipse.wst.server.core.IModule;
-
-import junit.framework.TestCase;
-
-public class ModuleTestCase extends TestCase {
- protected static final String WEB_MODULE_NAME = "MyWeb";
- protected static final String CLOSED_PROJECT = "ClosedProject";
- public static IModule webModule;
-
- public void test00ClosedProject() throws Exception {
- ModuleHelper.createClosedProject(CLOSED_PROJECT);
- }
-
- public void test01CreateWebModule() throws Exception {
- ModuleHelper.createModule(WEB_MODULE_NAME);
- }
-
- public void test02CreateWebContent() throws Exception {
- ModuleHelper.createWebContent(WEB_MODULE_NAME, 0);
- }
-
- public void test04GetModule() throws Exception {
- ModuleHelper.buildFull();
- webModule = ModuleHelper.getModule(WEB_MODULE_NAME);
- }
-
- public void test05CountFilesInModule() throws Exception {
- assertEquals(ModuleHelper.countFilesInModule(webModule), 3);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/test.xml b/tests/org.eclipse.jst.server.tomcat.core.tests/test.xml
deleted file mode 100644
index f7b1bef..0000000
--- a/tests/org.eclipse.jst.server.tomcat.core.tests/test.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.tomcat.core.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
- <property name="extraVMargs" value="-Dorg.eclipse.jst.server.tomcat.50=${testDir}/${tomcat50Dir}"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.tomcat.core.tests.AllTests"/>
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- <property name="extraVMargs" value="${extraVMargs}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/.classpath b/tests/org.eclipse.jst.server.tomcat.tests.performance/.classpath
deleted file mode 100644
index 1533f93..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="performance"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/.cvsignore b/tests/org.eclipse.jst.server.tomcat.tests.performance/.cvsignore
deleted file mode 100644
index 8208382..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-performance.jar
-org.eclipse.jst.server.tomcat.tests.performance_1.0.0.jar
-build.xml
-temp.folder
-performancesrc.zip
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/.project b/tests/org.eclipse.jst.server.tomcat.tests.performance/.project
deleted file mode 100644
index 611ace0..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.tomcat.tests.performance</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.pde.PluginNature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index c4b1821..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Jan 16 17:03:02 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=ignore
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.3
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 584bdff..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-#Fri Nov 10 18:06:11 HST 2006
-eclipse.preferences.version=1
-internal.default.compliance=user
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.tomcat.tests.performance/META-INF/MANIFEST.MF
deleted file mode 100644
index 14386ce..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,22 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Vendor: Eclipse.org
-Bundle-Name: Server Tomcat Performance Plug-in
-Bundle-SymbolicName: org.eclipse.jst.server.tomcat.tests.performance
-Bundle-Version: 1.0.300.qualifier
-Bundle-ClassPath: performance.jar
-Export-Package: org.eclipse.jst.server.tomcat.tests.performance.tomcat50
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.junit;bundle-version="[3.8.0,4.0.0)",
- org.eclipse.jdt.launching,
- org.eclipse.test.performance,
- org.eclipse.wst.server.core,
- org.eclipse.jst.server.tomcat.core,
- org.eclipse.wst.server.tests.performance,
- org.eclipse.wst.server.ui.tests,
- org.eclipse.jst.server.tomcat.core.tests,
- org.eclipse.core.resources,
- org.eclipse.wst.server.ui,
- org.eclipse.jst.server.core
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/about.html b/tests/org.eclipse.jst.server.tomcat.tests.performance/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/build.properties b/tests/org.eclipse.jst.server.tomcat.tests.performance/build.properties
deleted file mode 100644
index e2e0664..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/build.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = performance.jar,\
- test.xml,\
- META-INF/,\
- about.html
-source.performance.jar = performance/
-output.performance.jar = bin/
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AbstractTomcatServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AbstractTomcatServerTestCase.java
deleted file mode 100644
index 3a6ada6..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AbstractTomcatServerTestCase.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import java.util.List;
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jst.server.tomcat.core.internal.ITomcatConfigurationWorkingCopy;
-import org.eclipse.jst.server.tomcat.core.internal.TomcatServer;
-import org.eclipse.jst.server.tomcat.core.tests.RuntimeLocation;
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.wst.server.core.*;
-
-public abstract class AbstractTomcatServerTestCase extends TestCase {
- protected static IServer server;
-
- protected IServer getServer() throws Exception {
- if (server == null) {
- server = createServer();
-
- // test save all
- IServerWorkingCopy wc = server.createWorkingCopy();
- wc.saveAll(false, null);
- }
-
- return server;
- }
-
- protected abstract String getServerTypeId();
-
- public static void deleteServer() {
- if (server == null)
- return;
- try {
- server.getRuntime().delete();
- server.delete();
- } catch (Exception e) {
- // ignore
- }
- }
-
- protected IRuntime createRuntime() throws Exception {
- IServerType st = ServerCore.findServerType(getServerTypeId());
- IRuntimeWorkingCopy wc = st.getRuntimeType().createRuntime(null, null);
- wc.setLocation(new Path(RuntimeLocation.runtimeLocation));
- return wc.save(true, null);
- }
-
- public IServer createServer() throws Exception {
- IServerType st = ServerCore.findServerType(getServerTypeId());
- IRuntime runtime = createRuntime();
- IServerWorkingCopy wc = st.createServer(null, null, runtime, null);
-
- ServerPort[] ports = wc.getServerPorts(null);
- TomcatServer tomcatServer = (TomcatServer) wc.getAdapter(TomcatServer.class);
- ITomcatConfigurationWorkingCopy configuration = (ITomcatConfigurationWorkingCopy) tomcatServer.getServerConfiguration();
- // if no ports from the server, use the configuration
- if (ports == null || ports.length == 0) {
- List portsList = configuration.getServerPorts();
- if (portsList != null && portsList.size() > 0) {
- ports = (ServerPort[])portsList.toArray(new ServerPort[portsList.size()]);
- }
- }
- if (ports != null) {
- int size = ports.length;
- for (int i = 0; i < size; i++) {
- configuration.modifyServerPort(ports[i].getId(), 22100 + i);
- }
- }
-
- return wc.save(true, null);
- }
-
- public void testCreateServer() throws Exception {
- getServer();
- int size = CreateModulesTestCase.NUM_MODULES;
- IModule[] modules = new IModule[size];
- for (int i = 0; i < size; i++) {
- modules[i] = ModuleHelper.getModule(CreateModulesTestCase.WEB_MODULE_NAME + i);
- }
- IServerWorkingCopy wc = getServer().createWorkingCopy();
- wc.modifyModules(modules, null, null);
- wc.save(true, null);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizard2TestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizard2TestCase.java
deleted file mode 100644
index b499ce2..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizard2TestCase.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.ui.tests.dialog.WizardTestCase;
-
-public class AddRemoveModulesWizard2TestCase extends PerformanceTestCase {
- public void testAddRemoveModulesWizard() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Add/remove modules wizard", dims);
-
- IModule module = ModuleHelper.getModule(CreateModulesTestCase.WEB_MODULE_NAME + "0");
-
- for (int i = 0; i < 5; i++) {
- startMeasuring();
- WizardTestCase.testRoS(module);
- stopMeasuring();
- }
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizardTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizardTestCase.java
deleted file mode 100644
index 23e48ba..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AddRemoveModulesWizardTestCase.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.ui.tests.dialog.WizardTestCase;
-
-public class AddRemoveModulesWizardTestCase extends PerformanceTestCase {
- public void testAddRemoveModulesWizard() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Add/remove modules wizard", dims);
-
- IModule module = ModuleHelper.getModule(CreateModulesTestCase.WEB_MODULE_NAME + "0");
-
- startMeasuring();
- WizardTestCase.testRoS(module);
- stopMeasuring();
-
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AllTests.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AllTests.java
deleted file mode 100644
index 3a06cb0..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AllTests.java
+++ /dev/null
@@ -1,75 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.jst.server.tomcat.core.tests.RuntimeLocation;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.jst.server.tomcat.tests.performance.tomcat50");
- //$JUnit-BEGIN$
- System.setProperty("wtp.autotest.noninteractive", "true");
-
- // Bug 107442 against Eclipse. Performance problem in Form based editors
- // because FormUtil.computeWrapSize() calls BreakIterator.getWordInstance(),
- // which takes 1.1s on the first load
-
- ResourcesPlugin.getWorkspace().getDescription().setAutoBuilding(false);
-
- suite.addTestSuite(CreateModulesTestCase.class);
- suite.addTestSuite(BuildFullTestCase.class);
-
- String s = System.getProperty("org.eclipse.jst.server.tomcat.50");
- //s = "D:\\Tools\\tomcat\\jakarta-tomcat-5.0.25";
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
-
- suite.addTestSuite(Tomcat50ServerTestCase.class);
-
- suite.addTestSuite(GetDelegateTestCase.class);
- suite.addTestSuite(OpenEditorTestCase.class);
- suite.addTestSuite(OpenEditorAgainTestCase.class);
- //suite.addTestSuite(ServerActionsTestCase.class);
- } else {
- System.err.println("Warning: Tomcat 5.0 not found - performance tests skipped");
- }
-
- suite.addTestSuite(CreateWebContentTestCase.class);
- suite.addTestSuite(CreateXMLContentTestCase.class);
- suite.addTestSuite(CreateJavaContentTestCase.class);
- suite.addTestSuite(BuildFullAgainTestCase.class);
- suite.addTestSuite(BuildCleanTestCase.class);
- suite.addTestSuite(BuildIncrementalTestCase.class);
- suite.addTestSuite(AddRemoveModulesWizardTestCase.class);
- suite.addTestSuite(AddRemoveModulesWizard2TestCase.class);
-
- suite.addTestSuite(CreateHugeModuleTestCase.class);
-
- if (s != null && s.length() > 0) {
- suite.addTestSuite(PublishTestCase.class);
- suite.addTestSuite(PublishHugeModuleTestCase.class);
- }
-
- suite.addTestSuite(DeleteModulesTestCase.class);
-
- AbstractTomcatServerTestCase.deleteServer();
-
- suite.addTestSuite(AutobuildTestCase.class);
- //ResourcesPlugin.getWorkspace().getDescription().setAutoBuilding(true);
-
- //$JUnit-END$
- return suite;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AutobuildTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AutobuildTestCase.java
deleted file mode 100644
index 79155dc..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/AutobuildTestCase.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.core.resources.ResourcesPlugin;
-
-import junit.framework.TestCase;
-
-public class AutobuildTestCase extends TestCase {
- public void testBuild() throws Exception {
- ResourcesPlugin.getWorkspace().getDescription().setAutoBuilding(true);
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildCleanTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildCleanTestCase.java
deleted file mode 100644
index 5d66328..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildCleanTestCase.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-
-public class BuildCleanTestCase extends PerformanceTestCase {
- public void testBuild() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Build clean", dims);
-
- for (int i = 0; i < CreateModulesTestCase.NUM_BUILDS; i++) {
- startMeasuring();
- ModuleHelper.buildClean();
- stopMeasuring();
- }
-
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullAgainTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullAgainTestCase.java
deleted file mode 100644
index 9e35a6c..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullAgainTestCase.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-
-public class BuildFullAgainTestCase extends PerformanceTestCase {
- public void testBuild() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Build full again", dims);
-
- for (int i = 0; i < CreateModulesTestCase.NUM_BUILDS; i++) {
- startMeasuring();
- ModuleHelper.buildFull();
- stopMeasuring();
- }
-
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullTestCase.java
deleted file mode 100644
index 63e54c7..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildFullTestCase.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-
-public class BuildFullTestCase extends PerformanceTestCase {
- public void testBuild() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Build full", dims);
-
- for (int i = 0; i < CreateModulesTestCase.NUM_BUILDS; i++) {
- startMeasuring();
- ModuleHelper.buildFull();
- stopMeasuring();
- }
-
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildIncrementalTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildIncrementalTestCase.java
deleted file mode 100644
index 5fd30d9..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/BuildIncrementalTestCase.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-
-public class BuildIncrementalTestCase extends PerformanceTestCase {
- public void testBuild() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Build incremental", dims);
-
- for (int i = 0; i < CreateModulesTestCase.NUM_BUILDS; i++) {
- startMeasuring();
- ModuleHelper.buildIncremental();
- stopMeasuring();
- }
-
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateHugeModuleTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateHugeModuleTestCase.java
deleted file mode 100644
index f6f5517..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateHugeModuleTestCase.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-public class CreateHugeModuleTestCase extends TestCase {
- protected static final String WEB_MODULE_NAME = "HugeModule";
- protected static final int NUM_RESOURCES = 2000;
- protected static final int NUM_EXTERNAL_JARS = 100;
-
- public void testCreateHugeWebModule() throws Exception {
- ResourcesPlugin.getWorkspace().run(new IWorkspaceRunnable() {
- public void run(IProgressMonitor monitor) throws CoreException {
- try {
- ModuleHelper.createModule(WEB_MODULE_NAME);
- for (int i = 0; i < NUM_RESOURCES; i++)
- ModuleHelper.createWebContent(WEB_MODULE_NAME, i);
- for (int i = 0; i < NUM_RESOURCES; i++)
- ModuleHelper.createJavaContent(WEB_MODULE_NAME, i);
- for (int i = 0; i < NUM_RESOURCES; i++)
- ModuleHelper.createXMLContent(WEB_MODULE_NAME, i);
-
- // add external jars
- IPath path = ServerPlugin.getInstance().getStateLocation().append("jars");
- ModuleHelper.createJarContent(WEB_MODULE_NAME, NUM_EXTERNAL_JARS, path);
- } catch (Exception e) {
- e.printStackTrace();
- throw new CoreException(new Status(IStatus.ERROR, null, 0, "Error creating resources", e));
- }
- }
- }, null);
-
- ModuleHelper.buildIncremental();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateJavaContentTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateJavaContentTestCase.java
deleted file mode 100644
index 3d7a893..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateJavaContentTestCase.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-
-public class CreateJavaContentTestCase extends TestCase {
- public void testCreateModuleJavaContent() throws Exception {
- for (int i = 0; i < CreateModulesTestCase.NUM_MODULES; i++) {
- final int ii = i;
- ResourcesPlugin.getWorkspace().run(new IWorkspaceRunnable() {
- public void run(IProgressMonitor monitor) throws CoreException {
- try {
- for (int j = 0; j < CreateModulesTestCase.NUM_RESOURCES; j++)
- ModuleHelper.createJavaContent(CreateModulesTestCase.WEB_MODULE_NAME + ii, j);
- } catch (Exception e) {
- e.printStackTrace();
- throw new CoreException(new Status(IStatus.ERROR, null, 0, "Error creating resources", e));
- }
- }
- }, null);
- }
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateModulesTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateModulesTestCase.java
deleted file mode 100644
index be4e65f..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateModulesTestCase.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-
-public class CreateModulesTestCase extends PerformanceTestCase {
- protected static final String WEB_MODULE_NAME = "WebModule";
- protected static final int NUM_MODULES = 25;
- protected static final int NUM_RESOURCES = 500;
- protected static final int NUM_BUILDS = 10;
-
- public void testCreateModules() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Create web modules", dims);
-
- for (int i = 0; i < NUM_MODULES; i++) {
- startMeasuring();
-
- ModuleHelper.createModule(WEB_MODULE_NAME + i);
-
- stopMeasuring();
- }
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateWebContentTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateWebContentTestCase.java
deleted file mode 100644
index 32c79cd..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateWebContentTestCase.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-
-public class CreateWebContentTestCase extends TestCase {
- public void testCreateWebModuleContent() throws Exception {
- for (int i = 0; i < CreateModulesTestCase.NUM_MODULES; i++) {
- final int ii = i;
- ResourcesPlugin.getWorkspace().run(new IWorkspaceRunnable() {
- public void run(IProgressMonitor monitor) throws CoreException {
- try {
- for (int j = 0; j < CreateModulesTestCase.NUM_RESOURCES; j++)
- ModuleHelper.createWebContent(CreateModulesTestCase.WEB_MODULE_NAME + ii, j);
- } catch (Exception e) {
- e.printStackTrace();
- throw new CoreException(new Status(IStatus.ERROR, null, 0, "Error creating resources", e));
- }
- }
- }, null);
- }
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateXMLContentTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateXMLContentTestCase.java
deleted file mode 100644
index 5eada5c..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/CreateXMLContentTestCase.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-
-public class CreateXMLContentTestCase extends TestCase {
- public void testCreateWebModuleContent() throws Exception {
- for (int i = 0; i < CreateModulesTestCase.NUM_MODULES; i++) {
- final int ii = i;
- ResourcesPlugin.getWorkspace().run(new IWorkspaceRunnable() {
- public void run(IProgressMonitor monitor) throws CoreException {
- try {
- for (int j = 0; j < CreateModulesTestCase.NUM_RESOURCES; j++)
- ModuleHelper.createXMLContent(CreateModulesTestCase.WEB_MODULE_NAME + ii, j);
- } catch (Exception e) {
- e.printStackTrace();
- throw new CoreException(new Status(IStatus.ERROR, null, 0, "Error creating resources", e));
- }
- }
- }, null);
- }
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/DeleteModulesTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/DeleteModulesTestCase.java
deleted file mode 100644
index c747337..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/DeleteModulesTestCase.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-
-public class DeleteModulesTestCase extends PerformanceTestCase {
- public void testDeleteModules() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Delete modules", dims);
-
- for (int i = 0; i < CreateModulesTestCase.NUM_MODULES; i++) {
- startMeasuring();
- ModuleHelper.deleteModule(CreateModulesTestCase.WEB_MODULE_NAME + i);
- stopMeasuring();
- }
-
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/GetDelegateTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/GetDelegateTestCase.java
deleted file mode 100644
index a712c88..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/GetDelegateTestCase.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import java.io.File;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jdt.launching.IVMInstall;
-import org.eclipse.jdt.launching.JavaRuntime;
-import org.eclipse.jst.server.tomcat.core.internal.ITomcatRuntimeWorkingCopy;
-import org.eclipse.jst.server.tomcat.core.tests.RuntimeLocation;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.wst.server.core.IRuntimeWorkingCopy;
-import org.eclipse.wst.server.core.ServerCore;
-import org.eclipse.wst.server.tests.performance.common.AbstractGetDelegateTestCase;
-
-public class GetDelegateTestCase extends AbstractGetDelegateTestCase {
- public void testGetDelegate() throws Exception {
- Dimension[] dims = new Dimension[] {Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP};
- tagAsSummary("Create Tomcat runtime", dims);
- super.testGetDelegate();
- }
-
- protected IRuntimeWorkingCopy createRuntime(String runtimeTypeId, String runtimeTypeLocation) throws CoreException {
- if (runtimeTypeId == null)
- throw new IllegalArgumentException();
- IRuntimeWorkingCopy runtimeCopy = ServerCore.findRuntimeType(runtimeTypeId).createRuntime(runtimeTypeId, null);
- runtimeCopy.setLocation(new Path(runtimeTypeLocation));
- runtimeCopy.setReadOnly(false);
- IVMInstall vmInstall = JavaRuntime.getDefaultVMInstall();
- ITomcatRuntimeWorkingCopy rwc = (ITomcatRuntimeWorkingCopy) runtimeCopy.loadAdapter(ITomcatRuntimeWorkingCopy.class, new NullProgressMonitor());
- rwc.setVMInstall(vmInstall);
- runtimeCopy.save(false, null);
- return runtimeCopy;
- }
-
- protected String getRuntimeTypeId() {
- return "org.eclipse.jst.server.tomcat.runtime.50";
- }
-
- protected String getRuntimeTypeLocation() {
- assertNotNull(RuntimeLocation.runtimeLocation);
- assertTrue((new File(RuntimeLocation.runtimeLocation)).exists());
- return RuntimeLocation.runtimeLocation;
- }
-
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.50";
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorAgainTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorAgainTestCase.java
deleted file mode 100644
index 2db9bfc..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorAgainTestCase.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.ui.IEditorPart;
-import org.eclipse.ui.IWorkbenchPage;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.tests.performance.common.AbstractOpenEditorTestCase;
-import org.eclipse.wst.server.ui.internal.editor.ServerEditorInput;
-
-public class OpenEditorAgainTestCase extends AbstractOpenEditorTestCase {
- public void testOpenEditor() throws Exception {
- Dimension[] dims = new Dimension[] { Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP };
- tagAsSummary("Open Tomcat editor again", dims);
-
- for (int i = 0; i < 5; i++) {
- startMeasuring();
- IServer server = getFirstServer(getServerTypeId());
- IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
- IEditorPart editor = page.openEditor(new ServerEditorInput(server.getId()), SERVER_EDITOR_ID, true);
- stopMeasuring();
- page.closeEditor(editor, false);
- }
-
- commitMeasurements();
- assertPerformance();
- }
-
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.50";
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorTestCase.java
deleted file mode 100644
index e9be1bc..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/OpenEditorTestCase.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.wst.server.tests.performance.common.AbstractOpenEditorTestCase;
-
-public class OpenEditorTestCase extends AbstractOpenEditorTestCase {
- public void testOpenEditor() throws Exception {
- Dimension[] dims = new Dimension[] { Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP };
- tagAsSummary("Open Tomcat editor", dims);
- super.testOpenEditor();
- }
-
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.50";
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishHugeModuleTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishHugeModuleTestCase.java
deleted file mode 100644
index 056f882..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishHugeModuleTestCase.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.IServerWorkingCopy;
-
-public class PublishHugeModuleTestCase extends PerformanceTestCase {
- public void testHugePublish() throws Exception {
- Dimension[] dims = new Dimension[] { Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP };
- tagAsSummary("Publish huge module to Tomcat", dims);
-
- IServer server = AbstractTomcatServerTestCase.server;
- IServerWorkingCopy wc = server.createWorkingCopy();
-
- // remove previous apps
- IModule[] remove = server.getModules();
- wc.modifyModules(null, remove, null);
- wc.save(true, null);
- server.publish(IServer.PUBLISH_FULL, null);
-
- for (int i = 0; i < 5; i++) {
- // add huge app
- IModule[] add = new IModule[1];
- add[0] = ModuleHelper.getModule(CreateHugeModuleTestCase.WEB_MODULE_NAME);
- wc.modifyModules(add, null, null);
- wc.save(true, null);
-
- // publish huge app
- startMeasuring();
- server.publish(IServer.PUBLISH_FULL, null);
- stopMeasuring();
-
- // remove huge app and republish
- remove = server.getModules();
- wc.modifyModules(null, add, null);
- wc.save(true, null);
- server.publish(IServer.PUBLISH_FULL, null);
- }
-
- commitMeasurements();
- assertPerformance();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishTestCase.java
deleted file mode 100644
index 95bd93e..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/PublishTestCase.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-import org.eclipse.jst.server.tomcat.core.tests.module.ModuleHelper;
-import org.eclipse.test.performance.Dimension;
-import org.eclipse.test.performance.PerformanceTestCase;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.IServerWorkingCopy;
-
-public class PublishTestCase extends PerformanceTestCase {
- public void testPublish() throws Exception {
- Dimension[] dims = new Dimension[] { Dimension.ELAPSED_PROCESS, Dimension.USED_JAVA_HEAP };
- tagAsSummary("Publish to Tomcat", dims);
-
- IServer server = AbstractTomcatServerTestCase.server;
- IServerWorkingCopy wc = server.createWorkingCopy();
-
- int size = CreateModulesTestCase.NUM_MODULES;
- IModule[] modules = new IModule[size];
- for (int i = 0; i < size; i++)
- modules[i] = ModuleHelper.getModule(CreateModulesTestCase.WEB_MODULE_NAME + i);
-
- wc.modifyModules(modules, null, null);
- wc.save(true, null);
-
- startMeasuring();
- server.publish(IServer.PUBLISH_FULL, null);
- stopMeasuring();
-
- commitMeasurements();
- assertPerformance();
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/Tomcat50ServerTestCase.java b/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/Tomcat50ServerTestCase.java
deleted file mode 100644
index e9d385d..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/performance/org/eclipse/jst/server/tomcat/tests/performance/tomcat50/Tomcat50ServerTestCase.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- **********************************************************************/
-package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
-
-public class Tomcat50ServerTestCase extends AbstractTomcatServerTestCase {
- protected String getServerTypeId() {
- return "org.eclipse.jst.server.tomcat.50";
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/test.xml b/tests/org.eclipse.jst.server.tomcat.tests.performance/test.xml
deleted file mode 100644
index f3be2da..0000000
--- a/tests/org.eclipse.jst.server.tomcat.tests.performance/test.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="performance" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <property name="eclipse-home" value="${basedir}\..\.."/>
-
- <!-- sets the properties eclipse-home, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.tomcat.tests.performance"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
- <property name="perf-tests-file" value="${testDir}/performance-tests.xml"/>
- <property name="extraVMargs" value="-Dorg.eclipse.jst.server.tomcat.50=${testDir}/${tomcat50Dir}"/>
-
- <property name="workspace" value="${eclipse-home}/workspace_servertomcat_performance"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org.eclipse.jst.server.tomcat.*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the performance tests that need to be run. -->
- <target name="performance_suite">
-
- <antcall target="AllTests"/>
- <antcall target="AllTests"/>
- <antcall target="AllTests"/>
- <antcall target="AllTests"/>
- <antcall target="AllTests"/>
-
- </target>
-
- <target name="AllTests">
- <delete dir="${workspace}" quiet="true"/>
- <ant target="ui-test" antfile="${perf-tests-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${workspace}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.tomcat.tests.performance.tomcat50.AllTests"/>
- <property name="extraVMargs" value="${extraVMargs}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- <delete dir="${workspace}" quiet="true"/>
- </target>
-
- <!-- This target runs the performance test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="performance" depends="init,performance_suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org.eclipse.jst.server.tomcat.*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-
-</project>
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/.classpath b/tests/org.eclipse.jst.server.tomcat.ui.tests/.classpath
deleted file mode 100644
index ce73933..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/.cvsignore b/tests/org.eclipse.jst.server.tomcat.ui.tests/.cvsignore
deleted file mode 100644
index 6c1b57a..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-tests.jar
-testssrc.zip
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/.project b/tests/org.eclipse.jst.server.tomcat.ui.tests/.project
deleted file mode 100644
index 43ba7b0..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.tomcat.ui.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index ef51a06..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Jan 16 17:02:11 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=ignore
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.3
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 584bdff..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-#Fri Nov 10 18:06:11 HST 2006
-eclipse.preferences.version=1
-internal.default.compliance=user
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.tomcat.ui.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index e73fd27..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,22 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.jst.server.tomcat.ui.tests
-Bundle-SymbolicName: org.eclipse.jst.server.tomcat.ui.tests
-Bundle-Version: 1.1.00.qualifier
-Bundle-ClassPath: tests.jar
-Bundle-Activator: org.eclipse.jst.server.tomcat.ui.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.jst.server.tomcat.ui.tests
-Require-Bundle: org.eclipse.core.runtime,
- org.junit;bundle-version="3.8.0",
- org.eclipse.ui,
- org.eclipse.wst.server.core,
- org.eclipse.wst.server.ui,
- org.eclipse.jst.server.tomcat.core,
- org.eclipse.jst.server.tomcat.ui,
- org.eclipse.wst.server.core.tests,
- org.eclipse.wst.server.ui.tests,
- org.eclipse.jst.server.tomcat.core.tests,
- org.eclipse.core.expressions
-Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/about.html b/tests/org.eclipse.jst.server.tomcat.ui.tests/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/build.properties b/tests/org.eclipse.jst.server.tomcat.ui.tests/build.properties
deleted file mode 100644
index 009f548..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = test.xml,\
- tests.jar,\
- META-INF/,\
- about.html
-jars.compile.order = tests.jar
-source.tests.jar = src/
-output.tests.jar = bin/
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/AllTests.java b/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/AllTests.java
deleted file mode 100644
index 00f686a..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/AllTests.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.ui.tests;
-
-import org.eclipse.jst.server.tomcat.core.tests.RuntimeLocation;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.jst.server.tomcat.ui.tests");
- //$JUnit-BEGIN$
- suite.addTestSuite(ExistenceTest.class);
- String s = System.getProperty("tomcat50Dir");
- //s = "D:\\Tools\\tomcat\\jakarta-tomcat-3.2.4";
- if (s != null && s.length() > 0) {
- RuntimeLocation.runtimeLocation = s;
- suite.addTestSuite(OpenEditorTestCase.class);
- }
- suite.addTestSuite(DialogsTestCase.class);
- suite.addTestSuite(PropertyTestCase.class);
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/DialogsTestCase.java b/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/DialogsTestCase.java
deleted file mode 100644
index 0f1083f..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/DialogsTestCase.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.ui.tests;
-
-import org.eclipse.jst.server.tomcat.ui.internal.CleanWorkDirDialog;
-import org.eclipse.jst.server.tomcat.ui.internal.editor.MimeMappingDialog;
-import org.eclipse.jst.server.tomcat.ui.internal.editor.WebModuleDialog;
-import org.eclipse.swt.widgets.Shell;
-import org.eclipse.ui.PlatformUI;
-import junit.framework.TestCase;
-
-public class DialogsTestCase extends TestCase {
- private Shell getShell() {
- return PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
- }
-
- public void testMimeMappingDialog() {
- MimeMappingDialog mmd = new MimeMappingDialog(getShell());
- UITestHelper.assertDialog(mmd);
- }
-
- public void testWebModuleDialog() {
- try {
- WebModuleDialog wmd = new WebModuleDialog(getShell(), null, null, null, true);
- UITestHelper.assertDialog(wmd);
- } catch (Exception e) {
- // ignore for now, will need to improve test later
- }
- }
-
- public void testCleanWorkDirDialog() {
- try {
- CleanWorkDirDialog cwdd = new CleanWorkDirDialog(getShell(), null, null);
- UITestHelper.assertDialog(cwdd);
- } catch (Exception e) {
- // ignore for now, will need to improve test later
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/ExistenceTest.java b/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/ExistenceTest.java
deleted file mode 100644
index 004cee8..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/ExistenceTest.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.ui.tests;
-
-import org.eclipse.jst.server.tomcat.ui.internal.TomcatUIPlugin;
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(TomcatUIPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/OpenEditorTestCase.java b/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/OpenEditorTestCase.java
deleted file mode 100644
index d19cad9..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/OpenEditorTestCase.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- **********************************************************************/
-package org.eclipse.jst.server.tomcat.ui.tests;
-
-import org.eclipse.jst.server.tomcat.core.tests.Tomcat50ServerTestCase;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.ui.tests.AbstractOpenEditorTestCase;
-
-public class OpenEditorTestCase extends AbstractOpenEditorTestCase {
- public IServer getServer() throws Exception {
- return new Tomcat50ServerTestCase().createServer();
- }
-
- public void releaseServer(IServer server) throws Exception {
- server.delete();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/PropertyTestCase.java b/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/PropertyTestCase.java
deleted file mode 100644
index 98181bb..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/PropertyTestCase.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.ui.tests;
-
-import org.eclipse.jst.server.tomcat.ui.internal.ConfigurationPropertyTester;
-import junit.framework.TestCase;
-
-public class PropertyTestCase extends TestCase {
- public void testProperty() {
- ConfigurationPropertyTester pt = new ConfigurationPropertyTester();
- assertFalse(pt.test(null, "", null, null));
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/TestsPlugin.java b/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/TestsPlugin.java
deleted file mode 100644
index 89fcdf1..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/TestsPlugin.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.ui.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/UITestHelper.java b/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/UITestHelper.java
deleted file mode 100644
index e90932b..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/src/org/eclipse/jst/server/tomcat/ui/tests/UITestHelper.java
+++ /dev/null
@@ -1,241 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.tomcat.ui.tests;
-
-import java.util.Iterator;
-
-import junit.framework.Assert;
-
-import org.eclipse.core.runtime.IAdaptable;
-
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.graphics.Point;
-import org.eclipse.swt.widgets.Button;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.swt.widgets.Control;
-import org.eclipse.swt.widgets.Label;
-import org.eclipse.swt.widgets.Shell;
-
-import org.eclipse.jface.dialogs.Dialog;
-import org.eclipse.jface.preference.IPreferenceNode;
-import org.eclipse.jface.preference.PreferenceDialog;
-import org.eclipse.jface.preference.PreferenceManager;
-import org.eclipse.jface.viewers.ISelection;
-import org.eclipse.jface.viewers.StructuredSelection;
-
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.internal.WorkbenchPlugin;
-import org.eclipse.ui.internal.dialogs.PropertyDialog;
-import org.eclipse.ui.internal.dialogs.PropertyPageContributorManager;
-import org.eclipse.ui.internal.dialogs.PropertyPageManager;
-import org.eclipse.ui.model.IWorkbenchAdapter;
-
-public class UITestHelper {
- private static class PreferenceDialogWrapper extends PreferenceDialog {
- public PreferenceDialogWrapper(Shell parentShell, PreferenceManager manager) {
- super(parentShell, manager);
- }
- protected boolean showPage(IPreferenceNode node) {
- return super.showPage(node);
- }
- }
-
- private static class PropertyDialogWrapper extends PropertyDialog {
- public PropertyDialogWrapper(Shell parentShell, PreferenceManager manager, ISelection selection) {
- super(parentShell, manager, selection);
- }
- protected boolean showPage(IPreferenceNode node) {
- return super.showPage(node);
- }
- }
-
- protected static Shell getShell() {
- return PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
- }
-
- public static PreferenceDialog getPreferenceDialog(String id) {
- PreferenceDialogWrapper dialog = null;
- PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
- if (manager != null) {
- dialog = new PreferenceDialogWrapper(getShell(), manager);
- dialog.create();
-
- for (Iterator iterator = manager.getElements(PreferenceManager.PRE_ORDER).iterator();
- iterator.hasNext();)
- {
- IPreferenceNode node = (IPreferenceNode)iterator.next();
- if ( node.getId().equals(id) ) {
- dialog.showPage(node);
- break;
- }
- }
- }
- return dialog;
- }
-
- public static PropertyDialog getPropertyDialog(String id, IAdaptable element) {
- PropertyDialogWrapper dialog = null;
-
- PropertyPageManager manager = new PropertyPageManager();
- String title = "";
- String name = "";
-
- // load pages for the selection
- // fill the manager with contributions from the matching contributors
- PropertyPageContributorManager.getManager().contribute(manager, element);
-
- IWorkbenchAdapter adapter = (IWorkbenchAdapter)element.getAdapter(IWorkbenchAdapter.class);
- if (adapter != null) {
- name = adapter.getLabel(element);
- }
-
- // testing if there are pages in the manager
- Iterator pages = manager.getElements(PreferenceManager.PRE_ORDER).iterator();
- if (!pages.hasNext())
- return null;
-
- title = "Title: " + name;
- dialog = new PropertyDialogWrapper(getShell(), manager, new StructuredSelection(element));
- dialog.create();
- dialog.getShell().setText(title);
- for (Iterator iterator = manager.getElements(PreferenceManager.PRE_ORDER).iterator();
- iterator.hasNext();) {
- IPreferenceNode node = (IPreferenceNode)iterator.next();
- if ( node.getId().equals(id) ) {
- dialog.showPage(node);
- break;
- }
- }
- return dialog;
- }
-
- /**
- * Automated test that checks all the labels and buttons of a dialog
- * to make sure there is enough room to display all the text. Any
- * text that wraps is only approximated and is currently not accurate.
- *
- * @param dialog the test dialog to be verified.
- */
- public static void assertDialog(Dialog dialog) {
- Assert.assertNotNull(dialog);
- dialog.setBlockOnOpen(false);
- dialog.open();
- Shell shell = dialog.getShell();
- verifyCompositeText(shell);
- dialog.close();
- }
-
- /*
- * Looks at all the child widgets of a given composite and
- * verifies the text on all labels and widgets.
- * @param composite The composite to look through
- */
- private static void verifyCompositeText(Composite composite) {
- Control children[] = composite.getChildren();
- for (int i = 0; i < children.length; i++) {
- try {
- //verify the text if the child is a button
- verifyButtonText((Button) children[i]);
- } catch (ClassCastException exNotButton) {
- try {
- //child is not a button, maybe a label
- verifyLabelText((Label) children[i]);
- } catch (ClassCastException exNotLabel) {
- try {
- //child is not a label, make a recursive call if it is a composite
- verifyCompositeText((Composite) children[i]);
- } catch (ClassCastException exNotComposite) {
- //the child is not a button, label, or composite - ignore it.
- }
- }
- }
- }
- }
-
- /*
- * Verifies that a given button is large enough to display its text.
- * @param button The button to verify,
- */
- private static void verifyButtonText(Button button) {
- String widget = button.toString();
- Point size = button.getSize();
-
- // compute the size with no line wrapping
- Point preferred = button.computeSize(SWT.DEFAULT, SWT.DEFAULT);
- //if (size.y/preferred.y) == X, then label spans X lines, so divide
- //the calculated value of preferred.x by X
- if (preferred.y * size.y > 0) {
- preferred.y /= countLines(button.getText()); //check for '\n\'
- if (size.y / preferred.y > 1) {
- preferred.x /= (size.y / preferred.y);
- }
- }
-
- String message =
- new StringBuffer("Warning: ")
- .append(widget)
- .append("\n\tActual Width -> ")
- .append(size.x)
- .append("\n\tRecommended Width -> ")
- .append(preferred.x)
- .toString();
- if (preferred.x > size.x) {
- //close the dialog
- button.getShell().dispose();
- Assert.assertTrue(message.toString(), false);
- }
- }
-
- /*
- * Verifies that a given label is large enough to display its text.
- * @param label The label to verify,
- */
- private static void verifyLabelText(Label label) {
- String widget = label.toString();
- Point size = label.getSize();
-
- // compute the size with no line wrapping
- Point preferred = label.computeSize(SWT.DEFAULT, SWT.DEFAULT);
- //if (size.y/preferred.y) == X, then label spans X lines, so divide
- //the calculated value of preferred.x by X
- if (preferred.y * size.y > 0) {
- preferred.y /= countLines(label.getText());
- if (size.y / preferred.y > 1) {
- preferred.x /= (size.y / preferred.y);
- }
- }
- String message = new StringBuffer("Warning: ").append(widget)
- .append("\n\tActual Width -> ").append(size.x)
- .append("\n\tRecommended Width -> ").append(preferred.x).toString();
- if (preferred.x > size.x) {
- //close the dialog
- label.getShell().dispose();
- Assert.assertTrue(message.toString(), false);
- }
- }
-
- /*
- * Counts the number of lines in a given String.
- * For example, if a string contains one (1) newline character,
- * a value of two (2) would be returned.
- * @param text The string to look through.
- * @return int the number of lines in text.
- */
- private static int countLines(String text) {
- int newLines = 1;
- for (int i = 0; i < text.length(); i++) {
- if (text.charAt(i) == '\n') {
- newLines++;
- }
- }
- return newLines;
- }
-}
diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/test.xml b/tests/org.eclipse.jst.server.tomcat.ui.tests/test.xml
deleted file mode 100644
index 81aea5f..0000000
--- a/tests/org.eclipse.jst.server.tomcat.ui.tests/test.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.tomcat.ui.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
- <property name="extraVMargs" value="-Dorg.eclipse.jst.server.tomcat.50=${testDir}/${tomcat50Dir}"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.tomcat.ui.tests.AllTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- <property name="extraVMargs" value="${extraVMargs}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.ui.tests/.classpath b/tests/org.eclipse.jst.server.ui.tests/.classpath
deleted file mode 100644
index 304e861..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.jst.server.ui.tests/.cvsignore b/tests/org.eclipse.jst.server.ui.tests/.cvsignore
deleted file mode 100644
index 6c1b57a..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-tests.jar
-testssrc.zip
diff --git a/tests/org.eclipse.jst.server.ui.tests/.project b/tests/org.eclipse.jst.server.ui.tests/.project
deleted file mode 100644
index 4ed7c37..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.jst.server.ui.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index c0bf49d..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Sep 18 13:57:41 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 60471c7..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Feb 23 21:16:08 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.jst.server.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.server.ui.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index 3345693..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,16 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.jst.server.ui.tests
-Bundle-SymbolicName: org.eclipse.jst.server.ui.tests
-Bundle-Version: 1.1.000.qualifier
-Bundle-ClassPath: tests.jar
-Bundle-Activator: org.eclipse.jst.server.ui.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.jst.server.ui.tests
-Require-Bundle: org.eclipse.core.runtime,
- org.junit;bundle-version="3.8.0",
- org.eclipse.ui,
- org.eclipse.jst.server.ui,
- org.eclipse.wst.common.project.facet.core
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/tests/org.eclipse.jst.server.ui.tests/about.html b/tests/org.eclipse.jst.server.ui.tests/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.jst.server.ui.tests/build.properties b/tests/org.eclipse.jst.server.ui.tests/build.properties
deleted file mode 100644
index 009f548..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = test.xml,\
- tests.jar,\
- META-INF/,\
- about.html
-jars.compile.order = tests.jar
-source.tests.jar = src/
-output.tests.jar = bin/
diff --git a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/AllTests.java b/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/AllTests.java
deleted file mode 100644
index 37e7d3f..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/AllTests.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.ui.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.jst.server.ui.tests");
- //$JUnit-BEGIN$
- suite.addTestSuite(ExistenceTest.class);
- suite.addTestSuite(LabelProviderTest.class);
- suite.addTestSuite(ImageResourceTest.class);
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ExistenceTest.java b/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ExistenceTest.java
deleted file mode 100644
index 54d9389..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ExistenceTest.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.ui.tests;
-
-import org.eclipse.jst.server.ui.internal.ContextIds;
-import org.eclipse.jst.server.ui.internal.JavaServerUIPlugin;
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(JavaServerUIPlugin.getInstance());
- }
-
- public void testContextExists() {
- assertNotNull(ContextIds.RUNTIME_COMPOSITE);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ImageResourceTest.java b/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ImageResourceTest.java
deleted file mode 100644
index 2cd9daf..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/ImageResourceTest.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.ui.tests;
-
-import org.eclipse.jst.server.ui.internal.ImageResource;
-
-import junit.framework.TestCase;
-
-public class ImageResourceTest extends TestCase {
- public void testImageResource2() {
- ImageResource.getImage(ImageResource.IMG_WIZ_RUNTIME_TYPE);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/LabelProviderTest.java b/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/LabelProviderTest.java
deleted file mode 100644
index 13de9ff..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/LabelProviderTest.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.ui.tests;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.jst.server.ui.internal.RuntimeLabelProvider;
-import org.eclipse.wst.common.project.facet.core.runtime.IRuntime;
-import org.eclipse.wst.common.project.facet.core.runtime.IRuntimeComponent;
-import org.eclipse.wst.common.project.facet.core.runtime.IRuntimeComponentType;
-import org.eclipse.wst.common.project.facet.core.runtime.IRuntimeComponentVersion;
-
-import junit.framework.TestCase;
-
-public class LabelProviderTest extends TestCase {
- private IRuntimeComponent rc = null;
-
- public IRuntimeComponent getRuntimeComponent() {
- if (rc == null) {
- rc = new IRuntimeComponent() {
- public Map<String, String> getProperties() {
- return new HashMap<String, String>();
- }
-
- public String getProperty(String name) {
- return "not found";
- }
-
- public IRuntime getRuntime() {
- return null;
- }
-
- public IRuntimeComponentType getRuntimeComponentType() {
- return null;
- }
-
- public IRuntimeComponentVersion getRuntimeComponentVersion() {
- return new IRuntimeComponentVersion() {
- public IRuntimeComponentType getRuntimeComponentType() {
- return null;
- }
-
- public String getVersionString() {
- return "1.0";
- }
-
- public int compareTo(Object o) {
- return 0;
- }
-
- public Object getAdapter(Class adapter) {
- return null;
- }
-
- };
- }
-
- public Object getAdapter(Class arg0) {
- return null;
- }
- };
- }
- return rc;
- }
-
- public void testLabelProvider() {
- RuntimeLabelProvider lp = new RuntimeLabelProvider(getRuntimeComponent());
- lp.getLabel();
- }
-
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/TestsPlugin.java b/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/TestsPlugin.java
deleted file mode 100644
index aa2d584..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/src/org/eclipse/jst/server/ui/tests/TestsPlugin.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.server.ui.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.jst.server.ui.tests/test.xml b/tests/org.eclipse.jst.server.ui.tests/test.xml
deleted file mode 100644
index c0cb61b..0000000
--- a/tests/org.eclipse.jst.server.ui.tests/test.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.jst.server.ui.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.jst.server.ui.tests.AllTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/.classpath b/tests/org.eclipse.wst.internet.monitor.ui.tests/.classpath
deleted file mode 100644
index 304e861..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/.cvsignore b/tests/org.eclipse.wst.internet.monitor.ui.tests/.cvsignore
deleted file mode 100644
index e4a1f26..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-monitortests.jar
-javaCompiler.monitortests.jar.args
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/.project b/tests/org.eclipse.wst.internet.monitor.ui.tests/.project
deleted file mode 100644
index 5725113..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.internet.monitor.ui.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index c0bf49d..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Sep 18 13:57:41 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index e606830..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Feb 23 21:16:59 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.internet.monitor.ui.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index 6552370..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.wst.internet.monitor.ui.tests
-Bundle-SymbolicName: org.eclipse.wst.internet.monitor.ui.tests
-Bundle-Version: 1.1.000.qualifier
-Bundle-ClassPath: monitortests.jar
-Bundle-Activator: org.eclipse.wst.internet.monitor.ui.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.wst.internet.monitor.ui.tests,
- org.eclipse.wst.internet.monitor.ui.tests.extension
-Require-Bundle: org.eclipse.core.runtime,
- org.junit;bundle-version="3.8.0",
- org.eclipse.ui,
- org.eclipse.wst.internet.monitor.core,
- org.eclipse.wst.internet.monitor.ui
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/about.html b/tests/org.eclipse.wst.internet.monitor.ui.tests/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/build.properties b/tests/org.eclipse.wst.internet.monitor.ui.tests/build.properties
deleted file mode 100644
index 48d8a63..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = test.xml,\
- monitortests.jar,\
- META-INF/,\
- about.html
-jars.compile.order = monitortests.jar
-source.monitortests.jar = src/
-output.monitortests.jar = bin/
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/AllTests.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/AllTests.java
deleted file mode 100644
index 2494c67..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/AllTests.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import org.eclipse.wst.internet.monitor.ui.tests.extension.*;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.wst.internet.monitor.ui.tests");
- //$JUnit-BEGIN$
- suite.addTestSuite(ExistenceTest.class);
- suite.addTestSuite(ContentViewersTestCase.class);
- suite.addTestSuite(MonitorUICoreTest.class);
-
- suite.addTestSuite(DialogsTestCase.class);
- suite.addTestSuite(PreferencesTestCase.class);
- suite.addTestSuite(ViewTestCase.class);
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/DialogsTestCase.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/DialogsTestCase.java
deleted file mode 100644
index 38fe0e0..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/DialogsTestCase.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import org.eclipse.swt.widgets.Shell;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.wst.internet.monitor.ui.internal.MonitorDialog;
-import junit.framework.TestCase;
-
-public class DialogsTestCase extends TestCase {
- private Shell getShell() {
- return PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
- }
-
- public void testMonitorDialog() {
- MonitorDialog td = new MonitorDialog(getShell());
- UITestHelper.assertDialog(td);
- }
-}
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ExistenceTest.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ExistenceTest.java
deleted file mode 100644
index 5522735..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ExistenceTest.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import org.eclipse.wst.internet.monitor.ui.internal.MonitorUIPlugin;
-
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(MonitorUIPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/MonitorUICoreTest.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/MonitorUICoreTest.java
deleted file mode 100644
index 7a36160..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/MonitorUICoreTest.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import org.eclipse.wst.internet.monitor.ui.internal.provisional.MonitorUICore;
-
-import junit.framework.TestCase;
-
-public class MonitorUICoreTest extends TestCase {
- public void testRequests() {
- assertNotNull(MonitorUICore.getRequests());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/PreferencesTestCase.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/PreferencesTestCase.java
deleted file mode 100644
index ceeeeb9..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/PreferencesTestCase.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import junit.framework.TestCase;
-
-import org.eclipse.jface.dialogs.Dialog;
-
-public class PreferencesTestCase extends TestCase {
- public PreferencesTestCase(String name) {
- super(name);
- }
-
- public void testPreferencePage() {
- Dialog dialog = UITestHelper.getPreferenceDialog("org.eclipse.wst.internet.monitor.preferencePage");
- UITestHelper.assertDialog(dialog);
- }
-}
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/TestsPlugin.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/TestsPlugin.java
deleted file mode 100644
index 9f1bd1c..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/TestsPlugin.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/UITestHelper.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/UITestHelper.java
deleted file mode 100644
index 33d0516..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/UITestHelper.java
+++ /dev/null
@@ -1,241 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import java.util.Iterator;
-
-import junit.framework.Assert;
-
-import org.eclipse.core.runtime.IAdaptable;
-
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.graphics.Point;
-import org.eclipse.swt.widgets.Button;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.swt.widgets.Control;
-import org.eclipse.swt.widgets.Label;
-import org.eclipse.swt.widgets.Shell;
-
-import org.eclipse.jface.dialogs.Dialog;
-import org.eclipse.jface.preference.IPreferenceNode;
-import org.eclipse.jface.preference.PreferenceDialog;
-import org.eclipse.jface.preference.PreferenceManager;
-import org.eclipse.jface.viewers.ISelection;
-import org.eclipse.jface.viewers.StructuredSelection;
-
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.internal.WorkbenchPlugin;
-import org.eclipse.ui.internal.dialogs.PropertyDialog;
-import org.eclipse.ui.internal.dialogs.PropertyPageContributorManager;
-import org.eclipse.ui.internal.dialogs.PropertyPageManager;
-import org.eclipse.ui.model.IWorkbenchAdapter;
-
-public class UITestHelper {
- private static class PreferenceDialogWrapper extends PreferenceDialog {
- public PreferenceDialogWrapper(Shell parentShell, PreferenceManager manager) {
- super(parentShell, manager);
- }
- protected boolean showPage(IPreferenceNode node) {
- return super.showPage(node);
- }
- }
-
- private static class PropertyDialogWrapper extends PropertyDialog {
- public PropertyDialogWrapper(Shell parentShell, PreferenceManager manager, ISelection selection) {
- super(parentShell, manager, selection);
- }
- protected boolean showPage(IPreferenceNode node) {
- return super.showPage(node);
- }
- }
-
- protected static Shell getShell() {
- return PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
- }
-
- public static PreferenceDialog getPreferenceDialog(String id) {
- PreferenceDialogWrapper dialog = null;
- PreferenceManager manager = WorkbenchPlugin.getDefault().getPreferenceManager();
- if (manager != null) {
- dialog = new PreferenceDialogWrapper(getShell(), manager);
- dialog.create();
-
- for (Iterator iterator = manager.getElements(PreferenceManager.PRE_ORDER).iterator();
- iterator.hasNext();)
- {
- IPreferenceNode node = (IPreferenceNode)iterator.next();
- if ( node.getId().equals(id) ) {
- dialog.showPage(node);
- break;
- }
- }
- }
- return dialog;
- }
-
- public static PropertyDialog getPropertyDialog(String id, IAdaptable element) {
- PropertyDialogWrapper dialog = null;
-
- PropertyPageManager manager = new PropertyPageManager();
- String title = "";
- String name = "";
-
- // load pages for the selection
- // fill the manager with contributions from the matching contributors
- PropertyPageContributorManager.getManager().contribute(manager, element);
-
- IWorkbenchAdapter adapter = (IWorkbenchAdapter)element.getAdapter(IWorkbenchAdapter.class);
- if (adapter != null) {
- name = adapter.getLabel(element);
- }
-
- // testing if there are pages in the manager
- Iterator pages = manager.getElements(PreferenceManager.PRE_ORDER).iterator();
- if (!pages.hasNext())
- return null;
-
- title = "Title: " + name;
- dialog = new PropertyDialogWrapper(getShell(), manager, new StructuredSelection(element));
- dialog.create();
- dialog.getShell().setText(title);
- for (Iterator iterator = manager.getElements(PreferenceManager.PRE_ORDER).iterator();
- iterator.hasNext();) {
- IPreferenceNode node = (IPreferenceNode)iterator.next();
- if ( node.getId().equals(id) ) {
- dialog.showPage(node);
- break;
- }
- }
- return dialog;
- }
-
- /**
- * Automated test that checks all the labels and buttons of a dialog
- * to make sure there is enough room to display all the text. Any
- * text that wraps is only approximated and is currently not accurate.
- *
- * @param dialog the test dialog to be verified.
- */
- public static void assertDialog(Dialog dialog) {
- Assert.assertNotNull(dialog);
- dialog.setBlockOnOpen(false);
- dialog.open();
- Shell shell = dialog.getShell();
- verifyCompositeText(shell);
- dialog.close();
- }
-
- /*
- * Looks at all the child widgets of a given composite and
- * verifies the text on all labels and widgets.
- * @param composite The composite to look through
- */
- private static void verifyCompositeText(Composite composite) {
- Control children[] = composite.getChildren();
- for (int i = 0; i < children.length; i++) {
- try {
- //verify the text if the child is a button
- verifyButtonText((Button) children[i]);
- } catch (ClassCastException exNotButton) {
- try {
- //child is not a button, maybe a label
- verifyLabelText((Label) children[i]);
- } catch (ClassCastException exNotLabel) {
- try {
- //child is not a label, make a recursive call if it is a composite
- verifyCompositeText((Composite) children[i]);
- } catch (ClassCastException exNotComposite) {
- //the child is not a button, label, or composite - ignore it.
- }
- }
- }
- }
- }
-
- /*
- * Verifies that a given button is large enough to display its text.
- * @param button The button to verify,
- */
- private static void verifyButtonText(Button button) {
- String widget = button.toString();
- Point size = button.getSize();
-
- // compute the size with no line wrapping
- Point preferred = button.computeSize(SWT.DEFAULT, SWT.DEFAULT);
- //if (size.y/preferred.y) == X, then label spans X lines, so divide
- //the calculated value of preferred.x by X
- if (preferred.y * size.y > 0) {
- preferred.y /= countLines(button.getText()); //check for '\n\'
- if (size.y / preferred.y > 1) {
- preferred.x /= (size.y / preferred.y);
- }
- }
-
- String message =
- new StringBuffer("Warning: ")
- .append(widget)
- .append("\n\tActual Width -> ")
- .append(size.x)
- .append("\n\tRecommended Width -> ")
- .append(preferred.x)
- .toString();
- if (preferred.x > size.x) {
- //close the dialog
- button.getShell().dispose();
- Assert.assertTrue(message.toString(), false);
- }
- }
-
- /*
- * Verifies that a given label is large enough to display its text.
- * @param label The label to verify,
- */
- private static void verifyLabelText(Label label) {
- String widget = label.toString();
- Point size = label.getSize();
-
- // compute the size with no line wrapping
- Point preferred = label.computeSize(SWT.DEFAULT, SWT.DEFAULT);
- //if (size.y/preferred.y) == X, then label spans X lines, so divide
- //the calculated value of preferred.x by X
- if (preferred.y * size.y > 0) {
- preferred.y /= countLines(label.getText());
- if (size.y / preferred.y > 1) {
- preferred.x /= (size.y / preferred.y);
- }
- }
- String message = new StringBuffer("Warning: ").append(widget)
- .append("\n\tActual Width -> ").append(size.x)
- .append("\n\tRecommended Width -> ").append(preferred.x).toString();
- if (preferred.x > size.x) {
- //close the dialog
- label.getShell().dispose();
- Assert.assertTrue(message.toString(), false);
- }
- }
-
- /*
- * Counts the number of lines in a given String.
- * For example, if a string contains one (1) newline character,
- * a value of two (2) would be returned.
- * @param text The string to look through.
- * @return int the number of lines in text.
- */
- private static int countLines(String text) {
- int newLines = 1;
- for (int i = 0; i < text.length(); i++) {
- if (text.charAt(i) == '\n') {
- newLines++;
- }
- }
- return newLines;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ViewTestCase.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ViewTestCase.java
deleted file mode 100644
index 4b90c6e..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/ViewTestCase.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests;
-
-import org.eclipse.ui.IViewPart;
-import org.eclipse.ui.IWorkbenchPage;
-import org.eclipse.ui.PlatformUI;
-import junit.framework.TestCase;
-
-public class ViewTestCase extends TestCase {
- public void testMonitorView() throws Exception {
- IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
- IViewPart view = page.showView("org.eclipse.wst.internet.monitor.view");
- page.hideView(view);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/ContentViewersTestCase.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/ContentViewersTestCase.java
deleted file mode 100644
index 829e96a..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/ContentViewersTestCase.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests.extension;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.internet.monitor.ui.internal.provisional.ContentViewer;
-
-public class ContentViewersTestCase extends TestCase {
- protected static ContentViewer viewer;
-
- public void test00Create() {
- viewer = new TestContentViewer();
- }
-
- public void test01GetContent() {
- viewer.getContent();
- }
-
- public void test02GetEditable() {
- viewer.getEditable();
- }
-
- public void test03SetContent() {
- viewer.setContent(null);
- }
-
- public void test04SetEditable() {
- viewer.setEditable(false);
- }
-
- public void test05Init() {
- viewer.init(null);
- }
-
- public void test06Dispose() {
- viewer.dispose();
- }
-}
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/TestContentViewer.java b/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/TestContentViewer.java
deleted file mode 100644
index c846c9c..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/src/org/eclipse/wst/internet/monitor/ui/tests/extension/TestContentViewer.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.internet.monitor.ui.tests.extension;
-
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.wst.internet.monitor.ui.internal.provisional.ContentViewer;
-
-public class TestContentViewer extends ContentViewer {
- public void init(Composite parent) {
- // do nothing
- }
-
- public void setContent(byte[] b) {
- // do nothing
- }
-
- public byte[] getContent() {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/test.xml b/tests/org.eclipse.wst.internet.monitor.ui.tests/test.xml
deleted file mode 100644
index abc1288..0000000
--- a/tests/org.eclipse.wst.internet.monitor.ui.tests/test.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.wst.internet.monitor.ui.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.wst.internet.monitor.ui.tests.AllTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/.classpath b/tests/org.eclipse.wst.server.core.tests/.classpath
deleted file mode 100644
index 304e861..0000000
--- a/tests/org.eclipse.wst.server.core.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.wst.server.core.tests/.cvsignore b/tests/org.eclipse.wst.server.core.tests/.cvsignore
deleted file mode 100644
index 81cc891..0000000
--- a/tests/org.eclipse.wst.server.core.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-servertests.jar
-javaCompiler.servertests.jar.args
diff --git a/tests/org.eclipse.wst.server.core.tests/.project b/tests/org.eclipse.wst.server.core.tests/.project
deleted file mode 100644
index e0d60d9..0000000
--- a/tests/org.eclipse.wst.server.core.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.server.core.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index c0bf49d..0000000
--- a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Sep 18 13:57:41 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 5971278..0000000
--- a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Feb 23 21:13:57 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.wst.server.core.tests/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.wst.server.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.server.core.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index ea8e1bd..0000000
--- a/tests/org.eclipse.wst.server.core.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,21 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.wst.server.core.tests
-Bundle-SymbolicName: org.eclipse.wst.server.core.tests
-Bundle-Version: 1.1.000.qualifier
-Bundle-ClassPath: servertests.jar
-Bundle-Activator: org.eclipse.wst.server.core.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.wst.server.core.tests,
- org.eclipse.wst.server.core.tests.ext,
- org.eclipse.wst.server.core.tests.extension,
- org.eclipse.wst.server.core.tests.impl,
- org.eclipse.wst.server.core.tests.model,
- org.eclipse.wst.server.core.tests.util
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.eclipse.debug.core,
- org.junit;bundle-version="3.8.0",
- org.eclipse.wst.server.core
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/tests/org.eclipse.wst.server.core.tests/about.html b/tests/org.eclipse.wst.server.core.tests/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.wst.server.core.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.wst.server.core.tests/build.properties b/tests/org.eclipse.wst.server.core.tests/build.properties
deleted file mode 100644
index 866f262..0000000
--- a/tests/org.eclipse.wst.server.core.tests/build.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-source.servertests.jar = src/
-output.servertests.jar = bin/
-bin.includes = servertests.jar,\
- test.xml,\
- META-INF/,\
- about.html
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/AllTests.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/AllTests.java
deleted file mode 100644
index 968944b..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/AllTests.java
+++ /dev/null
@@ -1,113 +0,0 @@
-/*******************************************************************************
-* Copyright (c) 2004, 2010 Eteration Bilisim A.S. and others
-* All rights reserved. ? This program and the accompanying materials
-* are made available under the terms of the Eclipse Public License v1.0
-* which accompanies this distribution, and is available at
-* http://www.eclipse.org/legal/epl-v10.html
-*
-* Contributors:
-* Deniz Secilir - initial API and implementation
-*
-* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-* DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
-* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-* SUCH DAMAGE.
-* ====================================================================
-*
-* This software consists of voluntary contributions made by many
-* individuals on behalf of the Eteration Bilisim A.S. For more
-* information on eteration, please see
-* <http://www.eteration.com/>.
-***************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.tests.extension.*;
-import org.eclipse.wst.server.core.tests.model.*;
-import org.eclipse.wst.server.core.tests.util.*;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.wtp.wst.server.core.tests");
- //$JUnit-BEGIN$
-
- // TODO - should add tests for specific module adapters and other extension points
- // that exist in WTP
- suite.addTestSuite(ExistenceTest.class);
- //suite.addTestSuite(MatchesTestCase.class);
- //suite.addTestSuite(ModificationStampTestCase.class);
- suite.addTestSuite(StartupExtensionTestCase.class);
- suite.addTestSuite(ModuleFactoriesTestCase.class);
- suite.addTestSuite(RuntimeTypesTestCase.class);
- suite.addTestSuite(RuntimeLocatorsTestCase.class);
- suite.addTestSuite(ServerTypesTestCase.class);
- suite.addTestSuite(ServerTasksTestCase.class);
- suite.addTestSuite(ServerLocatorsTestCase.class);
- suite.addTestSuite(LaunchableAdaptersTestCase.class);
- suite.addTestSuite(ClientsTestCase.class);
-
- suite.addTestSuite(ServerCoreTestCase.class);
- suite.addTestSuite(ServerUtilTestCase.class);
- TestSuite subSuite = new TestSuite(ProjectPropertiesTestCase.class);
- ProjectPropertiesTestCase.addOrderedTests(subSuite);
- suite.addTest(subSuite);
- suite.addTestSuite(ServerPreferencesTestCase.class);
- suite.addTestSuite(ServerPortTestCase.class);
- suite.addTestSuite(ServerOperationTestCase.class);
-
- suite.addTestSuite(IModuleTestCase.class);
- suite.addTestSuite(IModuleArtifactTestCase.class);
- suite.addTestSuite(IModuleTypeTestCase.class);
- suite.addTestSuite(PublishOperationTestCase.class);
- suite.addTestSuite(TaskModelTestCase.class);
-
- suite.addTestSuite(RuntimeLifecycleListenerTestCase.class);
- suite.addTestSuite(ServerLifecycleListenerTestCase.class);
- suite.addTestSuite(PublishListenerTestCase.class);
- suite.addTestSuite(ServerListenerTestCase.class);
- suite.addTestSuite(ServerEventTestCase.class);
-
- suite.addTestSuite(ClientDelegateTestCase.class);
- suite.addTestSuite(RuntimeLocatorDelegateTestCase.class);
- suite.addTestSuite(ModuleDelegateTestCase.class);
- suite.addTestSuite(RuntimeDelegateTestCase.class);
- suite.addTestSuite(ServerDelegateTestCase.class);
- suite.addTestSuite(ServerBehaviourDelegateTestCase.class);
- suite.addTestSuite(ServerTaskDelegateTestCase.class);
- suite.addTestSuite(ServerLocatorDelegateTestCase.class);
- suite.addTestSuite(ModuleFileTestCase.class);
- suite.addTestSuite(ModuleFolderTestCase.class);
- suite.addTestSuite(ModuleResourceTestCase.class);
- suite.addTestSuite(ModuleResourceDeltaTestCase.class);
- suite.addTestSuite(ModuleArtifactAdapterDelegateTestCase.class);
- suite.addTestSuite(LaunchableAdapterDelegateTestCase.class);
- suite.addTestSuite(ModuleFactoryDelegateTestCase.class);
-
- suite.addTestSuite(ProjectModuleTestCase.class);
- suite.addTestSuite(ProjectModuleFactoryDelegateTestCase.class);
-
- suite.addTestSuite(HTTPLaunchableTestCase.class);
- suite.addTestSuite(StaticWebTestCase.class);
- suite.addTestSuite(WebResourceTestCase.class);
- // Disable for now. java.io.File.renameTo() isn't able to move a file on the build system,
- // likely because the location of "temp" directory and workspace are on different drives
- //suite.addTest(new OrderedTestSuite(PublishUtilTestCase.class));
- suite.addTestSuite(NullModuleArtifactTestCase.class);
- suite.addTestSuite(SocketUtilTestCase.class);
- suite.addTestSuite(RuntimeLifecycleAdapterTestCase.class);
- suite.addTestSuite(ServerLifecycleAdapterTestCase.class);
- suite.addTestSuite(PublishAdapterTestCase.class);
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ExistenceTest.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ExistenceTest.java
deleted file mode 100644
index 755d3a6..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ExistenceTest.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
-* Copyright (c) 2004 Eteration Bilisim A.S.
-* All rights reserved. ? This program and the accompanying materials
-* are made available under the terms of the Eclipse Public License v1.0
-* which accompanies this distribution, and is available at
-* http://www.eclipse.org/legal/epl-v10.html
-*
-* Contributors:
-* Deniz Secilir - initial API and implementation
-*
-* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-* DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
-* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-* SUCH DAMAGE.
-* ====================================================================
-*
-* This software consists of voluntary contributions made by many
-* individuals on behalf of the Eteration Bilisim A.S. For more
-* information on eteration, please see
-* <http://www.eteration.com/>.
-***************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(ServerPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleArtifactTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleArtifactTestCase.java
deleted file mode 100644
index ea758f3..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleArtifactTestCase.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.IModuleArtifact;
-
-import junit.framework.TestCase;
-
-public class IModuleArtifactTestCase extends TestCase {
- protected static IModuleArtifact artifact;
-
- public void testCreate() {
- artifact = new IModuleArtifact() {
- public IModule getModule() {
- return null;
- }
- };
-
- artifact.getModule();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTestCase.java
deleted file mode 100644
index 0ac28c4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTestCase.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.IModuleType;
-import org.eclipse.wst.server.core.internal.ExternalModule;
-
-import junit.framework.TestCase;
-
-public class IModuleTestCase extends TestCase {
- protected static IModule module;
-
- public void testCreateModule() {
- module = new IModule() {
- public String getId() {
- return null;
- }
-
- public String getName() {
- return null;
- }
-
- public IModuleType getModuleType() {
- return null;
- }
-
- public IProject getProject() {
- return null;
- }
-
- public Object getAdapter(Class adapter) {
- return null;
- }
-
- public Object loadAdapter(Class adapter, IProgressMonitor monitor) {
- return null;
- }
-
- public boolean isExternal() {
- return false;
- }
-
- public boolean exists() {
- return true;
- }
- };
-
- module.getId();
- module.getName();
- module.getModuleType();
- module.getProject();
- module.getAdapter(null);
- module.loadAdapter(null, null);
- assertFalse(module.isExternal());
- }
-
- public void testCreateExternalModule(){
- module = new ExternalModule("id", "External module", null, null, null);
-
- module.getId();
- module.getName();
- module.getModuleType();
- assertTrue(module.isExternal());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTypeTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTypeTestCase.java
deleted file mode 100644
index e7df9f9..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/IModuleTypeTestCase.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.IModuleType;
-
-import junit.framework.TestCase;
-
-public class IModuleTypeTestCase extends TestCase {
- protected static IModuleType type;
-
- public void testCreate() {
- type = new IModuleType() {
- public String getId() {
- return null;
- }
-
- public String getName() {
- return null;
- }
-
- public String getVersion() {
- return null;
- }
- };
-
- type.getId();
- type.getName();
- type.getVersion();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/MatchesTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/MatchesTestCase.java
deleted file mode 100644
index 92e7331..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/MatchesTestCase.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.IModuleType;
-import org.eclipse.wst.server.core.IRuntimeType;
-import org.eclipse.wst.server.core.ServerCore;
-import org.eclipse.wst.server.core.ServerUtil;
-
-import junit.framework.TestCase;
-
-public class MatchesTestCase extends TestCase {
- private static final int NUM = 1000000;
-
- public void testMatches() {
- IRuntimeType rt = ServerCore.getRuntimeTypes()[0];
- System.out.println("Runtime: " + rt.getName());
-
- IModuleType[] mt = rt.getModuleTypes();
- for (int i = 0; i < NUM; i++) {
- ServerUtil.isSupportedModule(mt, "jst.web", "2.4");
- }
-
- long time = System.currentTimeMillis();
- for (int i = 0; i < NUM; i++) {
- ServerUtil.isSupportedModule(mt, "jst.web", "2.4");
- }
- System.out.println("Time: " + (System.currentTimeMillis() - time));
-
- time = System.currentTimeMillis();
- for (int i = 0; i < NUM; i++) {
- ServerUtil.isSupportedModule(mt, "jst.*", "2.*");
- }
- System.out.println("Time2: " + (System.currentTimeMillis() - time));
-
- time = System.currentTimeMillis();
- for (int i = 0; i < NUM; i++) {
- ServerUtil.isSupportedModule(mt, "*", "2.4");
- }
- System.out.println("Time3: " + (System.currentTimeMillis() - time));
- }
-}
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ModificationStampTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ModificationStampTestCase.java
deleted file mode 100644
index bb2c3f4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ModificationStampTestCase.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import java.io.ByteArrayInputStream;
-import java.io.InputStream;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.ResourcesPlugin;
-import junit.framework.TestCase;
-/**
- * Do not run - test was created solely to show a JDT compilation problem (modification
- * stamps do not get updated in the output directory) which WTP has worked around.
- */
-public class ModificationStampTestCase extends TestCase {
- public void testModificationStamp() throws Exception {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("Test");
- if (!project.exists())
- project.create(null);
-
- if (!project.isOpen())
- project.open(null);
-
- IFile fileA = project.getFile("testA.txt");
- fileA.create(new ByteArrayInputStream("Initial contents".getBytes()), true, null);
-
- IFile fileB = project.getFile("testB.txt");
- fileA.copy(fileB.getProjectRelativePath(), true, null);
-
- long a1 = fileA.getModificationStamp();
- long b1 = fileB.getModificationStamp();
-
- System.out.println("Modification stamps: " + a1 + " " + b1);
-
- System.out.print("B's initial contents: ");
- InputStream in = fileB.getContents();
- byte[] bb = new byte[50];
- int n = in.read(bb);
- in.close();
- System.out.println(new String(bb, 0, n));
-
- fileA.setContents(new ByteArrayInputStream("New contents".getBytes()), false, false, null);
- fileB.delete(false, null);
- fileA.copy(fileB.getProjectRelativePath(), false, null);
-
- System.out.print("B's new contents: ");
- in = fileB.getContents();
- n = in.read(bb);
- in.close();
- System.out.println(new String(bb, 0, n));
-
- long a2 = fileA.getModificationStamp();
- long b2 = fileB.getModificationStamp();
-
- System.out.println("Modification stamps: " + a2 + " " + b2);
-
- assertFalse(a1 == a2);
- assertFalse(b1 == b2);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ProjectPropertiesTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ProjectPropertiesTestCase.java
deleted file mode 100644
index 9ca01ad..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ProjectPropertiesTestCase.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.wst.server.core.internal.ProjectProperties;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-public class ProjectPropertiesTestCase extends TestCase {
- protected static IProject project;
- protected static ProjectProperties props;
-
- protected ProjectProperties getProjectProperties() throws Exception{
- if (props == null) {
- project = ResourcesPlugin.getWorkspace().getRoot().getProject("test");
- if (project != null && !project.exists()) {
- project.create(null);
- project.open(null);
- }
- props = ServerPlugin.getProjectProperties(project);
- }
- return props;
- }
-
- public static void addOrderedTests(TestSuite suite) {
- suite.addTest(TestSuite.createTest(ProjectPropertiesTestCase.class, "deleteProject"));
- }
-
- public void testGetProperties() throws Exception {
- getProjectProperties();
- }
-
- public void testGetRuntime() throws Exception {
- assertNull(getProjectProperties().getRuntimeTarget());
- }
-
- public void testGetServerProject() throws Exception {
- assertFalse(getProjectProperties().isServerProject());
- }
-
- public void testSetServerProject() throws Exception {
- getProjectProperties().setServerProject(true, null);
- assertTrue(getProjectProperties().isServerProject());
- }
-
- public void testUnsetServerProject() throws Exception {
- getProjectProperties().setServerProject(false, null);
- assertFalse(getProjectProperties().isServerProject());
- }
-
- public void deleteProject() throws Exception {
- if (project != null) {
- project.delete(true, true, null);
- }
- }
-
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/PublishListenerTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/PublishListenerTestCase.java
deleted file mode 100644
index 272f704..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/PublishListenerTestCase.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.wst.server.core.IPublishListener;
-import org.eclipse.wst.server.core.IServer;
-
-import junit.framework.TestCase;
-
-public class PublishListenerTestCase extends TestCase {
- public void testListener() {
- IPublishListener listener = new IPublishListener() {
- public void publishStarted(IServer server) {
- // ignore
- }
-
- public void publishFinished(IServer server, IStatus status) {
- // ignore
- }
- };
-
- listener.publishStarted(null);
- listener.publishFinished(null, null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/RuntimeLifecycleListenerTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/RuntimeLifecycleListenerTestCase.java
deleted file mode 100644
index 9c970e5..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/RuntimeLifecycleListenerTestCase.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.IRuntime;
-import org.eclipse.wst.server.core.IRuntimeLifecycleListener;
-
-import junit.framework.TestCase;
-
-public class RuntimeLifecycleListenerTestCase extends TestCase {
- public void testListener() {
- IRuntimeLifecycleListener listener = new IRuntimeLifecycleListener() {
- public void runtimeAdded(IRuntime runtime) {
- // ignore
- }
-
- public void runtimeChanged(IRuntime runtime) {
- // ignore
- }
-
- public void runtimeRemoved(IRuntime runtime) {
- // ignore
- }
- };
-
- listener.runtimeAdded(null);
- listener.runtimeChanged(null);
- listener.runtimeRemoved(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerCoreTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerCoreTestCase.java
deleted file mode 100644
index cca3f85..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerCoreTestCase.java
+++ /dev/null
@@ -1,77 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.IRuntime;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.ServerCore;
-
-public class ServerCoreTestCase extends TestCase {
- public void testGetRuntimesExtension() throws Exception {
- IRuntime[] runtimes = ServerCore.getRuntimes();
- if (runtimes != null) {
- for (IRuntime runtime : runtimes)
- System.out.println(runtime.getId() + " - " + runtime.getName());
- }
- }
-
- public void testGetServersExtension() throws Exception {
- IServer[] servers = ServerCore.getServers();
- if (servers != null) {
- for (IServer server : servers)
- System.out.println(server.getId() + " - " + server.getName());
- }
- }
-
- public void testFindRuntimes0Extension() throws Exception {
- try {
- ServerCore.findRuntime(null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testFindRuntimes1Extension() throws Exception {
- assertTrue(ServerCore.findRuntime("x") == null);
- }
-
- public void testFindServers0Extension() throws Exception {
- try {
- ServerCore.findServer(null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testFindServers1Extension() throws Exception {
- assertTrue(ServerCore.findServer("x") == null);
- }
-
- public void testAddRuntimeLifecycleListener() {
- ServerCore.addRuntimeLifecycleListener(null);
- }
-
- public void testRemoveRuntimeLifecycleListener() {
- ServerCore.removeRuntimeLifecycleListener(null);
- }
-
- public void testAddServerLifecycleListener() {
- ServerCore.addServerLifecycleListener(null);
- }
-
- public void testRemoveServerLifecycleListener() {
- ServerCore.removeServerLifecycleListener(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerEventTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerEventTestCase.java
deleted file mode 100644
index a7c20ca..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerEventTestCase.java
+++ /dev/null
@@ -1,302 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import java.util.List;
-import java.util.Map;
-
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IAdaptable;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.debug.core.ILaunch;
-import org.eclipse.debug.core.ILaunchConfiguration;
-import org.eclipse.wst.server.core.*;
-
-import junit.framework.TestCase;
-
-public class ServerEventTestCase extends TestCase {
- private static ServerEvent serverEvent;
- private static ServerEvent moduleEvent;
-
- private static int SAMPLE_KIND = ServerEvent.STATE_CHANGE;
- private static IServer SAMPLE_SERVER = createSampleServer();
- private static IModule[] SAMPLE_MODULE_TREE = new IModule[] { null };
- private static int SAMPLE_STATE = 1;
- private static int SAMPLE_PUBLISHING_STATE = 2;
- private static boolean SAMPLE_RESTART_STATE = true;
-
- public static IServer createSampleServer() {
- return new IServer() {
- public int getServerState() {
- return 0;
- }
- public String getMode() {
- return null;
- }
- public int getServerPublishState() {
- return 0;
- }
- public int getModulePublishState(IModule[] module) {
- return 0;
- }
- public void addServerListener(IServerListener listener) {
- // do nothing.
- }
- public void addServerListener(IServerListener listener, int eventMask) {
- // do nothing.
- }
- public void removeServerListener(IServerListener listener) {
- // do nothing.
- }
- public IStatus canPublish() {
- return null;
- }
- public IStatus publish(int kind, IProgressMonitor monitor) {
- return null;
- }
- public IStatus canStart(String launchMode) {
- return null;
- }
- public void start(String launchMode, IProgressMonitor monitor) throws CoreException {
- // do nothing
- }
- public void start(String launchMode, IServer.IOperationListener listener) {
- // do nothing
- }
- public void synchronousStart(String launchMode, IProgressMonitor monitor) throws CoreException {
- // do nothing
- }
- public IStatus canRestart(String mode) {
- return null;
- }
- public boolean getServerRestartState() {
- return false;
- }
- public void restart(String mode, IProgressMonitor monitor) {
- // do nothing
- }
- public void restart(String mode, IServer.IOperationListener listener) {
- // do nothing
- }
- public void synchronousRestart(String launchMode, IProgressMonitor monitor) throws CoreException {
- // do nothing
- }
- public IStatus canStop() {
- return null;
- }
- public void stop(boolean force) {
- // do nothing
- }
- public void stop(boolean force, IServer.IOperationListener listener) {
- // do nothing
- }
- public void synchronousStop(boolean force) {
- // do nothing
- }
- public IStatus canControlModule(IModule[] module, IProgressMonitor monitor) {
- return null;
- }
- public boolean getModuleRestartState(IModule[] module) {
- return false;
- }
- public int getModuleState(IModule[] module) {
- return 0;
- }
- public String getName() {
- return null;
- }
- public String getId() {
- return null;
- }
- public void delete() throws CoreException {
- // do nothing
- }
- public boolean isReadOnly() {
- return false;
- }
- public boolean isWorkingCopy() {
- return false;
- }
- public Object loadAdapter(Class c, IProgressMonitor monitor) {
- return null;
- }
- public String getHost() {
- return null;
- }
- public IRuntime getRuntime() {
- return null;
- }
- public IServerType getServerType() {
- return null;
- }
- public IFolder getServerConfiguration() {
- return null;
- }
- public IServerWorkingCopy createWorkingCopy() {
- return null;
- }
- public IModule[] getModules() {
- return null;
- }
- public IStatus canModifyModules(IModule[] add, IModule[] remove, IProgressMonitor monitor) {
- return null;
- }
- public IModule[] getChildModules(IModule[] module, IProgressMonitor monitor) {
- return null;
- }
- public IModule[] getRootModules(IModule module, IProgressMonitor monitor) throws CoreException {
- return null;
- }
- public ServerPort[] getServerPorts(IProgressMonitor monitor) {
- return null;
- }
- public Object getAdapter(Class adapter) {
- return null;
- }
- public void startModule(IModule[] module, IServer.IOperationListener listener) {
- // do nothing
- }
- public void stopModule(IModule[] module, IServer.IOperationListener listener) {
- // do nothing
- }
- public void restartModule(IModule[] module, IServer.IOperationListener listener) {
- // do nothing
- }
- public void addPublishListener(IPublishListener listener) {
- // do nothing
- }
- public void removePublishListener(IPublishListener listener) {
- // do nothing
- }
- public boolean shouldPublish() {
- return false;
- }
- public boolean shouldRestart() {
- return false;
- }
- public ILaunchConfiguration getLaunchConfiguration(boolean create,
- IProgressMonitor monitor) throws CoreException {
- return null;
- }
- public ILaunch getLaunch() {
- return null;
- }
- public int getStartTimeout() {
- return 0;
- }
- public int getStopTimeout() {
- return 0;
- }
- public void publish(int kind, List<IModule[]> modules, IAdaptable info, IOperationListener listener) {
- // do nothing
- }
- public boolean contains(ISchedulingRule rule) {
- return false;
- }
- public boolean isConflicting(ISchedulingRule rule) {
- return false;
- }
- public int getAttribute(String attributeName, int defaultValue) {
- return 0;
- }
- public boolean getAttribute(String attributeName,
- boolean defaultValue) {
- return false;
- }
- public String getAttribute(String attributeName, String defaultValue) {
- return null;
- }
- public List<String> getAttribute(String attributeName,
- List<String> defaultValue) {
- return null;
- }
- public Map getAttribute(String attributeName, Map defaultValue) {
- return null;
- }
- public IStatus canRestartModule(IModule[] module,
- IProgressMonitor monitor) {
- // TODO Auto-generated method stub
- return null;
- }
- public IStatus canPublishModule(IModule[] module,
- IProgressMonitor monitor) {
- // TODO Auto-generated method stub
- return null;
- }
- };
- }
-
- protected ServerEvent getSampleServerEvent() {
- if (serverEvent == null) {
- serverEvent = new ServerEvent(SAMPLE_KIND, SAMPLE_SERVER, SAMPLE_STATE, SAMPLE_PUBLISHING_STATE, SAMPLE_RESTART_STATE);
- }
- return serverEvent;
- }
-
- protected ServerEvent getSampleModuleEvent() {
- if (moduleEvent == null) {
- moduleEvent = new ServerEvent(SAMPLE_KIND, SAMPLE_SERVER, SAMPLE_MODULE_TREE, SAMPLE_STATE, SAMPLE_PUBLISHING_STATE, SAMPLE_RESTART_STATE);
- }
- return moduleEvent;
- }
-
-
- public void testServerGetKind() {
- assertTrue((getSampleServerEvent().getKind() & (ServerEvent.SERVER_CHANGE | SAMPLE_KIND)) != 0);
- }
-
- public void testServerGetPublishingState() {
- assertEquals(SAMPLE_PUBLISHING_STATE, getSampleServerEvent().getPublishState());
- }
-
- public void testServerGetRestartState() {
- assertEquals(SAMPLE_RESTART_STATE, getSampleServerEvent().getRestartState());
- }
-
- public void testServerGetServer() {
- assertEquals(SAMPLE_SERVER, getSampleServerEvent().getServer());
- }
-
- public void testServerGetState() {
- assertEquals(SAMPLE_STATE,getSampleServerEvent().getState());
- }
-
- public void testModuleGetKind() {
- assertTrue((getSampleModuleEvent().getKind() & (ServerEvent.MODULE_CHANGE | SAMPLE_KIND)) != 0);
- }
-
- public void testModuleGetModuleTree() {
- try {
- assertEquals(SAMPLE_MODULE_TREE, getSampleModuleEvent().getModule());
- } catch (Exception e) {
- // allow failure for now - will need to fix this test
- }
- }
-
- public void testModuleGetPublishingState() {
- assertEquals(SAMPLE_PUBLISHING_STATE, getSampleModuleEvent().getPublishState());
- }
-
- public void testModuleGetRestartState() {
- assertEquals(SAMPLE_RESTART_STATE, getSampleModuleEvent().getRestartState());
- }
-
- public void testModuleGetServer() {
- assertEquals(SAMPLE_SERVER, getSampleModuleEvent().getServer());
- }
-
- public void testModuleGetState() {
- assertEquals(SAMPLE_STATE,getSampleModuleEvent().getState());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerLifecycleListenerTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerLifecycleListenerTestCase.java
deleted file mode 100644
index 592d7ad..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerLifecycleListenerTestCase.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.IServerLifecycleListener;
-
-import junit.framework.TestCase;
-
-public class ServerLifecycleListenerTestCase extends TestCase {
- public void testListener() {
- IServerLifecycleListener listener = new IServerLifecycleListener() {
- public void serverAdded(IServer server) {
- // ignore
- }
-
- public void serverChanged(IServer server) {
- // ignore
- }
-
- public void serverRemoved(IServer server) {
- // ignore
- }
- };
-
- listener.serverAdded(null);
- listener.serverChanged(null);
- listener.serverRemoved(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerListenerTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerListenerTestCase.java
deleted file mode 100644
index 29314b4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerListenerTestCase.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.IServerListener;
-import org.eclipse.wst.server.core.ServerEvent;
-
-import junit.framework.TestCase;
-
-public class ServerListenerTestCase extends TestCase {
- public void testListener() {
- IServerListener listener = new IServerListener() {
- public void serverChanged(ServerEvent event) {
- // do nothing
- }
- };
- listener.serverChanged(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerOperationTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerOperationTestCase.java
deleted file mode 100644
index 8a0f8f4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerOperationTestCase.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.wst.server.core.IServer;
-import junit.framework.TestCase;
-
-public class ServerOperationTestCase extends TestCase {
- protected static IServer.IOperationListener listener;
-
- protected IServer.IOperationListener getListener() {
- if (listener == null) {
- listener = new IServer.IOperationListener() {
- public void done(IStatus result) {
- // ignore
- }
- };
- }
- return listener;
- }
-
- public void testCreate() throws Exception {
- getListener();
- }
-
- public void testDone() throws Exception {
- getListener().done(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPortTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPortTestCase.java
deleted file mode 100644
index 228e0c5..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPortTestCase.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.ServerPort;
-import junit.framework.TestCase;
-
-public class ServerPortTestCase extends TestCase {
- public void test00CreatePort() throws Exception {
- new ServerPort(null, null, 0, null);
- }
-
- public void test02CreatePort() throws Exception {
- new ServerPort(null, null, 0, null, null, false);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPreferencesTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPreferencesTestCase.java
deleted file mode 100644
index 497d727..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerPreferencesTestCase.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2004, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- **********************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.internal.ServerPreferences;
-
-public class ServerPreferencesTestCase extends TestCase {
- protected static ServerPreferences prefs;
-
- protected ServerPreferences getServerPrefs() {
- if (prefs == null) {
- prefs = ServerPreferences.getInstance();
- }
- return prefs;
- }
-
- public void testGetAutoPubPref() throws Exception {
- getServerPrefs().isAutoPublishing();
- }
-
- public void testSetAutoPubPrefFalse() throws Exception {
- getServerPrefs().setAutoPublishing(false);
- assertFalse(getServerPrefs().isAutoPublishing());
- }
-
- public void testSetAutoPubPrefTrue() throws Exception {
- getServerPrefs().setAutoPublishing(true);
- assertTrue(getServerPrefs().isAutoPublishing());
- }
-
- public void testDefaultAutoPubPref() throws Exception {
- getServerPrefs().setAutoPublishing(getServerPrefs().isDefaultAutoPublishing());
- assertEquals(getServerPrefs().isAutoPublishing(), getServerPrefs().isDefaultAutoPublishing());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerUtilTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerUtilTestCase.java
deleted file mode 100644
index e09b7d6..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ServerUtilTestCase.java
+++ /dev/null
@@ -1,158 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.wst.server.core.IModuleType;
-import org.eclipse.wst.server.core.ServerUtil;
-import org.eclipse.wst.server.core.internal.ResourceManager;
-
-public class ServerUtilTestCase extends TestCase {
- public void testFindServer0Extension() throws Exception {
- try {
- ResourceManager.findServer(null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testFindServer1Extension() throws Exception {
- IFile file = ResourcesPlugin.getWorkspace().getRoot().getFile(new Path("missingproject/test"));
- assertTrue(ResourceManager.findServer(file) == null);
- }
-
- public void testGetModule1() throws Exception {
- try {
- ServerUtil.getModule((String)null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetModule2() throws Exception {
- ServerUtil.getModule("x");
- }
-
- public void testGetModules0() throws Exception {
- ServerUtil.getModules((IModuleType[]) null);
- }
-
- public void testGetModules1() throws Exception {
- try {
- ServerUtil.getModule((IProject) null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetModules2() throws Exception {
- ServerUtil.getModules((String) null);
- }
-
- public void testIsSupportedModule0() throws Exception {
- try {
- ServerUtil.isSupportedModule((IModuleType) null, null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testIsSupportedModule1() throws Exception {
- try {
- ServerUtil.isSupportedModule((IModuleType[]) null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testIsSupportedModule2() throws Exception {
- try {
- ServerUtil.isSupportedModule(null, null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testModifyModules() throws Exception {
- try {
- ServerUtil.modifyModules(null, null, null, null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testSetServerDefaultName() throws Exception {
- try {
- ServerUtil.setServerDefaultName(null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetUnusedServerFile() throws Exception {
- try {
- ServerUtil.getUnusedServerFile(null, null);
- assertTrue("Should throw exception", false);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetRuntimes() throws Exception {
- ServerUtil.getRuntimes(null, null);
- }
-
- public void testGetRuntimeTypes() throws Exception {
- ServerUtil.getRuntimeTypes(null, null, null);
- }
-
- public void testGetAvailableServersForModule() throws Exception {
- ServerUtil.getAvailableServersForModule(null, false, null);
- }
-
- public void testGetServersByModule() throws Exception {
- ServerUtil.getServersByModule(null, null);
- }
-
- public void testContainsModule() throws Exception {
- try {
- ServerUtil.containsModule(null, null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetServer() throws Exception {
- try {
- ServerUtil.getServer(null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testValidateEdit() throws Exception {
- try {
- ServerUtil.validateEdit(null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TaskModelTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TaskModelTestCase.java
deleted file mode 100644
index bb6fec1..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TaskModelTestCase.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.wst.server.core.TaskModel;
-
-import junit.framework.TestCase;
-
-public class TaskModelTestCase extends TestCase {
- protected static TaskModel taskModel;
-
- public void testCreate() {
- taskModel = new TaskModel();
- taskModel.getObject("test");
- taskModel.putObject("test", "test");
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TestsPlugin.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TestsPlugin.java
deleted file mode 100644
index 74142c9..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/TestsPlugin.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*******************************************************************************
-* Copyright (c) 2004 Eteration Bilisim A.S.
-* All rights reserved. ? This program and the accompanying materials
-* are made available under the terms of the Eclipse Public License v1.0
-* which accompanies this distribution, and is available at
-* http://www.eclipse.org/legal/epl-v10.html
-*
-* Contributors:
-* Deniz Secilir - initial API and implementation
-*
-* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-* DISCLAIMED. IN NO EVENT SHALL ETERATION A.S. OR
-* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-* SUCH DAMAGE.
-* ====================================================================
-*
-* This software consists of voluntary contributions made by many
-* individuals on behalf of the Eteration Bilisim A.S. For more
-* information on eteration, please see
-* <http://www.eteration.com/>.
-***************************************************************************/
-package org.eclipse.wst.server.core.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractRuntimeTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractRuntimeTestCase.java
deleted file mode 100644
index 8dc857d..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractRuntimeTestCase.java
+++ /dev/null
@@ -1,212 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.ext;
-
-import java.beans.PropertyChangeEvent;
-import java.beans.PropertyChangeListener;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.wst.server.core.*;
-import org.eclipse.wst.server.core.internal.ProjectProperties;
-import org.eclipse.wst.server.core.internal.Runtime;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-import org.eclipse.wst.server.core.model.RuntimeDelegate;
-/**
- * Abstract runtime test case. Use this harness to test a specific runtime.
- * All you have to do is extend this class, implement the abstract
- * method(s) and add the test case to your suite.
- * <p>
- * You are welcome to add type-specific tests to this method. The test
- * method numbers (i.e. the XX in testXX()) should be between 200 and 1000.
- * </p>
- */
-public abstract class AbstractRuntimeTestCase extends TestCase {
- protected static IProject project;
- protected static ProjectProperties props;
-
- protected static IRuntime runtime;
- protected static IRuntimeWorkingCopy runtimeWC;
-
- private static final PropertyChangeListener pcl = new PropertyChangeListener() {
- public void propertyChange(PropertyChangeEvent arg0) {
- // ignore
- }
- };
-
- protected IRuntime getRuntime() throws Exception {
- if (runtime == null)
- runtime = createRuntime();
-
- return runtime;
- }
-
- protected IProject getProject() throws CoreException {
- if (project == null) {
- project = ResourcesPlugin.getWorkspace().getRoot().getProject("test");
- if (project != null && !project.exists()) {
- project.create(null);
- project.open(null);
- }
- }
- return project;
- }
-
- protected ProjectProperties getProjectProperties() throws CoreException {
- if (props == null) {
- props = ServerPlugin.getProjectProperties(getProject());
- }
- return props;
- }
-
- protected IRuntimeWorkingCopy getRuntimeWorkingCopy() throws Exception {
- if (runtimeWC == null) {
- runtimeWC = getRuntime().createWorkingCopy();
- }
- return runtimeWC;
- }
-
- public abstract IRuntime createRuntime() throws Exception;
-
- public abstract void deleteRuntime(IRuntime runtime2) throws Exception;
-
- public static void addOrderedTests(Class<? extends TestCase> testClass, TestSuite suite) {
- suite.addTest(TestSuite.createTest(testClass, "deleteProject"));
- suite.addTest(TestSuite.createTest(testClass, "createWorkingCopy"));
- suite.addTest(TestSuite.createTest(testClass, "isWorkingCopyDirty"));
- suite.addTest(TestSuite.createTest(testClass, "setReadOnly"));
- suite.addTest(TestSuite.createTest(testClass, "setStub"));
- suite.addTest(TestSuite.createTest(testClass, "isWorkingCopyDirty2"));
- suite.addTest(TestSuite.createTest(testClass, "addPropertyChangeListener"));
- suite.addTest(TestSuite.createTest(testClass, "removePropertyChangeListener"));
- }
-
- public static void addFinalTests(Class<? extends TestCase> testClass,TestSuite suite) {
- suite.addTest(TestSuite.createTest(testClass, "clearWorkingCopy"));
- suite.addTest(TestSuite.createTest(testClass, "deleteRuntime"));
- }
-
- public void testGetProperties() throws Exception {
- getProjectProperties();
- }
-
- public void testGetRuntime() throws Exception {
- assertNull(getProjectProperties().getRuntimeTarget());
- }
-
- public void deleteProject() throws Exception {
- getProject().delete(true, true, null);
- }
-
- public void testGetAdapter() throws Exception {
- getRuntime().getAdapter(RuntimeDelegate.class);
- }
-
- public void testLoadAdapter() throws Exception {
- getRuntime().loadAdapter(RuntimeDelegate.class, null);
- }
-
- public void testValidate() throws Exception {
- IStatus status = getRuntime().validate(null);
- assertTrue(status.isOK() || status.getSeverity() == IStatus.WARNING);
- }
-
- public void testValidate2() throws Exception {
- IRuntimeWorkingCopy wc = getRuntime().createWorkingCopy();
- wc.setLocation(null);
- IStatus status = wc.validate(null);
- assertTrue(!status.isOK());
- }
-
- public void testModifyRuntime() throws Exception {
- IRuntimeWorkingCopy wc = getRuntime().createWorkingCopy();
- String name = wc.getName();
- wc.setName(name + "x");
- wc.setName(name);
- wc.save(false, null);
- }
-
- public void testIsPrivate() throws Exception {
- ((Runtime)getRuntime()).isPrivate();
- }
-
- public void testIsReadOnly() throws Exception {
- getRuntime().isReadOnly();
- }
-
- public void testGetId() throws Exception {
- getRuntime().getId();
- }
-
- public void testGetName() throws Exception {
- getRuntime().getName();
- }
-
- public void testGetTimestamp() throws Exception {
- ((Runtime)getRuntime()).getTimestamp();
- }
-
- public void testGetRuntimeType() throws Exception {
- assertNotNull(getRuntime().getRuntimeType());
- }
-
- public void testGetLocation() throws Exception {
- assertNotNull(getRuntime().getLocation());
- }
-
- public void testIsStub() throws Exception {
- getRuntime().isStub();
- }
-
- public void createWorkingCopy() throws Exception {
- getRuntimeWorkingCopy();
- }
-
- public void isWorkingCopyDirty() throws Exception {
- assertFalse(getRuntimeWorkingCopy().isDirty());
- }
-
- public void setReadOnly() throws Exception {
- getRuntimeWorkingCopy().setReadOnly(true);
- getRuntimeWorkingCopy().setReadOnly(false);
- }
-
- public void setStub() throws Exception {
- getRuntimeWorkingCopy().setStub(true);
- getRuntimeWorkingCopy().setStub(false);
- }
-
- public void isWorkingCopyDirty2() throws Exception {
- assertTrue(getRuntimeWorkingCopy().isDirty());
- }
-
- public void addPropertyChangeListener() throws Exception {
- getRuntimeWorkingCopy().addPropertyChangeListener(pcl);
- }
-
- public void removePropertyChangeListener() throws Exception {
- getRuntimeWorkingCopy().removePropertyChangeListener(pcl);
- }
-
- public void clearWorkingCopy() {
- runtimeWC = null;
- }
-
- public void deleteRuntime() throws Exception {
- deleteRuntime(getRuntime());
- runtime = null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractServerTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractServerTestCase.java
deleted file mode 100644
index 19b0f1c..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/ext/AbstractServerTestCase.java
+++ /dev/null
@@ -1,388 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.ext;
-
-import java.beans.PropertyChangeEvent;
-import java.beans.PropertyChangeListener;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.debug.core.ILaunchManager;
-import org.eclipse.wst.server.core.*;
-import org.eclipse.wst.server.core.internal.ProjectProperties;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-import org.eclipse.wst.server.core.model.ServerBehaviourDelegate;
-import org.eclipse.wst.server.core.model.ServerDelegate;
-/**
- * Abstract server test case. Use this harness to test a specific server.
- * All you have to do is extend this class, implement the abstract
- * method(s) and add the test case to your suite.
- * <p>
- * You are welcome to add type-specific tests to this method. The test
- * method numbers (i.e. the XX in testXX()) should be between 200 and 1000.
- * </p>
- */
-public abstract class AbstractServerTestCase extends TestCase {
- protected static IProject project;
- protected static ProjectProperties props;
-
- protected static IServer server;
- protected static IServerAttributes serverAttr;
- protected static IServerWorkingCopy serverWC;
-
- private static final PropertyChangeListener pcl = new PropertyChangeListener() {
- public void propertyChange(PropertyChangeEvent arg0) {
- // ignore
- }
- };
-
- private static final IServerListener sl = new IServerListener() {
- public void serverChanged(ServerEvent event) {
- // ignore
- }
- };
-
- protected IServer getServer() throws Exception {
- if (server == null) {
- server = createServer();
-
- // test save all
- IServerWorkingCopy wc = server.createWorkingCopy();
- wc.saveAll(false, null);
- }
-
- return server;
- }
-
- protected IServerAttributes getServerAttributes() throws Exception {
- if (serverAttr == null) {
- serverAttr = getServer();
- }
- return serverAttr;
- }
-
- protected IServerWorkingCopy getServerWorkingCopy() throws Exception {
- if (serverWC == null) {
- serverWC = getServer().createWorkingCopy();
- }
- return serverWC;
- }
-
- public abstract IServer createServer() throws Exception;
-
- public abstract void deleteServer(IServer server2) throws Exception;
-
- public static void addOrderedTests(Class<? extends TestCase> testClass, TestSuite suite) {
- suite.addTest(TestSuite.createTest(testClass, "serverPublish"));
- suite.addTest(TestSuite.createTest(testClass, "serverCanRun"));
- suite.addTest(TestSuite.createTest(testClass, "serverRun"));
- suite.addTest(TestSuite.createTest(testClass, "serverCanStop"));
- suite.addTest(TestSuite.createTest(testClass, "serverStop"));
- suite.addTest(TestSuite.createTest(testClass, "serverCanDebug"));
- suite.addTest(TestSuite.createTest(testClass, "serverDebug"));
- suite.addTest(TestSuite.createTest(testClass, "serverCanStop2"));
- suite.addTest(TestSuite.createTest(testClass, "serverStop2"));
- suite.addTest(TestSuite.createTest(testClass, "deleteProject"));
- }
-
- public static void addFinalTests(Class<? extends TestCase> testClass,TestSuite suite) {
- suite.addTest(TestSuite.createTest(testClass, "clearWorkingCopy"));
- suite.addTest(TestSuite.createTest(testClass, "deleteServer"));
- }
-
- public void testGetProperties() throws Exception {
- project = ResourcesPlugin.getWorkspace().getRoot().getProject("test");
- if (project != null && !project.exists()) {
- project.create(null);
- project.open(null);
- }
- props = ServerPlugin.getProjectProperties(project);
- }
-
- public void deleteProject() throws Exception {
- if (project != null) {
- project.delete(true, true, null);
- }
- }
-
- public void testServerGetDelegate() throws Exception {
- getServer().getAdapter(ServerDelegate.class);
- }
-
- public void testServerLoadDelegate() throws Exception {
- getServer().loadAdapter(ServerDelegate.class, null);
- }
-
- public void testServerAttributesGetDelegate() throws Exception {
- getServerAttributes().getAdapter(ServerDelegate.class);
- }
-
- public void testServerAttributesLoadDelegate() throws Exception {
- getServerAttributes().loadAdapter(ServerDelegate.class, null);
- }
-
- public void testServerGetBehaviourDelegate() throws Exception {
- getServer().getAdapter(ServerBehaviourDelegate.class);
- }
-
- public void serverPublish() throws Exception {
- getServer().publish(IServer.PUBLISH_FULL, null);
- }
-
- public void serverCanRun() throws Exception {
- assertTrue(getServer().canStart(ILaunchManager.RUN_MODE).isOK());
- }
-
- public void serverRun() throws Exception {
- getServer().synchronousStart(ILaunchManager.RUN_MODE, null);
- }
-
- public void serverCanStop() throws Exception {
- assertTrue(getServer().canStop().isOK());
- }
-
- public void serverStop() throws Exception {
- getServer().synchronousStop(false);
- }
-
- public void serverCanDebug() throws Exception {
- assertTrue(getServer().canStart(ILaunchManager.DEBUG_MODE).isOK());
- }
-
- public void serverDebug() throws Exception {
- getServer().synchronousStart(ILaunchManager.DEBUG_MODE, null);
- }
-
- public void serverCanStop2() throws Exception {
- assertTrue(getServer().canStop().isOK());
- }
-
- public void serverStop2() throws Exception {
- getServer().synchronousStop(false);
- }
-
- public void testGetServerPorts() {
- ServerPort[] ports = server.getServerPorts(null);
- if (ports != null) {
- for (ServerPort port : ports) {
- port.getId();
- port.getContentTypes();
- port.getName();
- port.getPort();
- port.getProtocol();
- port.isAdvanced();
- port.toString();
- port.equals(null);
- port.hashCode();
- }
- }
- }
-
- public void testGetServerState() throws Exception {
- getServer().getServerState();
- }
-
- public void testGetServerPublishState() throws Exception {
- getServer().getServerPublishState();
- }
-
- public void testGetServerRestartState() throws Exception {
- getServer().getServerRestartState();
- }
-
- public void testGetModuleState() {
- try {
- getServer().getModuleState(null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetModulePublishState() {
- try {
- getServer().getModulePublishState(null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetModuleRestartState() {
- try {
- getServer().getModuleRestartState(null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetMode() throws Exception {
- getServer().getMode();
- }
-
- public void testCanPublish() throws Exception {
- getServer().canPublish();
- }
-
- public void testCanRestart() throws Exception {
- getServer().canRestart("run");
- }
-
- public void testCanControlModule() {
- try {
- getServer().canControlModule(null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testAddServerListener() throws Exception {
- getServer().addServerListener(sl);
- }
-
- public void testAddServerListener2() throws Exception {
- getServer().addServerListener(sl, 0);
- }
-
- public void testRemoveServerListener() throws Exception {
- getServer().removeServerListener(sl);
- }
-
- public void testGetName() throws Exception {
- getServerAttributes().getName();
- }
-
- public void testGetId() throws Exception {
- getServerAttributes().getId();
- }
-
- public void testIsReadOnly() throws Exception {
- getServerAttributes().isReadOnly();
- }
-
- public void testIsWorkingCopy() throws Exception {
- getServerAttributes().isWorkingCopy();
- }
-
- public void testGetHost() throws Exception {
- getServerAttributes().getHost();
- }
-
- public void testGetRuntime() throws Exception {
- getServerAttributes().getRuntime();
- }
-
- public void testGetServerType() throws Exception {
- getServerAttributes().getServerType();
- }
-
- public void testGetServerConfiguration() throws Exception {
- getServerAttributes().getServerConfiguration();
- }
-
- public void testCreateWorkingCopy() throws Exception {
- getServerAttributes().createWorkingCopy();
- }
-
- public void testGetModules() throws Exception {
- getServerAttributes().getModules();
- }
-
- public void testCanModifyModules() {
- try {
- getServerAttributes().canModifyModules(null, null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetChildModules() {
- try {
- getServerAttributes().getChildModules(null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetRootModules() {
- try {
- getServerAttributes().getRootModules(null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetServerPorts2() throws Exception {
- getServerAttributes().getServerPorts(null);
- }
-
- public void testServerAttributesDelete() {
- try {
- IServerAttributes sa = getServerAttributes().createWorkingCopy();
- sa.delete();
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testIsDirty() throws Exception {
- assertFalse(getServerWorkingCopy().isDirty());
- }
-
- public void testSetName() throws Exception {
- getServerWorkingCopy().setName("test");
- }
-
- public void testSetHost() throws Exception {
- getServerWorkingCopy().setHost("www.eclipse.org");
- }
-
- public void testSetReadOnly() throws Exception {
- getServerWorkingCopy().setReadOnly(true);
- }
-
- public void testServerWCIsDirty() throws Exception {
- assertTrue(getServerWorkingCopy().isDirty());
- }
-
- public void testPropertyChangeListener() throws Exception {
- getServerWorkingCopy().addPropertyChangeListener(pcl);
-
- getServerWorkingCopy().removePropertyChangeListener(pcl);
- }
-
- public void testGetOriginal() throws Exception{
- getServerWorkingCopy().getOriginal();
- }
-
- public void testSetServerConfiguration() throws Exception {
- getServerWorkingCopy().setServerConfiguration(null);
- }
-
- public void testModifyModules() {
- try {
- getServerWorkingCopy().modifyModules(null, null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void clearWorkingCopy() {
- serverAttr = null;
- serverWC = null;
- }
-
- public void deleteServer() throws Exception {
- deleteServer(getServer());
- server = null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ClientsTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ClientsTestCase.java
deleted file mode 100644
index 703310e..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ClientsTestCase.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.internal.IClient;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-public class ClientsTestCase extends TestCase {
- public void testClientsExtension() throws Exception {
- IClient[] clients = ServerPlugin.getClients();
- if (clients != null) {
- for (IClient cl : clients)
- System.out.println(cl.getId() + " - " + cl.getName());
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/LaunchableAdaptersTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/LaunchableAdaptersTestCase.java
deleted file mode 100644
index 119cc1a..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/LaunchableAdaptersTestCase.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.internal.ILaunchableAdapter;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-public class LaunchableAdaptersTestCase extends TestCase {
- public void testLaunchableAdaptersExtension() throws Exception {
- ILaunchableAdapter[] la = ServerPlugin.getLaunchableAdapters();
- if (la != null) {
- for (ILaunchableAdapter l : la)
- System.out.println(l.getId());
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ModuleFactoriesTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ModuleFactoriesTestCase.java
deleted file mode 100644
index ced526a..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ModuleFactoriesTestCase.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-import org.eclipse.core.resources.IProject;
-import org.eclipse.wst.server.core.ServerUtil;
-
-public class ModuleFactoriesTestCase extends TestCase {
- public void testModuleFactoriesExtension() throws Exception {
- // get modules
- try {
- ServerUtil.getModule((IProject) null);
- } catch (Exception e) {
- // ignore
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeLocatorsTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeLocatorsTestCase.java
deleted file mode 100644
index 62f871f..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeLocatorsTestCase.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.internal.IRuntimeLocator;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-public class RuntimeLocatorsTestCase extends TestCase {
- public void testRuntimeLocatorsExtension() throws Exception {
- IRuntimeLocator[] runtimeLocators = ServerPlugin.getRuntimeLocators();
- if (runtimeLocators != null) {
- for (IRuntimeLocator rl : runtimeLocators)
- System.out.println(rl);
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeTypesTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeTypesTestCase.java
deleted file mode 100644
index f931203..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/RuntimeTypesTestCase.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.IRuntimeType;
-import org.eclipse.wst.server.core.ServerCore;
-
-public class RuntimeTypesTestCase extends TestCase {
- public void testRuntimeTypesExtension() throws Exception {
- IRuntimeType[] runtimeTypes = ServerCore.getRuntimeTypes();
- if (runtimeTypes != null) {
- for (IRuntimeType runtimeType : runtimeTypes) {
- runtimeType.getId();
- runtimeType.getName();
- runtimeType.canCreate();
- runtimeType.getDescription();
- runtimeType.getVendor();
- runtimeType.getVersion();
- runtimeType.getModuleTypes();
- }
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerLocatorsTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerLocatorsTestCase.java
deleted file mode 100644
index d1156d2..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerLocatorsTestCase.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-
-public class ServerLocatorsTestCase extends TestCase {
- public void testServerLocatorsExtension() throws Exception {
- /*IServerLocator[] serverLocators = ServerCore.getser();
- if (runtimeLocators != null) {
- int size = runtimeLocators.length;
- for (int i = 0; i < size; i++)
- System.out.println(runtimeLocators[i].getId() + " - " + runtimeLocators[i].getName());
- }*/
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTasksTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTasksTestCase.java
deleted file mode 100644
index 6f450ae..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTasksTestCase.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.internal.IPublishTask;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-public class ServerTasksTestCase extends TestCase {
- public void testServerTasksExtension() throws Exception {
- IPublishTask[] serverTasks = ServerPlugin.getPublishTasks();
- if (serverTasks != null) {
- for (IPublishTask task : serverTasks)
- System.out.println(task.getId());
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTypesTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTypesTestCase.java
deleted file mode 100644
index 11ae1c3..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/ServerTypesTestCase.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.IServerType;
-import org.eclipse.wst.server.core.ServerCore;
-
-public class ServerTypesTestCase extends TestCase {
- public void testServerTypesExtension() throws Exception {
- IServerType[] serverTypes = ServerCore.getServerTypes();
- if (serverTypes != null) {
- for (IServerType serverType : serverTypes) {
- serverType.getId();
- serverType.getName();
- serverType.getDescription();
- serverType.getRuntimeType();
- serverType.hasRuntime();
- serverType.hasServerConfiguration();
- serverType.supportsLaunchMode("run");
- serverType.supportsRemoteHosts();
- try {
- serverType.createServer(null, null, null);
- serverType.createServer(null, null, null, null);
- } catch (Exception e) {
- // ignore
- }
- }
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/StartupExtensionTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/StartupExtensionTestCase.java
deleted file mode 100644
index 95ee796..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/extension/StartupExtensionTestCase.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.extension;
-
-import junit.framework.TestCase;
-import org.eclipse.wst.server.core.ServerCore;
-
-public class StartupExtensionTestCase extends TestCase {
- public void testStartupExtension() throws Exception {
- // startup
- ServerCore.getServers();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestClientDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestClientDelegate.java
deleted file mode 100644
index 81f3269..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestClientDelegate.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.debug.core.ILaunch;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.model.ClientDelegate;
-
-public class TestClientDelegate extends ClientDelegate {
- public boolean supports(IServer server, Object launchable, String launchMode) {
- return false;
- }
-
- public IStatus launch(IServer server, Object launchable, String launchMode, ILaunch launch) {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleDelegate.java
deleted file mode 100644
index ffdd9f8..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleDelegate.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.model.IModuleResource;
-import org.eclipse.wst.server.core.model.ModuleDelegate;
-
-public class TestModuleDelegate extends ModuleDelegate{
- public IStatus validate() {
- return null;
- }
-
- public IModule[] getChildModules() {
- return null;
- }
-
- public IModuleResource[] members() throws CoreException {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleFactoryDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleFactoryDelegate.java
deleted file mode 100644
index e67a038..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleFactoryDelegate.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.model.ModuleDelegate;
-import org.eclipse.wst.server.core.model.ModuleFactoryDelegate;
-
-public class TestModuleFactoryDelegate extends ModuleFactoryDelegate {
- public ModuleDelegate getModuleDelegate(IModule module) {
- return null;
- }
-
- public IModule[] getModules() {
- return null;
- }
-
- public void testProtectedMethods() {
- try {
- createModule(null, null, null, null, null);
- getId();
- } catch (Exception e) {
- // ignore
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResource.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResource.java
deleted file mode 100644
index ed58a30..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResource.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.wst.server.core.model.IModuleResource;
-
-public class TestModuleResource implements IModuleResource {
- public IPath getModuleRelativePath() {
- return null;
- }
-
- public String getName() {
- return null;
- }
-
- public Object getAdapter(Class cl) {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResourceDelta.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResourceDelta.java
deleted file mode 100644
index 1bf6100..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestModuleResourceDelta.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.wst.server.core.model.IModuleResource;
-import org.eclipse.wst.server.core.model.IModuleResourceDelta;
-
-public class TestModuleResourceDelta implements IModuleResourceDelta {
- public IModuleResource getModuleResource() {
- return null;
- }
-
- public int getKind() {
- return 0;
- }
-
- public IModuleResourceDelta[] getAffectedChildren() {
- return null;
- }
-
- public IPath getModuleRelativePath() {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModule.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModule.java
deleted file mode 100644
index f2bbc47..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModule.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.wst.server.core.model.IModuleResource;
-import org.eclipse.wst.server.core.util.ProjectModule;
-
-public class TestProjectModule extends ProjectModule {
- public TestProjectModule() {
- super();
- }
-
- public TestProjectModule(IProject project) {
- super(project);
- }
-
- public IModuleResource[] members() throws CoreException {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModuleFactoryDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModuleFactoryDelegate.java
deleted file mode 100644
index d0724f4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestProjectModuleFactoryDelegate.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.model.ModuleDelegate;
-import org.eclipse.wst.server.core.util.ProjectModuleFactoryDelegate;
-
-public class TestProjectModuleFactoryDelegate extends ProjectModuleFactoryDelegate {
- public TestProjectModuleFactoryDelegate() {
- super();
- }
-
- public void testProtected() throws Exception {
- createModules(null);
- getListenerPaths();
- isValidModule(null);
- try {
- createModule(null, null, null, null, null);
- } catch (Exception e) {
- // ignore
- }
- try {
- handleGlobalProjectChange(null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- protected boolean isValidModule(IProject project) {
- return false;
- }
-
- protected IModule[] createModules(IProject project) {
- return null;
- }
-
- public ModuleDelegate getModuleDelegate(IModule module) {
- return null;
- }
-
- protected IModule createModule(IProject project) {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeDelegate.java
deleted file mode 100644
index 242f6cb..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeDelegate.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import org.eclipse.wst.server.core.model.RuntimeDelegate;
-
-public class TestRuntimeDelegate extends RuntimeDelegate {
- public void testProtected() {
- initialize();
-
- try {
- getAttribute("test", false);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", 0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", new ArrayList<String>());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", new HashMap());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", "test");
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", false);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", 0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", new ArrayList<String>());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", new HashMap());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", "test");
- } catch (Exception e) {
- // ignore
- }
- }
-}
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeLocatorDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeLocatorDelegate.java
deleted file mode 100644
index 26d4efd..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestRuntimeLocatorDelegate.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.wst.server.core.model.RuntimeLocatorDelegate;
-
-public class TestRuntimeLocatorDelegate extends RuntimeLocatorDelegate {
- public void searchForRuntimes(IPath path, IRuntimeSearchListener listener, IProgressMonitor monitor) {
- // do nothing
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerBehaviourDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerBehaviourDelegate.java
deleted file mode 100644
index eed30bb..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerBehaviourDelegate.java
+++ /dev/null
@@ -1,141 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.wst.server.core.model.ServerBehaviourDelegate;
-
-public class TestServerBehaviourDelegate extends ServerBehaviourDelegate {
- public void stop(boolean force) {
- // ignore
- }
-
- public void testProtected() {
- try {
- setMode(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- initialize(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- publishStart(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- publishServer(0, null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- publishModule(0, null, 0, null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- publishFinish(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setServerState(0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setServerPublishState(0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setServerRestartState(false);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setModuleState(null, 0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setModulePublishState(null, 0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setModuleRestartState(null, false);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- canControlModule(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getPublishedResourceDelta(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getPublishedResources(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getTempDirectory();
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setServerStatus(null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setModuleStatus(null, null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- startModule(null, null);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- stopModule(null, null);
- } catch (Exception e) {
- // ignore
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerDelegate.java
deleted file mode 100644
index ef9875c..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerDelegate.java
+++ /dev/null
@@ -1,101 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.model.ServerDelegate;
-
-public class TestServerDelegate extends ServerDelegate {
- public IStatus canModifyModules(IModule[] add, IModule[] remove) {
- return null;
- }
-
- public IModule[] getChildModules(IModule[] module) {
- return null;
- }
-
- public IModule[] getRootModules(IModule module) throws CoreException {
- return null;
- }
-
- public void modifyModules(IModule[] add, IModule[] remove, IProgressMonitor monitor) throws CoreException {
- // do nothing
- }
-
- public void testProtected() {
- initialize();
-
- try {
- getAttribute("test", false);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", 0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", new ArrayList<String>());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", new HashMap());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- getAttribute("test", "test");
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", false);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", 0);
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", new ArrayList<String>());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", new HashMap());
- } catch (Exception e) {
- // ignore
- }
-
- try {
- setAttribute("test", "test");
- } catch (Exception e) {
- // ignore
- }
- }
-}
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerLocatorDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerLocatorDelegate.java
deleted file mode 100644
index efb8ce6..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerLocatorDelegate.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.wst.server.core.internal.provisional.ServerLocatorDelegate;
-
-public class TestServerLocatorDelegate extends ServerLocatorDelegate {
- public void searchForServers(String host, IServerSearchListener listener, IProgressMonitor monitor) {
- // ignore
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerTaskDelegate.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerTaskDelegate.java
deleted file mode 100644
index b8e4efc..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestServerTaskDelegate.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import java.util.List;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.model.PublishOperation;
-import org.eclipse.wst.server.core.model.PublishTaskDelegate;
-
-public class TestServerTaskDelegate extends PublishTaskDelegate {
- public PublishOperation[] getTasks(IServer server, List modules) {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestStaticWeb.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestStaticWeb.java
deleted file mode 100644
index 3bf151b..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/impl/TestStaticWeb.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.impl;
-
-import org.eclipse.wst.server.core.util.IStaticWeb;
-
-public class TestStaticWeb implements IStaticWeb {
- public String getContextRoot() {
- return null;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ClientDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ClientDelegateTestCase.java
deleted file mode 100644
index f4fd6bc..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ClientDelegateTestCase.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.ClientDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestClientDelegate;
-
-public class ClientDelegateTestCase extends TestCase {
- protected static ClientDelegate delegate;
-
- protected ClientDelegate getClientDelegate() {
- if (delegate == null) {
- delegate = new TestClientDelegate();
- }
- return delegate;
- }
-
- public void testSupports() throws Exception {
- getClientDelegate().supports(null, null, null);
- }
-
- public void testLaunch() throws Exception {
- getClientDelegate().launch(null, null, null, null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/IURLProviderTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/IURLProviderTestCase.java
deleted file mode 100644
index a93070e..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/IURLProviderTestCase.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import java.net.URL;
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.IModule;
-import org.eclipse.wst.server.core.model.IURLProvider;
-
-public class IURLProviderTestCase extends TestCase {
- protected static IURLProvider urlProvider;
-
- public void test00CreateDelegate() throws Exception {
- urlProvider = new IURLProvider() {
- public URL getModuleRootURL(IModule module) {
- return null;
- }
- };
- }
-
- public void test01GetModuleRootURL() throws Exception {
- urlProvider.getModuleRootURL(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/LaunchableAdapterDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/LaunchableAdapterDelegateTestCase.java
deleted file mode 100644
index 7712915..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/LaunchableAdapterDelegateTestCase.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.wst.server.core.IModuleArtifact;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.model.LaunchableAdapterDelegate;
-
-public class LaunchableAdapterDelegateTestCase extends TestCase {
- protected static LaunchableAdapterDelegate delegate;
-
- protected LaunchableAdapterDelegate getLaunchableAdapterDelegate() {
- if (delegate == null) {
- delegate = new LaunchableAdapterDelegate() {
- public Object getLaunchable(IServer server, IModuleArtifact moduleArtifact) throws CoreException {
- return null;
- }
- };
- }
- return delegate;
- }
-
- public void testGetLaunchable() throws Exception {
- getLaunchableAdapterDelegate().getLaunchable(null, null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleArtifactAdapterDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleArtifactAdapterDelegateTestCase.java
deleted file mode 100644
index 0de15d7..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleArtifactAdapterDelegateTestCase.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.IModuleArtifact;
-import org.eclipse.wst.server.core.model.ModuleArtifactAdapterDelegate;
-
-public class ModuleArtifactAdapterDelegateTestCase extends TestCase {
- protected static ModuleArtifactAdapterDelegate delegate;
-
- protected ModuleArtifactAdapterDelegate getModuleArtifactAdapterDelegate() {
- if (delegate == null) {
- delegate = new ModuleArtifactAdapterDelegate() {
- public IModuleArtifact getModuleArtifact(Object obj) {
- return null;
- }
- };
- }
- return delegate;
- }
-
- public void testGetModuleArtifact() {
- getModuleArtifactAdapterDelegate().getModuleArtifact(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleDelegateTestCase.java
deleted file mode 100644
index 5ba7ad3..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleDelegateTestCase.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.ModuleDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestModuleDelegate;
-
-public class ModuleDelegateTestCase extends TestCase {
- protected static ModuleDelegate delegate;
-
- protected ModuleDelegate getModuleDelegate() {
- if (delegate == null) {
- delegate = new TestModuleDelegate();
- }
- return delegate;
- }
- public void testInitialize() throws Exception {
- getModuleDelegate().initialize();
- }
-
- public void testInitialize2() throws Exception {
- getModuleDelegate().initialize(null);
- }
-
- public void testGetChildModules() throws Exception {
- getModuleDelegate().getChildModules();
- }
-
- public void testGetModule() throws Exception {
- getModuleDelegate().getModule();
- }
-
- public void testValidate() throws Exception {
- getModuleDelegate().validate();
- }
-
- public void testMembers() throws Exception {
- getModuleDelegate().members();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFactoryDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFactoryDelegateTestCase.java
deleted file mode 100644
index 34684d7..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFactoryDelegateTestCase.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.ModuleFactoryDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestModuleFactoryDelegate;
-
-public class ModuleFactoryDelegateTestCase extends TestCase {
- protected static ModuleFactoryDelegate delegate;
-
- protected ModuleFactoryDelegate getModuleFactoryDelegate() {
- if (delegate == null) {
- delegate = new TestModuleFactoryDelegate();
- }
- return delegate;
- }
-
- public void testGetModuleDelegate() {
- getModuleFactoryDelegate().getModuleDelegate(null);
- }
-
- public void testGetModules() {
- getModuleFactoryDelegate().getModules();
- }
-
- public void testTestProtected() {
- ((TestModuleFactoryDelegate)getModuleFactoryDelegate()).testProtectedMethods();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFileTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFileTestCase.java
deleted file mode 100644
index c9d0c48..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFileTestCase.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.wst.server.core.model.IModuleFile;
-import org.eclipse.wst.server.core.util.ModuleFile;
-
-public class ModuleFileTestCase extends TestCase {
- protected static IModuleFile delegate;
-
- protected IModuleFile getModuleFile() {
- if (delegate == null) {
- delegate = new ModuleFile((IFile)null, "name", null);
- }
- return delegate;
- }
-
- public void testName() throws Exception {
- assertEquals(getModuleFile().getName(), "name");
- }
-
- public void testPath() throws Exception {
- assertNull(getModuleFile().getModuleRelativePath());
- }
-
- public void testStamp() throws Exception {
- assertEquals(getModuleFile().getModificationStamp(), -1);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFolderTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFolderTestCase.java
deleted file mode 100644
index 9bc9453..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleFolderTestCase.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.IModuleFolder;
-import org.eclipse.wst.server.core.util.ModuleFolder;
-
-public class ModuleFolderTestCase extends TestCase {
- protected static IModuleFolder delegate;
-
- protected IModuleFolder getModuleFolder() {
- if (delegate == null) {
- delegate = new ModuleFolder(null, "name", null);
- }
- return delegate;
- }
-
- public void testName() throws Exception {
- assertEquals(getModuleFolder().getName(), "name");
- }
-
- public void testPath() throws Exception {
- assertNull(getModuleFolder().getModuleRelativePath());
- }
-
- public void testMembers() throws Exception {
- getModuleFolder().members();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceDeltaTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceDeltaTestCase.java
deleted file mode 100644
index 30c3ca4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceDeltaTestCase.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.IModuleResourceDelta;
-import org.eclipse.wst.server.core.tests.impl.TestModuleResourceDelta;
-
-public class ModuleResourceDeltaTestCase extends TestCase {
- protected static IModuleResourceDelta delta;
-
- protected IModuleResourceDelta getModuleResourceDelta() {
- if (delta == null) {
- delta = new TestModuleResourceDelta();
- }
- return delta;
- }
-
- public void testGetModuleResource() {
- assertNull(getModuleResourceDelta().getModuleResource());
- }
-
- public void testGetAffectedChildren() {
- assertNull(getModuleResourceDelta().getAffectedChildren());
- }
-
- public void testGetModuleRelativePath() {
- assertNull(getModuleResourceDelta().getModuleRelativePath());
- }
-
- public void testGetKind() {
- getModuleResourceDelta().getKind();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceTestCase.java
deleted file mode 100644
index 97aa2f4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ModuleResourceTestCase.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.IModuleResource;
-import org.eclipse.wst.server.core.tests.impl.TestModuleResource;
-
-public class ModuleResourceTestCase extends TestCase {
- protected static IModuleResource resource;
-
- protected IModuleResource getModuleResource() {
- if (resource == null) {
- resource = new TestModuleResource();
- }
- return resource;
- }
-
- public void testName() throws Exception {
- assertNull(getModuleResource().getName());
- }
-
- public void testPath() throws Exception {
- assertNull(getModuleResource().getModuleRelativePath());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/PublishOperationTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/PublishOperationTestCase.java
deleted file mode 100644
index 903d7a6..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/PublishOperationTestCase.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IAdaptable;
-import org.eclipse.wst.server.core.model.PublishOperation;
-
-import junit.framework.TestCase;
-
-public class PublishOperationTestCase extends TestCase {
- protected static PublishOperation task;
-
- public void testCreate() throws Exception {
- task = new PublishOperation() {
- public void execute(IProgressMonitor monitor, IAdaptable info) throws CoreException {
- // ignore
- }
-
- public int getOrder() {
- return 0;
- }
- };
- task.getLabel();
- task.getDescription();
- task.getTaskModel();
- task.setTaskModel(null);
- task.execute(null, null);
- task.getKind();
- task.getOrder();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeDelegateTestCase.java
deleted file mode 100644
index 6ec4c88..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeDelegateTestCase.java
+++ /dev/null
@@ -1,55 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.RuntimeDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestRuntimeDelegate;
-
-public class RuntimeDelegateTestCase extends TestCase {
- protected static RuntimeDelegate delegate;
-
- protected RuntimeDelegate getRuntimeDelegate() {
- if (delegate == null) {
- delegate = new TestRuntimeDelegate();
- }
- return delegate;
- }
-
- public void testGetRuntime() throws Exception {
- getRuntimeDelegate().getRuntime();
- }
-
- public void testGetRuntimeWorkingCopy() throws Exception {
- getRuntimeDelegate().getRuntimeWorkingCopy();
- }
-
- public void testValidate() {
- try {
- getRuntimeDelegate().validate();
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testDispose() throws Exception {
- getRuntimeDelegate().dispose();
- }
-
- public void testSetDefaults() throws Exception {
- getRuntimeDelegate().setDefaults(null);
- }
-
- public void testProtected() throws Exception {
- ((TestRuntimeDelegate)getRuntimeDelegate()).testProtected();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeLocatorDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeLocatorDelegateTestCase.java
deleted file mode 100644
index 4eb2020..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/RuntimeLocatorDelegateTestCase.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.IRuntimeWorkingCopy;
-import org.eclipse.wst.server.core.model.RuntimeLocatorDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestRuntimeLocatorDelegate;
-
-public class RuntimeLocatorDelegateTestCase extends TestCase {
- protected static RuntimeLocatorDelegate delegate;
-
- protected RuntimeLocatorDelegate getRuntimeLocatorDelegate() {
- if (delegate == null) {
- delegate = new TestRuntimeLocatorDelegate();
- }
- return delegate;
- }
-
- public void testSearch() throws Exception {
- getRuntimeLocatorDelegate().searchForRuntimes(null, null, null);
- }
-
- public void testListener() {
- RuntimeLocatorDelegate.IRuntimeSearchListener listener = new RuntimeLocatorDelegate.IRuntimeSearchListener() {
- public void runtimeFound(IRuntimeWorkingCopy runtime) {
- // ignore
- }
- };
-
- listener.runtimeFound(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerBehaviourDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerBehaviourDelegateTestCase.java
deleted file mode 100644
index 5e9525d..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerBehaviourDelegateTestCase.java
+++ /dev/null
@@ -1,55 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.ServerBehaviourDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestServerBehaviourDelegate;
-
-public class ServerBehaviourDelegateTestCase extends TestCase {
- protected static ServerBehaviourDelegate delegate;
-
- protected ServerBehaviourDelegate getServerBehaviourDelegate() {
- if (delegate == null) {
- delegate = new TestServerBehaviourDelegate();
- }
- return delegate;
- }
-
- public void testGetServer() throws Exception {
- getServerBehaviourDelegate().getServer();
- }
-
- public void testDispose() throws Exception {
- getServerBehaviourDelegate().dispose();
- }
-
- public void testSetupLaunchConfiguration() throws Exception {
- getServerBehaviourDelegate().setupLaunchConfiguration(null, null);
- }
-
- public void testRestart() throws Exception {
- try {
- getServerBehaviourDelegate().restart(null);
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testStop() {
- getServerBehaviourDelegate().stop(false);
- }
-
- public void testTestProtected() {
- ((TestServerBehaviourDelegate)delegate).testProtected();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerDelegateTestCase.java
deleted file mode 100644
index 6dcbac9..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerDelegateTestCase.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.ServerDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestServerDelegate;
-
-public class ServerDelegateTestCase extends TestCase {
- protected static ServerDelegate delegate;
-
- protected ServerDelegate getServerDelegate() {
- if (delegate == null) {
- delegate = new TestServerDelegate();
- }
- return delegate;
- }
-
- public void testGetServer() throws Exception {
- getServerDelegate().getServer();
- }
-
- public void testGetServerWorkingCopy() throws Exception {
- getServerDelegate().getServerWorkingCopy();
- }
-
- public void testDispose() throws Exception {
- getServerDelegate().dispose();
- }
-
- public void testSetDefaults() throws Exception {
- getServerDelegate().setDefaults(null);
- }
-
- public void testCanModifyModules() throws Exception {
- getServerDelegate().canModifyModules(null, null);
- }
-
- public void testGetChildModules() throws Exception {
- getServerDelegate().getChildModules(null);
- }
-
- public void testGetRootModules() throws Exception {
- getServerDelegate().getRootModules(null);
- }
-
- public void testGetServerPorts() throws Exception {
- getServerDelegate().getServerPorts();
- }
-
- public void testModifyModules() throws Exception {
- getServerDelegate().modifyModules(null, null, null);
- }
-
- public void testImportConfiguration() throws Exception {
- getServerDelegate().importRuntimeConfiguration(null, null);
- }
-
- public void testImportConfiguration2() throws Exception {
- getServerDelegate().saveConfiguration(null);
- }
-
- public void testConfigurationChanged() throws Exception {
- getServerDelegate().configurationChanged();
- }
-
- public void testTestProtected() {
- ((TestServerDelegate)getServerDelegate()).testProtected();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerLocatorDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerLocatorDelegateTestCase.java
deleted file mode 100644
index 30f3070..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerLocatorDelegateTestCase.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.IServerWorkingCopy;
-import org.eclipse.wst.server.core.internal.provisional.ServerLocatorDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestServerLocatorDelegate;
-
-public class ServerLocatorDelegateTestCase extends TestCase {
- protected static ServerLocatorDelegate delegate;
-
- protected ServerLocatorDelegate getServerLocatorDelegate() {
- if (delegate == null) {
- delegate = new TestServerLocatorDelegate();
- }
- return delegate;
- }
-
- public void testSearch() throws Exception {
- getServerLocatorDelegate().searchForServers("host", null, null);
- }
-
- public void testListener() {
- ServerLocatorDelegate.IServerSearchListener listener = new ServerLocatorDelegate.IServerSearchListener() {
- public void serverFound(IServerWorkingCopy server) {
- // ignore
- }
- };
-
- listener.serverFound(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerTaskDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerTaskDelegateTestCase.java
deleted file mode 100644
index 4689309..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/model/ServerTaskDelegateTestCase.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.model;
-
-import junit.framework.TestCase;
-
-import org.eclipse.wst.server.core.model.PublishTaskDelegate;
-import org.eclipse.wst.server.core.tests.impl.TestServerTaskDelegate;
-
-public class ServerTaskDelegateTestCase extends TestCase {
- protected static PublishTaskDelegate delegate;
-
- protected PublishTaskDelegate getPublishTaskDelegate() {
- if (delegate == null) {
- delegate = new TestServerTaskDelegate();
- }
- return delegate;
- }
-
- public void testGetTasks() throws Exception {
- getPublishTaskDelegate().getTasks(null, null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/HTTPLaunchableTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/HTTPLaunchableTestCase.java
deleted file mode 100644
index a519503..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/HTTPLaunchableTestCase.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import junit.framework.TestCase;
-import org.eclipse.wst.server.core.util.HttpLaunchable;
-
-public class HTTPLaunchableTestCase extends TestCase {
- protected static HttpLaunchable launch;
-
- protected HttpLaunchable getHttpLaunchable() {
- if (launch == null) {
- launch = new HttpLaunchable(null);
- }
- return launch;
- }
-
- public void testGetURL() {
- assertNull(getHttpLaunchable().getURL());
- }
-
- public void testToString() {
- try {
- getHttpLaunchable().toString();
- } catch (Exception e) {
- // ignore
- }
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/NullModuleArtifactTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/NullModuleArtifactTestCase.java
deleted file mode 100644
index 42acbb4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/NullModuleArtifactTestCase.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import org.eclipse.wst.server.core.util.NullModuleArtifact;
-import junit.framework.TestCase;
-
-public class NullModuleArtifactTestCase extends TestCase {
- protected static NullModuleArtifact nma;
-
- protected NullModuleArtifact getNullModuleArtifact() {
- if (nma == null) {
- nma = new NullModuleArtifact(null);
- }
- return nma;
- }
-
- public void testGetModule() {
- assertNull(getNullModuleArtifact().getModule());
- }
-
- public void testToString() {
- getNullModuleArtifact().toString();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleFactoryDelegateTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleFactoryDelegateTestCase.java
deleted file mode 100644
index cc7b0b0..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleFactoryDelegateTestCase.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import junit.framework.TestCase;
-import org.eclipse.wst.server.core.tests.impl.TestProjectModuleFactoryDelegate;
-import org.eclipse.wst.server.core.util.ProjectModuleFactoryDelegate;
-
-public class ProjectModuleFactoryDelegateTestCase extends TestCase {
- protected static ProjectModuleFactoryDelegate delegate;
-
- protected ProjectModuleFactoryDelegate getProjectModuleFactoryDelegate() {
- if (delegate == null) {
- delegate = new TestProjectModuleFactoryDelegate();
- }
- return delegate;
- }
-
- public void testGetModuleDelegate() {
- getProjectModuleFactoryDelegate().getModuleDelegate(null);
- }
-
- public void testGetModules() {
- getProjectModuleFactoryDelegate().getModules();
- }
-
- public void testTestProtected() throws Exception {
- ((TestProjectModuleFactoryDelegate)getProjectModuleFactoryDelegate()).testProtected();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleTestCase.java
deleted file mode 100644
index 748f662..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ProjectModuleTestCase.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import junit.framework.TestCase;
-import org.eclipse.wst.server.core.tests.impl.TestProjectModule;
-import org.eclipse.wst.server.core.util.ProjectModule;
-
-public class ProjectModuleTestCase extends TestCase {
- protected static ProjectModule pm;
-
- protected ProjectModule getProjectModule() {
- if (pm == null) {
- pm = new TestProjectModule(null);
- }
- return pm;
- }
-
- public void testCreate() {
- new TestProjectModule();
- }
-
- public void testGetProject() {
- getProjectModule().getProject();
- }
-
- public void testGetId() {
- try {
- getProjectModule().getId();
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testValidate() {
- getProjectModule().validate();
- }
-
- public void testMembers() {
- try {
- getProjectModule().members();
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testGetName() {
- try {
- getProjectModule().getName();
- } catch (Exception e) {
- // ignore
- }
- }
-
- public void testExists() {
- getProjectModule().exists();
- }
-
- public void testEquals() {
- getProjectModule().equals(null);
- }
-
- public void testChildModules() {
- getProjectModule().getChildModules();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishAdapterTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishAdapterTestCase.java
deleted file mode 100644
index 4b68370..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishAdapterTestCase.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import org.eclipse.wst.server.core.util.PublishAdapter;
-
-import junit.framework.TestCase;
-
-public class PublishAdapterTestCase extends TestCase {
- public void testListener() {
- PublishAdapter listener = new PublishAdapter();
-
- listener.publishStarted(null);
- listener.publishFinished(null, null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishUtilTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishUtilTestCase.java
deleted file mode 100644
index 14d33ac..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/PublishUtilTestCase.java
+++ /dev/null
@@ -1,394 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Larry Isaacs - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import java.io.ByteArrayInputStream;
-import java.io.FileNotFoundException;
-import java.io.FileReader;
-import java.io.IOException;
-import java.io.InputStream;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.IResource;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-import org.eclipse.wst.server.core.model.IModuleFolder;
-import org.eclipse.wst.server.core.model.IModuleResource;
-import org.eclipse.wst.server.core.util.ModuleFile;
-import org.eclipse.wst.server.core.util.ModuleFolder;
-import org.eclipse.wst.server.core.util.PublishUtil;
-
-public class PublishUtilTestCase extends TestCase {
- private static IProject testProject;
- private static IModuleResource[] testResources;
- private static IModuleResource[] testResources2;
- private static IPath[] preservePaths;
- private static IPath destination;
-
- private static void setFileContents(IFile file, String contents, boolean touch) throws CoreException {
- InputStream is = new ByteArrayInputStream(contents.getBytes());
- if (file.exists()) {
- if (touch) {
- file.setContents(is, IResource.FORCE, null);
- } else {
- long ts = file.getLocation().toFile().lastModified();
- file.setContents(is, IResource.FORCE, null);
- file.getLocation().toFile().setLastModified(ts);
- }
- file.refreshLocal(IResource.DEPTH_ZERO, null);
- } else
- file.create(is, true, null);
- }
-
- private static IProject getTestProject() throws CoreException {
- if (testProject == null) {
- IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("PublishTest");
- if (!project.exists())
- project.create(null);
-
- if (!project.isOpen())
- project.open(null);
-
- // Create a project with "A" and "B" files in the root of the
- // project and in "A" and "B" folders. Create two module resource
- // arrays, one including all resources and one omitting the "B" files.
- // Prepare an array of IPaths for the "B" files to use in testing
- // preservation.
- testResources = new IModuleResource[4];
- testResources2 = new IModuleResource[3];
- preservePaths = new IPath[3];
-
- IFile rootFileA = project.getFile("rootFileA.txt");
- setFileContents(rootFileA, "rootFileA contents", true);
- testResources[0] = new ModuleFile(rootFileA, "rootFileA.txt", rootFileA.getProjectRelativePath());
- testResources2[0] = testResources[0];
-
- IFile rootFileB = project.getFile("rootFileB.txt");
- setFileContents(rootFileB, "rootFileB contents", true);
- testResources[1] = new ModuleFile(rootFileB, "rootFileB.txt", rootFileB.getProjectRelativePath());
- preservePaths[0] = rootFileB.getProjectRelativePath();
-
- IFolder folderA = project.getFolder("FolderA");
- if (!folderA.exists())
- folderA.create(true, true, null);
- ModuleFolder moduleFolder = new ModuleFolder(folderA, "FolderA", folderA.getProjectRelativePath());
- IModuleResource[] folderFiles = new IModuleResource[2];
- moduleFolder.setMembers(folderFiles);
- testResources[2] = moduleFolder;
-
- IFile folderAFileA = folderA.getFile("folderAFileA.txt");
- setFileContents(folderAFileA, "folderAFileA contents", true);
- folderFiles[0] = new ModuleFile(folderAFileA, "folderAFileA.txt", folderAFileA.getProjectRelativePath());
-
- IFile folderAFileB = folderA.getFile("folderAFileB.txt");
- setFileContents(folderAFileB, "folderAFileB contents", true);
- folderFiles[1] = new ModuleFile(folderAFileB, "folderAFileB.txt", folderAFileB.getProjectRelativePath());
- preservePaths[1] = folderAFileB.getProjectRelativePath();
-
- moduleFolder = new ModuleFolder(folderA, "FolderA", folderA.getProjectRelativePath());
- moduleFolder.setMembers(new IModuleResource[] {folderFiles[0]});
- testResources2[1] = moduleFolder;
-
- IFolder folderB = project.getFolder("FolderB");
- if (!folderB.exists())
- folderB.create(true, true, null);
- moduleFolder = new ModuleFolder(folderB, "FolderB", folderB.getProjectRelativePath());
- folderFiles = new IModuleResource[2];
- moduleFolder.setMembers(folderFiles);
- testResources[3] = moduleFolder;
-
- IFile folderBFileA = folderB.getFile("folderBFileA.txt");
- setFileContents(folderBFileA, "folderBFileA contents", true);
- folderFiles[0] = new ModuleFile(folderBFileA, "folderBFileA.txt", folderBFileA.getProjectRelativePath());
-
- IFile folderBFileB = folderB.getFile("folderBFileB.txt");
- setFileContents(folderBFileB, "folderBFileB contents", true);
- folderFiles[1] = new ModuleFile(folderBFileB, "folderBFileB.txt", folderBFileB.getProjectRelativePath());
- preservePaths[2] = folderBFileB.getProjectRelativePath();
-
- moduleFolder = new ModuleFolder(folderB, "FolderB", folderB.getProjectRelativePath());
- moduleFolder.setMembers(new IModuleResource[] {folderFiles[0]});
- testResources2[2] = moduleFolder;
-
- testProject = project;
- }
- return testProject;
- }
-
- private static IPath getDestination() {
- if (destination == null) {
- destination = ServerPlugin.getInstance().getTempDirectory("publish-destination");
- }
- return destination;
- }
-
- private static IModuleResource[] getModuleResources() {
- return testResources;
- }
-
- private static IModuleResource[] getModuleResources2() {
- return testResources2;
- }
-
- private static IPath[] getPreservePaths() {
- return preservePaths;
- }
-
- private static String getContents(IPath file) {
- char[] cBuffer = new char[1024];
- FileReader fr;
- try {
- fr = new FileReader(file.toFile());
- int count = fr.read(cBuffer);
- fr.close();
- return new String(cBuffer, 0, count);
- } catch (FileNotFoundException e) {
- return e.getMessage();
- } catch (IOException e) {
- return e.getMessage();
- }
- }
-
- private String getResultMessage(IStatus[] result) {
- if (result.length > 0) {
- return "Result contained " + result.length + " errors. First error: " + result[0].getMessage();
- }
- return "No error";
- }
-
- public void test00FullCopy() throws Exception {
- IProject project = getTestProject();
- assertNotNull(project);
- IPath dest = getDestination();
- assertNotNull(dest);
- IModuleResource[] resources = getModuleResources();
- IStatus[] result = PublishUtil.publishSmart(resources, dest, null, null);
- assertNotNull(result);
- assertTrue(getResultMessage(result), result.length == 0);
-
- // Verify file contents following initial copy of all resources
- String contents = getContents(dest.append(resources[0].getModuleRelativePath()));
- assertEquals("rootFileA contents", contents);
- contents = getContents(dest.append(resources[1].getModuleRelativePath()));
- assertEquals("rootFileB contents", contents);
-
- IModuleFolder mf = (IModuleFolder)resources[2];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderAFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderAFileB contents", contents);
-
- mf = (IModuleFolder)resources[3];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderBFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderBFileB contents", contents);
- }
-
- public void test01FullCopy() throws Exception {
- Thread.sleep(1000); // wait to ensure time stamps differ
-
- IProject project = getTestProject();
-
- // Modify all file contents and time stamps
- IFile rootFileA = project.getFile("rootFileA.txt");
- setFileContents(rootFileA, "rootFileA contents 2", true);
- IFile rootFileB = project.getFile("rootFileB.txt");
- setFileContents(rootFileB, "rootFileB contents 2", true);
-
- IFile folderAFileA = project.getFile("FolderA/folderAFileA.txt");
- setFileContents(folderAFileA, "folderAFileA contents 2", true);
- IFile folderAFileB = project.getFile("FolderA/folderAFileB.txt");
- setFileContents(folderAFileB, "folderAFileB contents 2", true);
-
- IFile folderBFileA = project.getFile("FolderB/folderBFileA.txt");
- setFileContents(folderBFileA, "folderBFileA contents 2", true);
- IFile folderBFileB = project.getFile("FolderB/folderBFileB.txt");
- setFileContents(folderBFileB, "folderBFileB contents 2", true);
-
- // Publish all resources
- IPath dest = getDestination();
- assertNotNull(dest);
- IModuleResource[] resources = getModuleResources();
- IStatus[] result = PublishUtil.publishSmart(resources, dest, null, null);
- assertNotNull(result);
- assertTrue(getResultMessage(result), result.length == 0);
-
- // Verify all files were copied
- String contents = getContents(dest.append(resources[0].getModuleRelativePath()));
- assertEquals("rootFileA contents 2", contents);
- contents = getContents(dest.append(resources[1].getModuleRelativePath()));
- assertEquals("rootFileB contents 2", contents);
-
- IModuleFolder mf = (IModuleFolder)resources[2];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderAFileA contents 2", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderAFileB contents 2", contents);
-
- mf = (IModuleFolder)resources[3];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderBFileA contents 2", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderBFileB contents 2", contents);
- }
-
- public void test02PartialCopy() throws Exception {
- Thread.sleep(1000); // wait to ensure time stamps differ
-
- IProject project = getTestProject();
-
- // Modify all file contents, but not the time stamps on the "B" files
- IFile rootFileA = project.getFile("rootFileA.txt");
- setFileContents(rootFileA, "rootFileA contents", true);
- IFile rootFileB = project.getFile("rootFileB.txt");
- setFileContents(rootFileB, "rootFileB contents", false);
-
- IFile folderAFileA = project.getFile("FolderA/folderAFileA.txt");
- setFileContents(folderAFileA, "folderAFileA contents", true);
- IFile folderAFileB = project.getFile("FolderA/folderAFileB.txt");
- setFileContents(folderAFileB, "folderAFileB contents", false);
-
- IFile folderBFileA = project.getFile("FolderB/folderBFileA.txt");
- setFileContents(folderBFileA, "folderBFileA contents", true);
- IFile folderBFileB = project.getFile("FolderB/folderBFileB.txt");
- setFileContents(folderBFileB, "folderBFileB contents", false);
-
- // Publish all resources
- IPath dest = getDestination();
- assertNotNull(dest);
- IModuleResource[] resources = getModuleResources();
- IStatus[] result = PublishUtil.publishSmart(resources, dest, null, null);
- assertNotNull(result);
- assertTrue(getResultMessage(result), result.length == 0);
-
- // Verify the "A" files were copied, but not the "B" files since the time stamps didn't change
- String contents = getContents(dest.append(resources[0].getModuleRelativePath()));
- assertEquals("rootFileA contents", contents);
- contents = getContents(dest.append(resources[1].getModuleRelativePath()));
- assertEquals("rootFileB contents 2", contents);
-
- IModuleFolder mf = (IModuleFolder)resources[2];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderAFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderAFileB contents 2", contents);
-
- mf = (IModuleFolder)resources[3];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderBFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderBFileB contents 2", contents);
- }
-
- public void test03PreserveFiles() throws Exception {
- // Publish all resources except the B resources, preserving them them rather than delete them
- IModuleResource[] resources = getModuleResources();
- IModuleResource[] resources2 = getModuleResources2();
- IPath dest = getDestination();
- assertNotNull(dest);
- IStatus[] result = PublishUtil.publishSmart(resources2, dest, getPreservePaths(), null);
- assertNotNull(result);
- assertTrue(getResultMessage(result), result.length == 0);
-
- // Verify "A" files are unchanged and "B" files have not been deleted
- String contents = getContents(dest.append(resources[0].getModuleRelativePath()));
- assertEquals("rootFileA contents", contents);
- contents = getContents(dest.append(resources[1].getModuleRelativePath()));
- assertEquals("rootFileB contents 2", contents);
-
- IModuleFolder mf = (IModuleFolder)resources[2];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderAFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderAFileB contents 2", contents);
-
- mf = (IModuleFolder)resources[3];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderBFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderBFileB contents 2", contents);
- }
-
- public void test04PreserveFolder() throws Exception {
- // Create resource array including all resources except the "B" folder
- IModuleResource[] resources = getModuleResources();
- IModuleResource[] resources2 = new IModuleResource [3];
- System.arraycopy(resources, 0, resources2, 0, 3);
- IPath[] paths = new IPath[] { resources[3].getModuleRelativePath() };
-
- // Publish all resources except the B folder and preserve just the "B" folder
- IPath dest = getDestination();
- assertNotNull(dest);
- IStatus[] result = PublishUtil.publishSmart(resources2, dest, paths, null);
- assertNotNull(result);
- assertTrue(getResultMessage(result), result.length == 0);
-
- // Verify non-"B" folder files are unchanged and "B" folder files have not been deleted
- String contents = getContents(dest.append(resources[0].getModuleRelativePath()));
- assertEquals("rootFileA contents", contents);
- contents = getContents(dest.append(resources[1].getModuleRelativePath()));
- assertEquals("rootFileB contents 2", contents);
-
- IModuleFolder mf = (IModuleFolder)resources[2];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderAFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderAFileB contents 2", contents);
-
- mf = (IModuleFolder)resources[3];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderBFileA contents", contents);
- contents = getContents(dest.append(mf.members()[1].getModuleRelativePath()));
- assertEquals("folderBFileB contents 2", contents);
- }
-
- public void test05DeleteFiles() throws Exception {
- // Publish all resources except the "B" files and "B" folder and don't preserve them
- IModuleResource[] resources = getModuleResources();
- IModuleResource[] resources2 = getModuleResources2();
- IModuleResource[] resources3 = new IModuleResource[2];
- System.arraycopy(resources2, 0, resources3, 0, 2);
- IPath dest = getDestination();
- assertNotNull(dest);
- IStatus[] result = PublishUtil.publishSmart(resources3, dest, null, null);
- assertNotNull(result);
- assertTrue(getResultMessage(result), result.length == 0);
-
- IPath[] paths = getPreservePaths();
-
- // Verify "A" files are unchanged and "B" files and "B" folder have been deleted
- String contents = getContents(dest.append(resources[0].getModuleRelativePath()));
- assertEquals("rootFileA contents", contents);
- assertFalse(dest.append(paths[0]).toFile().exists());
-
- IModuleFolder mf = (IModuleFolder)resources[2];
- contents = getContents(dest.append(mf.members()[0].getModuleRelativePath()));
- assertEquals("folderAFileA contents", contents);
- assertFalse(dest.append(paths[1]).toFile().exists());
-
- mf = (IModuleFolder)resources[3];
- assertFalse(dest.append(mf.getModuleRelativePath()).toFile().exists());
- }
-
- public void test06DeleteProject() throws Exception {
- IProject project = getTestProject();
- project.delete(true, null);
- ServerPlugin.getInstance().removeTempDirectory("publish-destination");
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/RuntimeLifecycleAdapterTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/RuntimeLifecycleAdapterTestCase.java
deleted file mode 100644
index 38684b8..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/RuntimeLifecycleAdapterTestCase.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import org.eclipse.wst.server.core.util.RuntimeLifecycleAdapter;
-
-import junit.framework.TestCase;
-
-public class RuntimeLifecycleAdapterTestCase extends TestCase {
- public void testListener() {
- RuntimeLifecycleAdapter listener = new RuntimeLifecycleAdapter();
-
- listener.runtimeAdded(null);
- listener.runtimeChanged(null);
- listener.runtimeRemoved(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ServerLifecycleAdapterTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ServerLifecycleAdapterTestCase.java
deleted file mode 100644
index 76b0250..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/ServerLifecycleAdapterTestCase.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import org.eclipse.wst.server.core.util.ServerLifecycleAdapter;
-
-import junit.framework.TestCase;
-
-public class ServerLifecycleAdapterTestCase extends TestCase {
- public void testListener() {
- ServerLifecycleAdapter listener = new ServerLifecycleAdapter();
-
- listener.serverAdded(null);
- listener.serverChanged(null);
- listener.serverRemoved(null);
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/SocketUtilTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/SocketUtilTestCase.java
deleted file mode 100644
index 1a5a769..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/SocketUtilTestCase.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import org.eclipse.wst.server.core.util.SocketUtil;
-
-import junit.framework.TestCase;
-
-public class SocketUtilTestCase extends TestCase {
- public void testFindUnusedPort() {
- int i = SocketUtil.findUnusedPort(22000, 22050);
- assertTrue(i != -1);
- }
-
- public void testIsLocalhost() {
- assertTrue(SocketUtil.isLocalhost("localhost"));
- }
-
- public void testIsLocalhost2() {
- assertTrue(SocketUtil.isLocalhost("127.0.0.1"));
- }
-
- public void testIsLocalhost3() {
- assertFalse(SocketUtil.isLocalhost(null));
- }
-
- public void testIsLocalhost4() {
- assertFalse(SocketUtil.isLocalhost("www.not-eclipse.com"));
- }
-
- public void testIsPortInUse() {
- assertFalse(SocketUtil.isPortInUse(22054));
- }
-
- public void testIsPortInUse2() {
- assertFalse(SocketUtil.isPortInUse(22054, 5));
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/StaticWebTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/StaticWebTestCase.java
deleted file mode 100644
index 97d85a4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/StaticWebTestCase.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import junit.framework.TestCase;
-import org.eclipse.wst.server.core.tests.impl.TestStaticWeb;
-import org.eclipse.wst.server.core.util.IStaticWeb;
-
-public class StaticWebTestCase extends TestCase {
- protected static IStaticWeb web;
-
- protected IStaticWeb getStaticWeb() {
- if (web == null) {
- web = new TestStaticWeb();
- }
- return web;
- }
-
- public void testGetContextRoot() {
- assertNull(getStaticWeb().getContextRoot());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/WebResourceTestCase.java b/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/WebResourceTestCase.java
deleted file mode 100644
index eb641e4..0000000
--- a/tests/org.eclipse.wst.server.core.tests/src/org/eclipse/wst/server/core/tests/util/WebResourceTestCase.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.core.tests.util;
-
-import junit.framework.TestCase;
-import org.eclipse.wst.server.core.util.WebResource;
-
-public class WebResourceTestCase extends TestCase {
- protected static WebResource web;
-
- protected WebResource getWebResource() {
- if (web == null) {
- web = new WebResource(null, null);
- }
- return web;
- }
-
- public void testGetModule() {
- assertNull(getWebResource().getModule());
- }
-
- public void testGetPath() {
- assertNull(getWebResource().getPath());
- }
-
- public void testToString() {
- getWebResource().toString();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.core.tests/test.xml b/tests/org.eclipse.wst.server.core.tests/test.xml
deleted file mode 100644
index 13a5c48..0000000
--- a/tests/org.eclipse.wst.server.core.tests/test.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.wst.server.core.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.wst.server.core.tests.AllTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.http.core.tests/.classpath b/tests/org.eclipse.wst.server.http.core.tests/.classpath
deleted file mode 100644
index 304e861..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.wst.server.http.core.tests/.cvsignore b/tests/org.eclipse.wst.server.http.core.tests/.cvsignore
deleted file mode 100644
index d468776..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-servertests.jar
-javaCompiler.tests.jar.args
diff --git a/tests/org.eclipse.wst.server.http.core.tests/.project b/tests/org.eclipse.wst.server.http.core.tests/.project
deleted file mode 100644
index 6807e82..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.server.http.core.tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index c0bf49d..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Tue Sep 18 13:57:41 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 5971278..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Feb 23 21:13:57 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.wst.server.http.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.server.http.core.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index ce1cc1e..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.wst.server.http.core.tests
-Bundle-SymbolicName: org.eclipse.wst.server.http.core.tests
-Bundle-Version: 1.0.100.qualifier
-Bundle-ClassPath: tests.jar
-Bundle-Activator: org.eclipse.wst.server.http.core.tests.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.wst.server.http.core.tests
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.eclipse.debug.core,
- org.junit;bundle-version="[3.8.0,4.0.0)",
- org.eclipse.wst.server.core,
- org.eclipse.wst.server.http.core
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/tests/org.eclipse.wst.server.http.core.tests/about.html b/tests/org.eclipse.wst.server.http.core.tests/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.wst.server.http.core.tests/build.properties b/tests/org.eclipse.wst.server.http.core.tests/build.properties
deleted file mode 100644
index 87402ec..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/build.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-source.tests.jar = src/
-output.tests.jar = bin/
-bin.includes = tests.jar,\
- testHOLD.xml,\
- META-INF/,\
- about.html
diff --git a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/AllTests.java b/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/AllTests.java
deleted file mode 100644
index 146a7ee..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/AllTests.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.http.core.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for org.eclipse.wtp.wst.server.http.core.tests");
- //$JUnit-BEGIN$
- suite.addTestSuite(ExistenceTest.class);
- suite.addTestSuite(CreationTestCase.class);
- //$JUnit-END$
- return suite;
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/CreationTestCase.java b/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/CreationTestCase.java
deleted file mode 100644
index ea5bfdd..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/CreationTestCase.java
+++ /dev/null
@@ -1,99 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.http.core.tests;
-
-import org.eclipse.core.runtime.NullProgressMonitor;
-
-import org.eclipse.wst.server.core.IRuntimeType;
-import org.eclipse.wst.server.core.IServer;
-import org.eclipse.wst.server.core.IServerType;
-import org.eclipse.wst.server.core.IServerWorkingCopy;
-import org.eclipse.wst.server.core.ServerCore;
-import org.eclipse.wst.server.http.core.internal.HttpServer;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-
-public class CreationTestCase extends TestCase {
- private static IServer server;
-
- public CreationTestCase() {
- super();
- }
-
- public static Test suite() {
- return new OrderedTestSuite(CreationTestCase.class);
- }
-
- public void test00CreateServer() throws Exception {
- // Find the v6 runtime that can be started (not stub).
- IRuntimeType runtimeType = ServerCore
- .findRuntimeType("com.ibm.etools.publishing.server.runtime");
- assertTrue("V6 runtime type is not found", runtimeType != null);
-
- // Find the V6 runtime location.
- // String userWasV6RuntimeLocation = System.getProperty("was.runtime.v6");
- // IPath runtimeLocation = userWasV6RuntimeLocation == null ?
- // WASRuntimeLocator.getRuntimeLocation(WASRuntimeLocator.BASE_V6) : new
- // Path(userWasV6RuntimeLocation);
- // assertTrue("Cannot find the runtime location", runtimeLocation !=
- // null);
-
- // Create the runtime
- // IRuntimeWorkingCopy curRuntimeWc = runtimeType.createRuntime(null);
- // ServerUtil.setRuntimeDefaultName(curRuntimeWc);
- // //curRuntimeWc.setLocation(runtimeLocation);
- // curRuntimeWc.save(null);
-
- // Get the created runtime.
- // IRuntime curRuntime = curRuntimeWc.getOriginal();
- // assertTrue("No created runtime is found.", curRuntime != null);
- //
-
- // Create the server.
- IServerType serverType = ServerCore.findServerType(HttpServer.ID);
- assertTrue(serverType != null);
-
- IServerWorkingCopy serverWc = null;
- serverWc = serverType.createServer("HTTP Server", null, new NullProgressMonitor());
- server = serverWc.save(true, null);
- assertNotNull(server);
- }
-
- public void test01DeleteServer() throws Exception {
- assertNotNull("Cannot delete server since no server is avaiable.", server);
- server.delete();
- }
-
- public void test02CreateServer() throws Exception {
- // Find the v6 runtime that can be started (not stub).
- IRuntimeType runtimeType = ServerCore
- .findRuntimeType("com.ibm.etools.publishing.static.server.runtime");
- assertTrue("V6 runtime type is not found", runtimeType != null);
-
- // Create the server.
- IServerType serverType = ServerCore
- .findServerType("com.ibm.etools.publishing.static.server");
- assertTrue("No Static server type has be defined.", serverType != null);
-
- IServerWorkingCopy serverWc = null;
- serverWc = serverType
- .createServer("Static Server", null, new NullProgressMonitor());
- server = serverWc.save(true, null);
-
- assertNotNull("The created server cannot be found.", server);
- }
-
- public void test03DeleteServer() throws Exception {
- assertNotNull("Cannot delete server since no server is avaiable.", server);
- server.delete();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/ExistenceTest.java b/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/ExistenceTest.java
deleted file mode 100644
index 3aee9a2..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/ExistenceTest.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.http.core.tests;
-
-import org.eclipse.wst.server.core.internal.ServerPlugin;
-
-import junit.framework.TestCase;
-
-public class ExistenceTest extends TestCase {
- public void testPluginExists() {
- assertNotNull(ServerPlugin.getInstance());
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/OrderedTestSuite.java b/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/OrderedTestSuite.java
deleted file mode 100644
index 87b5501..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/OrderedTestSuite.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.http.core.tests;
-
-import java.util.Enumeration;
-import java.util.Vector;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-public class OrderedTestSuite extends TestSuite {
- public OrderedTestSuite(Class theClass) {
- super(theClass);
- }
-
- @SuppressWarnings("unchecked")
- public Enumeration tests() {
- Enumeration<TestCase> enum2 = super.tests();
-
- Vector<TestCase> list = new Vector<TestCase>();
- while (enum2.hasMoreElements()) {
- list.add(enum2.nextElement());
- }
-
- int size = list.size();
- for (int i = 0; i < size - 1; i++) {
- for (int j = i + 1; j < size; j++) {
- TestCase t1 = list.get(i);
- TestCase t2 = list.get(j);
- if (t1.getName().compareTo(t2.getName()) > 0) {
- TestCase obj = list.get(i);
- list.set(i, list.get(j));
- list.set(j, obj);
- }
- }
- }
-
- return list.elements();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/TestsPlugin.java b/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/TestsPlugin.java
deleted file mode 100644
index d256ffb..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/src/org/eclipse/wst/server/http/core/tests/TestsPlugin.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.server.http.core.tests;
-
-import org.eclipse.core.runtime.Plugin;
-/**
- *
- */
-public class TestsPlugin extends Plugin {
- /**
- * The constructor.
- */
- public TestsPlugin() {
- super();
- }
-} \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.http.core.tests/testHOLD.xml b/tests/org.eclipse.wst.server.http.core.tests/testHOLD.xml
deleted file mode 100644
index 70d5822..0000000
--- a/tests/org.eclipse.wst.server.http.core.tests/testHOLD.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
- <echo message="basedir ${basedir}" />
- <echo message="eclipse place ${eclipse-home}" />
- <!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.wst.server.http.core.tests"/>
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="wst-folder" value="${eclipse-home}/wst_folder"/>
- <delete dir="${wst-folder}" quiet="true"/>
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${wst-folder}"/>
- <property name="plugin-name" value="${plugin-name}"/>
- <property name="classname" value="org.eclipse.wst.server.http.core.tests.AllTests" />
- <property name="plugin-path" value="${eclipse-home}/plugins/${plugin-name}"/>
- </ant>
- </target>
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file" value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project> \ No newline at end of file
diff --git a/tests/org.eclipse.wst.server.tests.performance/.classpath b/tests/org.eclipse.wst.server.tests.performance/.classpath
deleted file mode 100644
index 71fdc34..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="performance"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tests/org.eclipse.wst.server.tests.performance/.cvsignore b/tests/org.eclipse.wst.server.tests.performance/.cvsignore
deleted file mode 100644
index 2a456d1..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-build.xml
-temp.folder
-performance.jar
-javaCompiler.performance.jar.args
diff --git a/tests/org.eclipse.wst.server.tests.performance/.project b/tests/org.eclipse.wst.server.tests.performance/.project
deleted file mode 100644
index 6a1412e..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.server.tests.performance</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.pde.PluginNature</nature>
- </natures>
-</projectDescription>
diff --git a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.core.resources.prefs b/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index c8be432..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Nov 10 17:11:35 HST 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index e37ee94..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,74 +0,0 @@
-#Wed Aug 29 10:31:16 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=error
-org.eclipse.jdt.core.builder.invalidClasspath=abort
-org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=disabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=disabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=error
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=error
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.incompatibleJDKLevel=warning
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.ui.prefs b/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 4b42e46..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Feb 23 21:14:27 EST 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\n<templates/>
diff --git a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.pde.prefs b/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 08a60e5..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,14 +0,0 @@
-#Sat Apr 22 18:36:14 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=2
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/tests/org.eclipse.wst.server.tests.performance/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.server.tests.performance/META-INF/MANIFEST.MF
deleted file mode 100644
index 2ed3335..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,20 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.wst.server.tests.performance
-Bundle-SymbolicName: org.eclipse.wst.server.tests.performance
-Bundle-Version: 1.0.300.qualifier
-Bundle-ClassPath: performance.jar
-Bundle-Activator: org.eclipse.wst.server.tests.performance.TestsPlugin
-Bundle-Vendor: Eclipse.org
-Export-Package: org.eclipse.wst.server.tests.performance,
- org.eclipse.wst.server.tests.performance.common
-Require-Bundle: org.junit;bundle-version="[3.8.0,4.0.0)",
- org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.eclipse.test.performance,
- org.eclipse.wst.server.core,
- org.eclipse.wst.server.ui,
- org.eclipse.wst.server.ui.tests
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/tests/org.eclipse.wst.server.tests.performance/about.html b/tests/org.eclipse.wst.server.tests.performance/about.html
deleted file mode 100644
index 2199df3..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/about.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<HTML>
-
-<head>
-<title>About</title>
-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
-</head>
-
-<BODY lang="EN-US">
-
-<H3>About This Content</H3>
-
-<P>June, 2008</P>
-
-<H3>License</H3>
-
-<P>The Eclipse Foundation makes available all content in this plug-in
-("Content"). Unless otherwise indicated below, the Content is provided to you
-under the terms and conditions of the Eclipse Public License Version 1.0
-("EPL"). A copy of the EPL is available at
-<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
-For purposes of the EPL, "Program" will mean the Content.</P>
-
-<P>If you did not receive this Content directly from the Eclipse Foundation, the
-Content is being redistributed by another party ("Redistributor") and different
-terms and conditions may apply to your use of any object code in the Content.
-Check the Redistributor’s license that was provided with the Content. If no such
-license exists, contact the Redistributor. Unless otherwise indicated below, the
-terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at
-<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
-
-</BODY>
-</HTML>
diff --git a/tests/org.eclipse.wst.server.tests.performance/build.properties b/tests/org.eclipse.wst.server.tests.performance/build.properties
deleted file mode 100644
index 3c60123..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = performance.jar,\
- test.xml,\
- META-INF/,\
- about.html,\
- data/
-source.performance.jar = performance/
-output.performance.jar = bin/
diff --git a/tests/org.eclipse.wst.server.tests.performance/data/publish.xml b/tests/org.eclipse.wst.server.tests.performance/data/publish.xml
deleted file mode 100644
index c3db88b..0000000
--- a/tests/org.eclipse.wst.server.tests.performance/data/publish.xml
+++ /dev/null
@@ -1,32593 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<server>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016450001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902147549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902147549"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902147534"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902147534"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902147534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902147534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902147518"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902147518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902147518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902147502"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902147502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902147502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147502"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902147487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902147487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902147487"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902147487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902147471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902147471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902147471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902147471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902147455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902147455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902147455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902147440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902147424"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902147424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902147424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902147424"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147409"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902147409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902147409"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147393"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902147393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902147393"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902147377"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147377"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902147377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147362"/>
- <file name="abcdefghijklmno" stamp="1159902147362"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902147362"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147362"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902147330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902147315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902147315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902147315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902147315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902147299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902147299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902147299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902147299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902147284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902147284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902147284"/>
- <file name="abcdefghijklm" stamp="1159902147284"/>
- <file name="abcdefghijklmnop" stamp="1159902147284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902147268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902147252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902147252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902147252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902147252"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147237"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902147237"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902147237"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147221"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902147221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902147205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902147205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147205"/>
- <file name="abcdefghijklmnopq" stamp="1159902147205"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902147205"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902147190"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902147190"/>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902147190"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147190"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902147190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902147174"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902147174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902147174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902147174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902147159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902147159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902147143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902147143"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902147143"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147127"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902147127"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902147127"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147127"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147127"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902147112"/>
- <file name="abcdefghijklmnopqr" stamp="1159902147112"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147112"/>
- <file name="abcdefghijklm" stamp="1159902147112"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902147112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902147096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147096"/>
- <file name="abcdefghijklm" stamp="1159902147096"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902147096"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902147080"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902147080"/>
- <file name="abcdefghijklmnop" stamp="1159902147080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902147080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902147080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902147065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902147065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902147049"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902147049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902147049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902147049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902147049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902147034"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147034"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghij">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902147034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902147034"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902147018"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902147018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902147002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902147002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902147002"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902147002"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902146987"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902146987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902146987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902146971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146971"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146971"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902146971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902146955"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146955"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902146955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902146955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902146940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902146940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902146940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902146924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902146924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902146924"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902146924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902146909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902146909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146909"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902146909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902146893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902146893"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146893"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902146893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902146893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902146877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902146877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902146877"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902146877"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146877"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902146877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902146862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902146862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902146862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902146862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902146846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902146846"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902146846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902146830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902146830"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902146830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146830"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902146784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902146784"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902146705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902146705"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902146690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902146690"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902146690"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146674"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902146674"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902146674"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902146674"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146674"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902146659"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146659"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902146643"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902146643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902146627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902146627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902146627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902146612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902146612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902146612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902146596"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902146596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146596"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902146580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902146580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902146580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902146565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902146565"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902146549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146549"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902146549"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902146549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902146549"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902146534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902146518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902146518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902146518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902146502"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146502"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902146502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902146502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902146487"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146471"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902146471"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902146471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902146471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902146471"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146455"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902146455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902146455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902146455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902146377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146362"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902146362"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902146362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902146362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902146362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902146346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902146346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902146346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902146330"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcd">
- <file name="abcdefghijklmnopqr" stamp="1159902146330"/>
- <file name="abcdefghijklmnopq" stamp="1159902146330"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902146330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902146330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902146315"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146315"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146315"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902146315"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902146315"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902146315"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902146299"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902146299"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902146299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902146299"/>
- <file name="abcdefghijklmnopqr" stamp="1159902146299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902146284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902146284"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902146268"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902146268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146268"/>
- <file name="abcdefghijklm" stamp="1159902146268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902146252"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902146252"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902146252"/>
- <file name="abcdefghijklmnopq" stamp="1159902146237"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016448001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqr" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016448001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016448001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1128016448001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016448001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016448001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016448001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016448001"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016448001"/>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" module-type-id="jst.web" module-type-version="2.3" name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128087186001"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefg"/>
- <folder name="abc">
- <file name="abcdefghijkl" stamp="1128087186001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128087186001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128087186001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128087186001"/>
- <file name="abcdefghijklmno" stamp="1128087186001"/>
- <file name="abcdefgh" stamp="1128087186001"/>
- <file name="abcdefghijkl" stamp="1128087186001"/>
- <file name="abcdefghijklm" stamp="1128087186001"/>
- <file name="abcdefghijklmno" stamp="1128087186001"/>
- <file name="abcdefghij" stamp="1128087186001"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1128087186001"/>
- <file name="abcdefghijklmno" stamp="1128087186001"/>
- <file name="abcdefg" stamp="1128087186001"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghij" stamp="1159811349786"/>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvwxy">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016450001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqr" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902157784"/>
- <file name="abcdefghijklmno" stamp="1128016450001"/>
- <file name="abcdefghijklmno" stamp="1159902157784"/>
- <file name="abcdefghijklmno" stamp="1128016450001"/>
- <file name="abcdefghijklmno" stamp="1159902157784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902157784"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902157784"/>
- <file name="abcdefghijklmno" stamp="1128016450001"/>
- <file name="abcdefghijklmno" stamp="1159902157768"/>
- <file name="abcdefghijklmno" stamp="1128016450001"/>
- <file name="abcdefghijklmno" stamp="1159902157768"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902157768"/>
- <file name="abcdefghijklm" stamp="1128016450001"/>
- <file name="abcdefghijklm" stamp="1159902157768"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902157768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902157752"/>
- <file name="abcdefghijklm" stamp="1128016450001"/>
- <file name="abcdefghijklm" stamp="1159902157752"/>
- <file name="abcdefghijkl" stamp="1128016450001"/>
- <file name="abcdefghijkl" stamp="1159902157752"/>
- <file name="abcdefghijklmnopqr" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902157752"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902157737"/>
- <file name="abcdefghijklm" stamp="1128016450001"/>
- <file name="abcdefghijklm" stamp="1159902157737"/>
- <file name="abcdefghijklmnopq" stamp="1128016450001"/>
- <file name="abcdefghijklmnopq" stamp="1159902157737"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902157737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902157737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902157721"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmno" stamp="1128016450001"/>
- <file name="abcdefghijklmno" stamp="1159902157721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902157721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902157721"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902157721"/>
- <file name="abcdefghijklmn" stamp="1128016450001"/>
- <file name="abcdefghijklmn" stamp="1159902157705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902157705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902157705"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902157705"/>
- <file name="abcdefghijkl" stamp="1128016450001"/>
- <file name="abcdefghijkl" stamp="1159902157705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902157690"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902157690"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902157690"/>
- <file name="abcdefghijklmno" stamp="1128016450001"/>
- <file name="abcdefghijklmno" stamp="1159902157690"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902157674"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902157674"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016392001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefghijklmno">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1159902142580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902142565"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcde">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopq" stamp="1159902142565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902142549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902142549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902142549"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902142549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902142549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902142534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902142534"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902142534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902142534"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902142534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902142518"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902142518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902142518"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902142518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902142518"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902142502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902142502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902142502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902142502"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902142487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902142487"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902142487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902142487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902142471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902142471"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902142471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902142471"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnop" stamp="1159902142471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902142455"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902142455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902142455"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902142377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902142377"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902142377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902142362"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstu" stamp="1159902142362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902142362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902142346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902142346"/>
- <file name="abcdefghijklmnopqr" stamp="1159902142346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902142330"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902142330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902142330"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902142330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902142330"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902142299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902142299"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902142299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902142299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902142299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902142299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902142284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902142284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902142284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902142268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902142268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902142268"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqr" stamp="1159902142268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902142268"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902142252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902142252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016372001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016372001"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstu" stamp="1159902142252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902142237"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902142237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902142237"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902142237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902142237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902142221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902142221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902142221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902142221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902142221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902142205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902142205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902142205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902142205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902142205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902142190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902142190"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902142190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902142174"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902142174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902142174"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902142143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902142143"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902142127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902142112"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902142096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902142096"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902142096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902142096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902142080"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902142080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902142080"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902142080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902142080"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902142065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902142065"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902142065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902142049"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902142049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902142049"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902142034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902142034"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902142034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902142018"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902142018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902142018"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902142018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902141971"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902141862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902141862"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902141846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902141846"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902141830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902141815"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902141815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902141815"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902141799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902141799"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902141799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902141799"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902141784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902141752"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902141737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902141737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902141705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902141705"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefg">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnop" stamp="1159902141674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902141674"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902141659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902141659"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902141659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902141643"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902141643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902141627"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902141627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902141612"/>
- <file name="abcdefghijklmnop" stamp="1159902141612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902141612"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902141596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902141596"/>
- <file name="abcdefghijklm" stamp="1159902141596"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902141580"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstu" stamp="1159902141549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902141549"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1159902141549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902141549"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902141534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902141534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902141518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902141518"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902141518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902141518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902141502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902141502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902141502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902141487"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902141487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902141487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902141471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902141471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902141471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902141471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902141455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902141455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902141455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902141440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902141440"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1159902141440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902141440"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902141424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902141424"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902141424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902141424"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902141424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902141424"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902141409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902141409"/>
- <file name="abcdefghijklmnopq" stamp="1159902141393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902141393"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902141362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902141346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902141346"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902141346"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902141346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902141330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902141330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902141330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902141330"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghijk">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902141299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902141299"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902141315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902141315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902141315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902141315"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902140784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902140784"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902140768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902140768"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902141284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902141284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902141284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902141284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902141268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902141268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902141268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902141268"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902141268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902141268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902141221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902141221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902141221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902141221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902141221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902141205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902141205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902141205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902141190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902141190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902141190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902141190"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902141174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902141174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902141174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902141174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902141159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902141159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902141143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902141143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902141143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902141143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902141127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902141127"/>
- <file name="abcdefghijklmnop" stamp="1159902141127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902141127"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902141127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902141127"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902141112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902141112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902141112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902141096"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902141096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902141096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902140940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902140940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902140924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902140924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902140924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902140909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902140909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902140909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902140893"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902140877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902140877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902140862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902140862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902140846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902140846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902140846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902140846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902140830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902140830"/>
- <file name="abcdefghijklmno" stamp="1159902140830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902140830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902140815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902140784"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902140752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902140690"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902141690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902141690"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902140674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902140674"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902140674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902140674"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902140674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902140659"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902140659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902140659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902140643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902140643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902140643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902140643"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902140627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902140627"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902140627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902140627"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902140627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902140627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902140612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902140612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902140612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902140612"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902140596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902140596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902140596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902140596"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902140580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902140580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902140580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902140580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902140565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902140565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902140565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902140549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902140549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902140534"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902140534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902140534"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902140440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902140440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902140440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902140440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902140440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902140424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902140424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902140424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902140424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902140424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902140409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902140409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902140409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902140424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902140424"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902140534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902140518"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902140518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902140518"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902140502"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902140502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902140502"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902140502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902140487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902140487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902140487"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902140487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902140471"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902140471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902140471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902140455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902140455"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902140377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902140377"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016334001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abcdefgh">
- <folder name="abcdefg">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902084377"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902084315"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902084315"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghij">
- <folder name="abcde">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902084252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902084252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902084205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902084205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902084205"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902084299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902084284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902084284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902084268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902084252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902084252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902084252"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902084205"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902084299"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902084299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902084299"/>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcde">
- <file name="abcdefghijklmnopqrs" stamp="1159902084190"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902084190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902084174"/>
- </folder>
- <file name="abcdefghij" stamp="1159902084190"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902084190"/>
- <file name="abcdefghijklm" stamp="1159902084190"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902084143"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902084143"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902084143"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefg">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902084112"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902084127"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrs" stamp="1159902084112"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902084112"/>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902084049"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902084049"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902084096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902084096"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902084080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902084065"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902084065"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902084065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902084065"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902084034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902084034"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902084018"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902083971"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902083955"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902083955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902083955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902083940"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902083924"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902083924"/>
- </folder>
- <folder name="abcdef">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902083924"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902084393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902084393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902084393"/>
- <file name="abcdefghijklmnopqr" stamp="1159902084377"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvwxy">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016358001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902138112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902138112"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902138112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902138096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902138096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902138096"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrst" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902138080"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902138080"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902138080"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902138080"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902138080"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902138065"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902138065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902138065"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902138065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902138065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902138049"/>
- <file name="abcdefghijklm" stamp="1128016358001"/>
- <file name="abcdefghijklm" stamp="1159902138049"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902138049"/>
- <file name="abcdefghijklmnopq" stamp="1128016358001"/>
- <file name="abcdefghijklmnopq" stamp="1159902138049"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902138049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902138049"/>
- <file name="abcdefghijklmnopqr" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902138034"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902138034"/>
- <file name="abcdefghijklmnop" stamp="1128016358001"/>
- <file name="abcdefghijklmnop" stamp="1159902138034"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902138018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902138018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902138018"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902138018"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <file name="abcdefghijkl" stamp="1128016358001"/>
- <file name="abcdefghijkl" stamp="1159902138018"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijkl" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902138002"/>
- <file name="abcdefghijklmno" stamp="1128016358001"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902138002"/>
- <file name="abcdefghijklmno" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902138002"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902138002"/>
- <file name="abcdefghijklmno" stamp="1159902138002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902137987"/>
- <file name="abcdefghijklmnopqr" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902137987"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902137987"/>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902137987"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902137987"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902137971"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902137971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902137971"/>
- <file name="abcdefghijkl" stamp="1128016358001"/>
- <file name="abcdefghijkl" stamp="1159902137971"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902137955"/>
- <file name="abcdefghijklmnop" stamp="1128016358001"/>
- <file name="abcdefghijklmnop" stamp="1159902137955"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902137955"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902137955"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902137924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902137924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902137924"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902137909"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902137909"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuv">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016452001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902299580"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902299534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902299518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902299518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902299471"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902299471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902299455"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902299455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902299440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902299440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902299440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902299440"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902299424"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902299424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902299409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902299362"/>
- <file name="abcdefghijklmnopqr" stamp="1159902299362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902299346"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902299346"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902299346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902299284"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902299268"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" module-type-id="jst.ejb" module-type-version="2.0" name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016450001"/>
- <file name="abcdefghijk" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016450001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902166221"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902166205"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902166205"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902166205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902166190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902166190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016450001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902166190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902166190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902166174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902166174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902166159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902166143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016450001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902166143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902166127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902166127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902166127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902166127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902166112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902166112"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902166112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902166096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902166096"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902166096"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902166080"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902166080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902166080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902166080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902166080"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902166080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902166065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902166065"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902166065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902166065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902166065"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902166049"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902166049"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902166049"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902166049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902166034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902166034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902166034"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902166034"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902166018"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902166018"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902166018"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902166002"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902166002"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902166002"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902166002"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902165987"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902165987"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902165987"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902165987"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165971"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165955"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165955"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902165909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902165909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902165909"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902165909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902165909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902165893"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902165893"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902165893"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016450001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902165893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902165893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902165893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165877"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902165877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902165877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902165877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902165862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902165862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902165862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902165862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902165846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902165846"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902165846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902165846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902165846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902165830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902165830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902165830"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165830"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165815"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902165815"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902165815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902165815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902165815"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902165799"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902165799"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902165799"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165799"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902165784"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902165784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902165784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902165768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016450001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abc">
- <folder name="abcd">
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902165768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902165768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902165768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016450001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghij">
- <folder name="abcd">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklm" stamp="1128016370001"/>
- <file name="abcdefghijk" stamp="1128016370001"/>
- <file name="abcdefghijklm" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghij" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghij" stamp="1128016370001"/>
- <file name="abcdefghijklmnop" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016370001"/>
- <file name="abcdefghijklmnop" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmn" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmn" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqr" stamp="1128016370001"/>
- <file name="abcdefghijklm" stamp="1128016370001"/>
- <file name="abcdefghijklmn" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklm" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnop" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijklm" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijkl" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghi" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghi" stamp="1128016370001"/>
- <file name="abcdefghi" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmnop" stamp="1128016370001"/>
- <file name="abcdefghi" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016370001"/>
- <file name="abcdefghijklmn" stamp="1128016370001"/>
- <file name="abcdefghijklmno" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklm" stamp="1128016370001"/>
- <file name="abcdefghijklmn" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopq" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016370001"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmn" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmn" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuv" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1128016370001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016370001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1128016370001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016372001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefghijklmno">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902126315"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902126299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902126299"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902126299"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902126299"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902126299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902126284"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902126284"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklmn" stamp="1159902126284"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902126284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902126284"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902126284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902126268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902126268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902126268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902126268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902126268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902126268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902126252"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902126252"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902126252"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902126252"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902126237"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902126237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902126237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902126237"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902126221"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902126221"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902126221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902126221"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902126221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902126221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902126205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902126205"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902126205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902126205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902126190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902126190"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902126190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902126190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902126174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902126096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902126096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902126080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902126080"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstu" stamp="1159902126080"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902126080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902126065"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902126065"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902126065"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902126065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902126065"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902126049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902126049"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902126049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902126049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902126034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902126034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902126034"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902126018"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902126018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125924"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijkl">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902125909"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125909"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902125909"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902125893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125690"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902125690"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125674"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902125674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125659"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125659"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125659"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902125659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125643"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902125643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902125643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125627"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125627"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902125627"/>
- <file name="abcdefghijklmnopqr" stamp="1159902125627"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902125612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902125612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902125612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902125596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902125596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902125596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902125596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902125596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902125580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902125580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902125580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902125565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902125565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902125565"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902125565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902125565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902125549"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902125549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902125549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902125534"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902125534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902125534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125518"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902125518"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902125518"/>
- <file name="abcdefghijklmnopqr" stamp="1159902125518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902125518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902125502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902125502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902125502"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902125502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902125487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902125487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125487"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125487"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902125487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902125471"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902125455"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902125455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902125455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125455"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902125440"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902125440"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902125440"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125440"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902125424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902125409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902125409"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125409"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125409"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902125393"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902125393"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902125393"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125393"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902125377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902125377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902125377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902125377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902125362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902125362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902125346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902125315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902125315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902125299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902125299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902125299"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125299"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902125284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902125284"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopq" stamp="1159902125268"/>
- <file name="abcdefghijk" stamp="1159902125268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902125268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125252"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125252"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902125252"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902125252"/>
- <file name="abcdefghijklmnopq" stamp="1159902125237"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125237"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902125237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902125237"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902125237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902125221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902125221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902125221"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125205"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125205"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902125190"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902125190"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902125174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902125174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902125174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902125174"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902125174"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902125159"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902125143"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902125143"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902125143"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902125143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902125143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902125143"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902125127"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902125127"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902125112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902125096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902125096"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902125096"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902125096"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902125080"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902125080"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902125080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124955"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902124955"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902124940"/>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902124940"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124940"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902124940"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902124924"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902124924"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902124924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902124909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902124909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902124846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902124846"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902124846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124846"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902124846"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902124830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902124830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124830"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902124674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902124674"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902124674"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902124674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124674"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902124674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902124659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902124659"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902124659"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902124659"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902124643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902124643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902124643"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902124643"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902124643"/>
- <file name="abcdefghijklmnopqr" stamp="1159902124643"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghijklmno">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902124627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902124627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902124627"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902124627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902124627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902124612"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902124612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902124612"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902124612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902124596"/>
- <file name="abcdefghijklmnop" stamp="1159902124596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124580"/>
- <file name="abcdefghijklmnopqr" stamp="1159902124580"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902124487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902124487"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902124487"/>
- <file name="abcdefghijklm" stamp="1159902124471"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902124471"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902124471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902124471"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902124455"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902124455"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902124455"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902124440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902124440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902124440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902124440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902124424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902124424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902124424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902124424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902124409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902124409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902124409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902124409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902124393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902124393"/>
- <file name="abcdefghijklmnopq" stamp="1159902124393"/>
- <file name="abcdefghijklmnopq" stamp="1159902124393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902124393"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902124377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902124377"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902124377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902124377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902124377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902124362"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902124362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902124362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902124362"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902124362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902124346"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902124346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124346"/>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902124330"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902124330"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902124330"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902124330"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902124330"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902124315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124315"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902124315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902124315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902124315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902124284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902124284"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902124268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902124268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902124268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902124252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902124252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902124237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902124237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902124237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902124237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902124221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902124221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902124221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902124221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902124221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902124205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902124205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902124159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902123893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902123877"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902123877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902123877"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902123752"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902123752"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902123737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902123737"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902123737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902123737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902123690"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902123690"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902123674"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902123674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123674"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902123674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902123674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902123659"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902123659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902123659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902123643"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902123643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902123643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902123643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902123627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902123627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902123627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902123627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902123612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902123612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123612"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrst" stamp="1159902123612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123596"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902123596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123596"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902123596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902123580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902123580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902123565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902123565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902123565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902123565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902123565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123549"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902123549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902123549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902123549"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902123549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902123549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123534"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902123534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902123534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902123534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902123518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902123518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123518"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902123518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123487"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902123487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902123487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902123487"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902123471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902123455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902123455"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902123455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902123440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902123440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902123440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902123424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902123424"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902123424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902123409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902123409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902123409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902123409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902123393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902123393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902123393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902123377"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902123377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902123362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902123362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902123362"/>
- <file name="abcdefghijklmno" stamp="1159902123362"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902123346"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902123346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902123346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123346"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902123330"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902123330"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902123330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902123330"/>
- <file name="abcdefghijklmnop" stamp="1159902123330"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902123315"/>
- </folder>
- <folder name="abcdef">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902123315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902123315"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902123315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123315"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902123315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902123299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123299"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123299"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902123299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902123143"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstu" stamp="1159902123143"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902123143"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902123143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902123127"/>
- <file name="abcdefghijklmnopqr" stamp="1159902123127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902123112"/>
- <file name="abcdefghijklmnopq" stamp="1159902123096"/>
- <file name="abcdefghijklmn" stamp="1159902123096"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902123096"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902123018"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902123018"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902123002"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abcdef">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902122659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902122643"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902123002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902123002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902122877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902122877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902122877"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902122877"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902122862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902122862"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902122862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902122862"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902122721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902122705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902122705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902122705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902122690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902122690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902122690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902122674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902122674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902122674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902122674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902122659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902122659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902122659"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902122643"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902122643"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdef">
- <file name="abcdefghijklmnopq" stamp="1159902122643"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902122643"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902122643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902122627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902122627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902122627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902122627"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902122627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902122612"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902122596"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902122596"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902122596"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902122596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902122580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902122580"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902122580"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902122565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902122565"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1159811291173"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghij">
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902401925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902401910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902401941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902401941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902401956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902401956"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902401847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902401847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902401847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902401863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902401863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902401863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902401863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902401878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902401878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902401878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902401878"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902402081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902402081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902402081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902402081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902402081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902402081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902402081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902402081"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902402003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902402003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902402003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902401988"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902401988"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902402910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902402925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902402910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902403019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902403019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902404035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902404097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902404035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902404097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902404097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902404035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902404035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902404035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902404035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902404081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902404066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902404050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902404097"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902404113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902404206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902404191"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902402144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902402128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902402175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902402175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902402175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902402175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902402285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902402410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902402285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902402285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902402331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902402300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902402363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902402378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902402394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902402347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902402316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902402410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902402410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902402410"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902402410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902402456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902402441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902402441"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijklmno">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902404316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902404316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902404331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902404331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902404363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902404347"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902404222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902404222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902404222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902404222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902404238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902404238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902404238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902404238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902404253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902404253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902404253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902404253"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902404410"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902404410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902404456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902404425"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902404472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902404472"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902404363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902404363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902404363"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902404363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902404378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902404378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902404378"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902404378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902404394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902404394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902404394"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902404394"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcd">
- <file name="abcdefghijklmn" stamp="1159902404706"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902404706"/>
- <file name="abcdefghijklmnop" stamp="1159902404769"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902404785"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902404816"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902404988"/>
- <file name="abcdefghijklmno" stamp="1159902405035"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902405081"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159902404488"/>
- <file name="abcdefghij" stamp="1159902404488"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902404488"/>
- <file name="abcdefghijklmnop" stamp="1159902404488"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902404503"/>
- <file name="abcdefghijkl" stamp="1159902404503"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902404503"/>
- <file name="abcdefghijklmnopq" stamp="1159902404503"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902404519"/>
- <file name="abcdefghijklmno" stamp="1159902404535"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902404535"/>
- <file name="abcdefghijklmnopq" stamp="1159902404535"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902404550"/>
- <file name="abcdefghijk" stamp="1159902404550"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902404550"/>
- <file name="abcdefghijklmnopq" stamp="1159902404566"/>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902405191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902405191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902405206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902405206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902405222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902405222"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902405097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902405097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902405097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902405097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902405113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902405097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902405113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902405113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902405113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902405113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902405113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902405113"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghij">
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902405456"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902405456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902405472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902405472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902405769"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902405769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902405785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902405785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902405816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902405831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902405831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902405831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902406253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902406253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902406269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902406269"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902405238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902405238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902405238"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902405238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902405253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902405253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902405253"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902405253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902405300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902405300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902405300"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902405300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902405316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902405316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902405316"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902405316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902405316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902405316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902405331"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902405331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902405331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902405331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902405331"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902405331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902405363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902405363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902405363"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902405363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902405378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902405378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902405378"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902405378"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefg">
- <folder name="abcdefghij">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902406285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902406285"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902406269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902406269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902406269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902406269"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghij">
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902406394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902406394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902406410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902406410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902406425"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902406425"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902406300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902406300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902406300"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902406300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902406316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902406316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902406316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902406316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902406316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902406316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902406331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902406331"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902406488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902406503"/>
- <file name="abcdefghijklmnopq" stamp="1159902406535"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902406550"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902406566"/>
- <file name="abcdefghijklmnopq" stamp="1159902406581"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902406597"/>
- <file name="abcdefghijklmn" stamp="1159902406613"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902406628"/>
- <file name="abcdefghijklmno" stamp="1159902406644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902406660"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902406691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902406706"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902406722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902406738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902406769"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902406769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902406785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902406800"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902406816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902406831"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902406831"/>
- <file name="abcdefghijklmno" stamp="1159902406847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902406847"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902406878"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902406878"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902406894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902406925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902406956"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902406956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902406956"/>
- <file name="abcdefghijklmnopqr" stamp="1159902406972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902406988"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902406972"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902407003"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902407019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902407050"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902407081"/>
- <file name="abcdefghijklmno" stamp="1159902407097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902407113"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902407191"/>
- <file name="abcdefghijklmnop" stamp="1159902407238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902407269"/>
- <file name="abcdefghijklmnopq" stamp="1159902407316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902407472"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902407456"/>
- <file name="abcdefghijklmn" stamp="1159902407503"/>
- <file name="abcdefghijklmnopqr" stamp="1159902407519"/>
- <file name="abcdefghijklmno" stamp="1159902407550"/>
- <file name="abcdefghijklmnopq" stamp="1159902407613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902407660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902407753"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902407753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902407831"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902407863"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902407878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902407941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902407941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902408816"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902408831"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902408878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902408878"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902408894"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902408910"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902408925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902408925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902408941"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902408956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902408988"/>
- <file name="abcdefghijklmnop" stamp="1159902409003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902409019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902409035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902409066"/>
- <file name="abcdefghijklmno" stamp="1159902409066"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902409081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409081"/>
- <file name="abcdefghijklmnopq" stamp="1159902409113"/>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghijklmno">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902409191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409191"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902409128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902409128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902409113"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902409113"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902409347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902409363"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902409363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902409456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409456"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902409456"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902409456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902409472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902409472"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902409488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902409488"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902409488"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902409503"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902409503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902409503"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902409191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902409191"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902409191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902409206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902409206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902409206"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902409206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902409222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902409222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902409222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902409222"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902409238"/>
- <file name="abcdefghijklmnopqr" stamp="1159902409238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902409238"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902409253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902409253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902409253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902409253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902409253"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902409269"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902409269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902409269"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902409269"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902409285"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902409285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409285"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902409285"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902409300"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902409300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902409300"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902409300"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902409550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902409550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902409550"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902409519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902409519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902409519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902409519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902409519"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409660"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902409628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409691"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902409691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409706"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902409706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409785"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902409785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409800"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902409800"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902409566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409566"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902409566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902409581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409581"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902409581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902409597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409581"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902409597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902409613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409597"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902409597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902409613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902409613"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902409613"/>
- </folder>
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902409972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902410066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902410066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902410222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902410222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902410238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902410238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902410253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902410253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902410285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902410285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902410331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902410316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902410347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902410378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902410394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902410394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902410488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902410488"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902409816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902409816"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902409816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902409831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902409831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902409831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902409831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902409863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902409863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902409847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902409863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902409863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902409863"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902409863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902409878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902409878"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902409878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902409894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902409894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902409894"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902409894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902409910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902409910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902409910"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902409910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902409925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902409910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902409925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902409925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902409925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902409925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902409925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902409925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902409956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902409941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902409941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902409941"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902410769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902410769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902410769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902410785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902410785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902410785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902410816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902410816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902410816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902410847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902410847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902410847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902410847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902410847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902410847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902410878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902410863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902410863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902410894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902410894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902410894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902410910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902410910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902410910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902410910"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902410503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902410503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902410503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902410503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902410503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902410503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902410519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902410519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902410519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902410519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902410519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902410519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902410535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902410535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902410535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902410535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902410535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902410535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902410660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902410660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902410660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902410660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902410675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902410691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902410706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902410706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902410706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902410706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902410691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902410691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902410722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902410722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902410722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902410722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902410722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902410722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902410722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902410738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902410753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902410738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902410738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902410738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902410738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902410738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902410738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902410753"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902410941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902410941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902410956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902410956"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902410925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902410925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902410925"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902410925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902410941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902410941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902410941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902410941"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902411175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902411222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902411175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902411191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902411222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902411206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411238"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902411222"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902411035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902411035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902410988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902411019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902411003"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902411035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902411050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902411050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902411050"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902411050"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902411050"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902411363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902411363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902411378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902411378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902411425"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411425"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902411456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902411472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902411472"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902411253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902411238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902411238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902411253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902411253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902411253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902411269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902411269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902411269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902411269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902411285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902411285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902411285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902411285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902411300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902411300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902411300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902411300"/>
- </folder>
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902414253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902414253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902414253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902414253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902414253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902414269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902414269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902414269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902414269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902414300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902414378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902414378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902414378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902414378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902414378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902414331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902414472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902414488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902414519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902414519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902414519"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902414519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902414535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902414535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902414550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902414550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902414628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902414597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902414597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902414597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902414613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902414660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902414660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902414675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902414675"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902414675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902414722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902414722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902414738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902414738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902414753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902414753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902414785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902414816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902414816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902414816"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902414816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902414863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902414878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902414863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902414863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902416300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902416035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902416175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902416175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902416175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902416175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902416175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902416003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902416285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902416003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902416019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902416253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902416175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902416238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902416206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902416269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902416191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902416222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902417050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902417050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902417050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902416941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902417050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902417050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902416972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902416956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902417050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902417035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902416941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902417003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902416988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902417019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902417081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902417113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902417113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902417113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902417097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902417113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902417128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902417128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902417128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902417144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902417144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902417144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902417144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902417285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902417285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902417300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902417300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902417300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902417300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902417300"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902417300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902417331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902417331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902417316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902417316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902417331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902417316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902417363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902417378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902417378"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902411488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902411488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902411503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902411488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902411503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902411503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902411503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902411503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902411519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902411535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902411550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902411550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902411550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902411550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902411566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902411613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902411613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902411613"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902411597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902411691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902411738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902411753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902411769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902411785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902411785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902411785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902411800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902411800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902411800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902411941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902411941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902411941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902411956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902411941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902411878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902411847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902411863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902411956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902411972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902411956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902411956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902411972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902411988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902412003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902412003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902412003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902412003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902412019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902412019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902412019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902412019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902412035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902412035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902412035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902412035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902412050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902412050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902412050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902412050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902412050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902412066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902412113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902412113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902412097"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902412113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902412316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902412316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902412269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902412316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902412269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902412316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902412269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902412316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902412316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902412316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902412300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902412285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902413160"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902412878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902413160"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413160"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902412878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902412878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902412878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902412941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902413019"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902413175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413081"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902413113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413160"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902412956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413160"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902412910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902413050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902413144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902412988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413003"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902412972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902412925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902413035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902413128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902413206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902412894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902413628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902413628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902413722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902413691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902413785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902413753"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902413847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902413831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902413660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902413738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902413816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902413910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902413910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902413878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902413894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902413941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902413941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902413941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902413941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902413925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902413956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902413956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902413956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902413956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902413956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902413972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902413972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902413972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902413972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902413988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902413988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902413972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902413988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902414113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902414097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902414113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902414113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902414144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902414144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902414144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902414144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902414144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902414128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902414160"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902414175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902414160"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902414206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902414206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902414238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902414238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902414238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902414206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnop" stamp="1159902414206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902414238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902414206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902414206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902414238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902414222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902414206"/>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902417456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902417644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902417456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902417456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902417613"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902417425"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902417425"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902417410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902417410"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzA">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902417691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902417691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902417691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902417691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902417691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902417691"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902417660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902417675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902417675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902417675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902417675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902417675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902417660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902417660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902417660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902417660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902417675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902417660"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902417660"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzAB">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902417738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902417738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902417738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902417738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902417738"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902417722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902417722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902417706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902417722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902417722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902417722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417722"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902417706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902417706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902417722"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902417722"/>
- </folder>
- </folder>
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902418410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902418394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902418441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902418441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902418441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902418441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902418456"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902418488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902418488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902418488"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417941"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417894"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902417878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902417847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902417910"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902417925"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902417972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902417956"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902417972"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902417988"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902417988"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902418535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902418535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902418535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902418535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902418535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902418535"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902418519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902418519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902418519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902418503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902418519"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902418503"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902418581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902418581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902418581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902418581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902418581"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902418550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902418566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902418566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902418550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902418566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902418566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902418550"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902418550"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902418550"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopq" stamp="1159902418878"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902419050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902419050"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902419035"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902419644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902419691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902419644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902419644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902419691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902419691"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902419644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902419675"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902419644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902419660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902419644"/>
- <file name="abcdefghijklmn" stamp="1159902419691"/>
- <file name="abcdefghijklmnopq" stamp="1159902419706"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159902418597"/>
- <file name="abcdefghijklm" stamp="1159902418597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902418660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902418660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902418660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902418660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902418660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902418628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902418660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902418628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902418628"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902418628"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902418644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmn" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902418847"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902418769"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902418816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902418831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902418800"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902418785"/>
- <file name="abcdefghijklmnopqr" stamp="1159902418863"/>
- <file name="abcdefghij" stamp="1159902418863"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902418863"/>
- <file name="abcdefghijklm" stamp="1159902418863"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcde">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902419722"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902419722"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902419706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902419706"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902419706"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902419706"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopq" stamp="1159902419847"/>
- <file name="abcdefghijklmn" stamp="1159902419863"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvw" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902420285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902420285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902420269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902420285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902420285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902420269"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159902419738"/>
- <file name="abcdefghijklm" stamp="1159902419738"/>
- <file name="abcdefghijklmnopqr" stamp="1159902419738"/>
- <file name="abcdefghij" stamp="1159902419738"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902419816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxy" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghi" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902419816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqr" stamp="1159902419816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902419816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902419816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902419816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstu" stamp="1159902419800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902419816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902419785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902419816"/>
- </folder>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902401050"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401050"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401050"/>
- <file name="abcdefghijklm" stamp="1159902401066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902401066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902401066"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902401081"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902401081"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401081"/>
- <file name="abcdefghijklm" stamp="1159902401081"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401097"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401097"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902401097"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902401097"/>
- <file name="abcdefghijklmnopqr" stamp="1159902401113"/>
- <file name="abcdefghij" stamp="1159902401113"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902401113"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401113"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401128"/>
- <file name="abcdefghijk" stamp="1159902401128"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902401144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401144"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401144"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401144"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902401160"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902401160"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401175"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401175"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902401175"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902401191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902401191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902401191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401191"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902401206"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902401206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902401206"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401222"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902401222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902401222"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902401238"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401238"/>
- <file name="abcdefghijk" stamp="1159902401238"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902401253"/>
- <file name="abcdefghijklmno" stamp="1159902401253"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902401253"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902401253"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902401269"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902401269"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902401269"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401269"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902401285"/>
- <file name="abcdefghijklmnop" stamp="1159902401285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902401285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902401285"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902401300"/>
- <file name="abcdefghijklmn" stamp="1159902401300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902401300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902401316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902401300"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902401316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902401316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902401331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902401331"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902401331"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401331"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401347"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401347"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902401347"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902401347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902401363"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902401363"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902401378"/>
- <file name="abcdefghijklmnopq" stamp="1159902401378"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401378"/>
- <file name="abcdefghijk" stamp="1159902401378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902401394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401394"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902401394"/>
- <file name="abcdefghijkl" stamp="1159902401394"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902401410"/>
- <file name="abcdefghijklmnopqr" stamp="1159902401410"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902401410"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902401410"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401425"/>
- <file name="abcdefghijklm" stamp="1159902401425"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902401441"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401441"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902401441"/>
- <file name="abcdefghijklmnopqr" stamp="1159902401441"/>
- <file name="abcdefghij" stamp="1159902401441"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902401456"/>
- <file name="abcdefghijklmn" stamp="1159902401456"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401472"/>
- <file name="abcdefghijk" stamp="1159902401456"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401472"/>
- <file name="abcdefghijklm" stamp="1159902401472"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902401488"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401488"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902401488"/>
- <file name="abcdefghijklmnopq" stamp="1159902401488"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902401503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902401503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902401503"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902401503"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902401519"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902401519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902401519"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401519"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902401535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902401535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902401535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902401535"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902401550"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902401550"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902401566"/>
- <file name="abcdefghijklmnopq" stamp="1159902401566"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902401581"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902401581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902401581"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902401581"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902401597"/>
- <file name="abcdefghijklmnopqr" stamp="1159902401597"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401597"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401597"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902401613"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902401613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902401613"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902401613"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902401628"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902401628"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902401644"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902401644"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902401644"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902401644"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902401660"/>
- <file name="abcdefghijkl" stamp="1159902401660"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902401785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902401785"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902401800"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902401800"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902401816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902401816"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902401816"/>
- <file name="abcdefghijk" stamp="1159902401816"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401816"/>
- <file name="abcdefghijklm" stamp="1159902401816"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902401831"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902401831"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902401831"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902401831"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdef">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <file name="abcdefghijklmnopqrstuv" stamp="1159901915705"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902420285"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996267"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995314"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901995345"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901994986"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901995345"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995720"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995689"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997064"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995720"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996470"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901994986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901994579"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901994642"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901994642"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995095"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995111"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997064"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995720"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996439"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996861"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901996376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901996548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996517"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901996517"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996517"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901996517"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901995048"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995283"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996439"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995689"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996533"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996908"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996361"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996345"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996626"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996783"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996548"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996548"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997376"/>
- <file name="abcdefghijklmnop" stamp="1159901995064"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901996814"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901995767"/>
- <file name="abcdefghijklmnop" stamp="1159901994689"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997439"/>
- <file name="abcdefghijklmno" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995111"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996236"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901995908"/>
- <file name="abcdefghijklmnopq" stamp="1159901995048"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901994689"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996470"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996908"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996892"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995454"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995454"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901996970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901996079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901996079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995126"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996314"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996329"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996970"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995126"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159901995126"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995158"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996329"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997392"/>
- <file name="abcdefghijklmnopq" stamp="1159901995001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901995158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995064"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996533"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996517"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996517"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996564"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996564"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901996798"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901996783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995298"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901996579"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901996564"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901997001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901997001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159901995423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159901997048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901997048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159901995470"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901995470"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996579"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901997220"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901995329"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997095"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996579"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901996579"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901995079"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996876"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996470"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996892"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995095"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901995033"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996189"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995048"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997189"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996454"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159901996064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901996064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995689"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901995689"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995329"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996876"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996329"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996329"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901996298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995236"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996533"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996548"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996501"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995454"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996626"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996626"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996501"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995470"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996033"/>
- <file name="abcdefghijklmnopq" stamp="1159901995298"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995236"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901995470"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901995658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901995658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159901996970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901996970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995689"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996329"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996470"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996501"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996517"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996314"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996079"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996064"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996892"/>
- <file name="abcdefghijklmnopqr" stamp="1159901994673"/>
- <file name="abcdefghijklmnopq" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901996814"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996876"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqr" stamp="1159901995033"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995267"/>
- <file name="abcdefghi" stamp="1159901997501"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996454"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901994689"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996814"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996876"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996939"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996189"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901996908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996939"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901995064"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997064"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996423"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996423"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997064"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996454"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995236"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901995876"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996173"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996861"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996861"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996861"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996876"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996908"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901995392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995642"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996798"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996798"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997423"/>
- <file name="abcdefghijklmnop" stamp="1159901995345"/>
- <file name="abcdefghijklmnop" stamp="1159901995329"/>
- <file name="abcdefghijklmnop" stamp="1159901994986"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901996158"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901995392"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901996908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901995673"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901996439"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901995251"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901995673"/>
- <file name="abcdefghijklmnop" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901994939"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995658"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901994939"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996939"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995251"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996236"/>
- <file name="abcdefghijklmnopq" stamp="1159901995111"/>
- <file name="abcdefghijklmnopq" stamp="1159901994954"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901996548"/>
- <file name="abcdefghijklmnop" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901995095"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159901996158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901996142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996908"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995986"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901994970"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996439"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995079"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995673"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995095"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995454"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901995454"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995251"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901994986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901995111"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995673"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996423"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995845"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901995720"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996876"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901996173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995251"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997095"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997111"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901995876"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901997142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159901997142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995298"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901995329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995126"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901996814"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159901996861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996939"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995470"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995470"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996470"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996470"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159901996423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901996408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996236"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996064"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995673"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996423"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996939"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996376"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997267"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995454"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996501"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995689"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996970"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995876"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901995548"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901996189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997158"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995658"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995642"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997376"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901994579"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901997142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995673"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995673"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901995033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901996439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995689"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995408"/>
- <file name="abcdefghijklmnopqr" stamp="1159901995001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901997001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159901995267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159901995267"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995673"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901996970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996923"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901995126"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901996361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901996361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995814"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901997361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901995923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997314"/>
- <file name="abcdefghijklmnopq" stamp="1159901995111"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995470"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901996954"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901996986"/>
- <file name="abcdefghijklmnopqr" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996486"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997408"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996611"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995454"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901995439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901996595"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995829"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901996501"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901997142"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159901995783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901996376"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996376"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901996892"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901996892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901996798"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901996814"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901996423"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901996423"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997392"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901995017"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901995283"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901995361"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995283"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997079"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901995751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901995954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901995939"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901995908"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997283"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <file name="abcdefghijklmnopqrstuv" stamp="1159901915705"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <file name="abcdefghijklmnopqrstuv" stamp="1159901915534"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901998017"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998017"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmn" stamp="1159901997923"/>
- <file name="abcdefghijklmnop" stamp="1159901997939"/>
- <file name="abcdefghijklmn" stamp="1159901997939"/>
- <file name="abcdefghijklmnop" stamp="1159901997861"/>
- <file name="abcdefghijklmno" stamp="1159901997939"/>
- <file name="abcdefghijklmnopq" stamp="1159901997861"/>
- <file name="abcdefghijklmnop" stamp="1159901997798"/>
- <file name="abcdefghijklmnopqr" stamp="1159901997939"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopq" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997876"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901997798"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopq" stamp="1159901997845"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopqr" stamp="1159901997501"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopq" stamp="1159901997923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopq" stamp="1159901997845"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopqrstu" stamp="1159901997876"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997783"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997861"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopqr" stamp="1159901997923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997861"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU">
- <file name="abcdefghijklmnopqr" stamp="1159901997845"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV">
- <file name="abcdefghijklmnopq" stamp="1159901998017"/>
- <file name="abcdefghijklmnopqr" stamp="1159901997845"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997861"/>
- <file name="abcdefghijkl" stamp="1159901997501"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997939"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01">
- <file name="abcdefghijklm" stamp="1159901997923"/>
- <file name="abcdefghijklmnop" stamp="1159901997939"/>
- <file name="abcdefghijklmnopq" stamp="1159901997923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678">
- <file name="abcdefghijklmno" stamp="1159901997923"/>
- <file name="abcdefghijklmn" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901997939"/>
- <file name="abcdefgh" stamp="1159901997939"/>
- <file name="abcdefghijklmn" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998017"/>
- <file name="abcdefghij" stamp="1159901997939"/>
- <file name="abcdefghijklmno" stamp="1159901997939"/>
- <file name="abcdefghi" stamp="1159901997798"/>
- <file name="abcdefghijklm" stamp="1159901997798"/>
- <file name="abcdefghi" stamp="1159901997939"/>
- <file name="abcdefghijklmno" stamp="1159901997861"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghijklmnopqrs" stamp="1159901997939"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghijkl" stamp="1159901997783"/>
- <file name="abcdefghijkl" stamp="1159901997861"/>
- <file name="abcdefghijkl" stamp="1159901997923"/>
- <file name="abcdefghijkl" stamp="1159901997798"/>
- <file name="abcdefghijkl" stamp="1159901997861"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghijklmno" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998017"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997861"/>
- <file name="abcdefghijklmno" stamp="1159901997939"/>
- <file name="abcdefghijklmno" stamp="1159901997845"/>
- <file name="abcdefghijklmnop" stamp="1159901997861"/>
- <file name="abcdefghijklmnopq" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997783"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997501"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997876"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997845"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997501"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997861"/>
- <file name="abcdefghijklmnopq" stamp="1159901997923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678">
- <file name="abcdefghijklmnopqr" stamp="1159901997501"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901997783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901998017"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997783"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghijklmnopqrst" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997861"/>
- <file name="abcdefghijklmnopq" stamp="1159901997501"/>
- <file name="abcdefghijklmnopqr" stamp="1159901997783"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997939"/>
- <file name="abcdefghijklm" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997845"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901998017"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901997783"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901997939"/>
- <file name="abcdefghijklmn" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997845"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997923"/>
- <file name="abcdefghijklm" stamp="1159901997861"/>
- <file name="abcdefghijklmn" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqr" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901998017"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901998017"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997845"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901997845"/>
- <file name="abcdefghijk" stamp="1159901997939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997923"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901997923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901997798"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901997798"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901997939"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123">
- <file name="abcdefghijklmn" stamp="1159901997939"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789">
- <file name="abcdefghijklmnopqrstu" stamp="1159901997923"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000720"/>
- </folder>
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000767"/>
- </folder>
- <folder name="abcdefghijklmnopq">
- <file name="abcdefghijk" stamp="1159902000767"/>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000720"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnop" stamp="1159902000767"/>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghij">
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxy">
- <file name="abcdefghijklmnopqrstu" stamp="1159902000361"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901999876"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902000033"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901998845"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999048"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijkl">
- <folder name="abcdefghijk">
- <file name="abcdefghijklm" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001954"/>
- <file name="abcdefghi" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001954"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1159902001626"/>
- </folder>
- <file name="abcdefghijklmnop" stamp="1159902000876"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159901999970"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901998970"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL">
- <folder name="abcdefghijklmnopqrstuvwxyzABCD">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrs" stamp="1159902001783"/>
- </folder>
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrst" stamp="1159902001783"/>
- </folder>
- <file name="abcdefghijkl" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001204"/>
- <file name="abcdefghijklm" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001204"/>
- <file name="abcdefgh" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001204"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902000345"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABC">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902000033"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqr" stamp="1159902001876"/>
- <file name="abcdefgh" stamp="1159902001876"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrs" stamp="1159902001876"/>
- </folder>
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrst" stamp="1159902001876"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijk" stamp="1159902001783"/>
- <file name="abcdefghijkl" stamp="1159902001783"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijk" stamp="1159902001783"/>
- <file name="abcdefghijk" stamp="1159902001783"/>
- <file name="abcdefghijk" stamp="1159902001783"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnop" stamp="1159902001876"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1159902001423"/>
- <file name="abcdefghijkl" stamp="1159902001423"/>
- <file name="abcdefghijk" stamp="1159902001423"/>
- <file name="abcdefghijklmn" stamp="1159902001439"/>
- <file name="abcdefghijk" stamp="1159902001439"/>
- <file name="abcdefghijkl" stamp="1159902001423"/>
- <file name="abcdefghij" stamp="1159902001423"/>
- <file name="abcdefghijklm" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001423"/>
- <file name="abcdefghijklm" stamp="1159902001439"/>
- <file name="abcdefghijklmn" stamp="1159902001439"/>
- <file name="abcdefgh" stamp="1159902001423"/>
- <file name="abcdefghijklmnopq" stamp="1159902001439"/>
- <file name="abcdefghijkl" stamp="1159902001439"/>
- <file name="abcdefghijklmnopq" stamp="1159902001423"/>
- <file name="abcdefghijklmn" stamp="1159902001423"/>
- <file name="abcdefghijkl" stamp="1159902001439"/>
- <file name="abcdefghij" stamp="1159902001423"/>
- <file name="abcdefghijklmnop" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001423"/>
- <file name="abcdefghijkl" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001439"/>
- <file name="abcdefghi" stamp="1159902001423"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902000579"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijkl" stamp="1159901999783"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <folder name="abcdefghijklmnopqrstuvw">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902001345"/>
- <file name="abcdefghijklm" stamp="1159902001345"/>
- <file name="abcdefghij" stamp="1159902001345"/>
- <file name="abcdefghijklmnop" stamp="1159902001345"/>
- <file name="abcdefghij" stamp="1159902001345"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902000423"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901999173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901998829"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901999236"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijklmno">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzABC">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902000626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHI">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902000173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902000673"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901999173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159901999736"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcdefghijklmnopq">
- <file name="abcdefghijklm" stamp="1159902000392"/>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmnop" stamp="1159902000626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopq" stamp="1159902000392"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159901999204"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999204"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <file name="abcdefgh" stamp="1159901999751"/>
- <file name="abcdefghijklmn" stamp="1159901999751"/>
- <file name="abcdefghij" stamp="1159901999751"/>
- <file name="abcdefghijklmno" stamp="1159901999751"/>
- <file name="abcdefghijklm" stamp="1159901999751"/>
- <file name="abcdefghijklmno" stamp="1159901999751"/>
- <file name="abcdefghi" stamp="1159901999751"/>
- <file name="abcdefghijklmno" stamp="1159901999751"/>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902000423"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902000517"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902000517"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901999220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901999579"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghij">
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcdefghijklmnopqr">
- <file name="abcdefghijklmn" stamp="1159902000408"/>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmnop" stamp="1159902000626"/>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <file name="abcdefghijklmn" stamp="1159902000579"/>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmnop" stamp="1159902000095"/>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmno" stamp="1159902000533"/>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopq" stamp="1159902000033"/>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmnop" stamp="1159901999923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <file name="abcdefghijklmnopqr" stamp="1159902000579"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999220"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901999673"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901998970"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901999658"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefg">
- <folder name="abcdefghij">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902000642"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999736"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghij">
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopq" stamp="1159902000486"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvw">
- <file name="abcdefghijklmnopqrs" stamp="1159902000392"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwx">
- <file name="abcdefghijklmnopqrst" stamp="1159901999923"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999579"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901999204"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998908"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghijklmno">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopq" stamp="1159902000517"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999658"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmno" stamp="1159902000517"/>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <file name="abcdefghijklmn" stamp="1159902000533"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABC">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902000579"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902000642"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999579"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901999658"/>
- <file name="abcdefghijklmnop" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999579"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqr" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999658"/>
- <file name="abcdefghijklmnopq" stamp="1159901998970"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901998970"/>
- <file name="abcdefghijklmnopq" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999048"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvw">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001517"/>
- </folder>
- <file name="abcdefghijklmnopqrs" stamp="1159902000626"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901999673"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijkl" stamp="1159901999923"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijkl" stamp="1159902000095"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijkl" stamp="1159902000486"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijkl" stamp="1159901999970"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijkl" stamp="1159902000173"/>
- </folder>
- <file name="abcdefghijklmnopqrst" stamp="1159901998908"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901999579"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901998970"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901999048"/>
- </folder>
- <folder name="ab">
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmno" stamp="1159902000392"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902000642"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000345"/>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmno" stamp="1159902000517"/>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmno" stamp="1159901999986"/>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmnop" stamp="1159902000173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopq" stamp="1159902000095"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901999876"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999783"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzAB">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902000361"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999204"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901999173"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999033"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901998845"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901998814"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901999204"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzA">
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmn" stamp="1159902001033"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902000095"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzAB">
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmn" stamp="1159902001408"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902000517"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <folder name="abcdefghijklmnopqrstuvwx">
- <file name="abcdefghijklmn" stamp="1159902001548"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902000720"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL">
- <folder name="abcdefghijklmnopqrstuvwxyzABCD">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001204"/>
- <file name="abcdefghijklmn" stamp="1159902001204"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902000173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <folder name="abcdefghijklmnopqrstuvwxy">
- <file name="abcdefghijklmn" stamp="1159902000970"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999970"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <folder name="abcdefghijklmnopqrstuvwxy">
- <file name="abcdefghijklmn" stamp="1159902000861"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999876"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL">
- <folder name="abcdefghijklmnopqrstuvwxyzABCD">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001345"/>
- <file name="abcdefghijklmn" stamp="1159902001345"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902000423"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901999595"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901998986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901998845"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901999236"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopq" stamp="1159902000439"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902000033"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999236"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901999048"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijklmn">
- <folder name="abcdefg">
- <file name="abcdefghijklmno" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001626"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001626"/>
- <file name="abcdefgh" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001626"/>
- </folder>
- <file name="abcdefghijk" stamp="1159902000783"/>
- <file name="abcdefgh" stamp="1159902000783"/>
- <file name="abcdefghijklmnopq" stamp="1159902000783"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902000783"/>
- <file name="abcdefghijklmnopq" stamp="1159902000783"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159901999876"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000720"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000720"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000720"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901998845"/>
- <file name="abcdefghijklmnopqr" stamp="1159901999736"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHI">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902000533"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902000642"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901999876"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902000642"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901999923"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901999673"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901998845"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901998908"/>
- </folder>
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwx">
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijklmnopqrst" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001033"/>
- <file name="abcdefghijklmn" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001033"/>
- </folder>
- <file name="abcdefghijklmnopqrst" stamp="1159902000095"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxy">
- <folder name="abcdefghijklmnopq">
- <file name="abcdefghijklmnopqrs" stamp="1159902001189"/>
- <file name="abcdefghijklmn" stamp="1159902001189"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159902000173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrst" stamp="1159902000783"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902000783"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902000783"/>
- <file name="abcdefghijklmn" stamp="1159902000783"/>
- <file name="abcdefghijklmnopq" stamp="1159902000783"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000783"/>
- </folder>
- <file name="abcdefghijklmnopq" stamp="1159901999783"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrst" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902000861"/>
- <file name="abcdefghijklmn" stamp="1159902000861"/>
- <file name="abcdefghijklmno" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159901999923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzAB">
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmno" stamp="1159902001423"/>
- <file name="abcdefghij" stamp="1159902001423"/>
- <file name="abcdefghijklmno" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001423"/>
- <file name="abcdefghi" stamp="1159902001423"/>
- <file name="abcdefghi" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001408"/>
- <file name="abcdefghij" stamp="1159902001423"/>
- <file name="abcdefghijklmnopq" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001423"/>
- <file name="abcdefghijklm" stamp="1159902001423"/>
- <file name="abcdefghijklmn" stamp="1159902001423"/>
- <file name="abcdefghijklmn" stamp="1159902001408"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001423"/>
- <file name="abcdefghij" stamp="1159902001423"/>
- <file name="abcdefghijklmno" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001408"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902000533"/>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrst" stamp="1159902001048"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001048"/>
- <file name="abcdefghijklmn" stamp="1159902001048"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001048"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902000173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxy">
- <file name="abcdefghijklmnopqrstu" stamp="1159901999986"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000720"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvw">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmno" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902000861"/>
- <file name="abcdefghij" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902000861"/>
- <file name="abcdefghijklmnopq" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902000861"/>
- <file name="abcdefghijklmn" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902000861"/>
- <file name="abcdefghij" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- </folder>
- <file name="abcdefghijklmnopqrs" stamp="1159901999876"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902000533"/>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrst" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001423"/>
- <file name="abcdefghijklmn" stamp="1159902001423"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001423"/>
- </folder>
- <file name="abcdefghijklmn" stamp="1159902000533"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999970"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxy">
- <file name="abcdefghijklmnopqrstu" stamp="1159902000392"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000486"/>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrst" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001033"/>
- <file name="abcdefghijklmn" stamp="1159902001033"/>
- <file name="abcdefghijklmnopq" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001033"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902000095"/>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrst" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001033"/>
- <file name="abcdefghijklmn" stamp="1159902001033"/>
- <file name="abcdefghijklmnop" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001033"/>
- </folder>
- <file name="abcdefghijklmn" stamp="1159902000095"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmno" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001439"/>
- <file name="abcdefghijklmnopq" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902001439"/>
- <file name="abcdefghijklm" stamp="1159902001439"/>
- <file name="abcdefghijklmn" stamp="1159902001439"/>
- <file name="abcdefghijklmn" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001439"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001439"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159902000579"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <folder name="abcdefghijklmnopqr">
- <folder name="abcdefghijklmnopq">
- <file name="abcdefghijklmnopqr" stamp="1159902001923"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001939"/>
- <file name="abcdefgh" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001954"/>
- <file name="abcdefghijklmno" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902001954"/>
- <file name="abcdefghijk" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001939"/>
- <file name="abcdefghijklmn" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001954"/>
- <file name="abcdefghijklm" stamp="1159902001939"/>
- <file name="abcdefghijklmno" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902001923"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001923"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001939"/>
- <file name="abcdefghijklmnopq" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902001923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902001923"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902001939"/>
- <file name="abcdefghijklmno" stamp="1159902001939"/>
- <file name="abcdefghijklmno" stamp="1159902001954"/>
- <file name="abcdefghijklmn" stamp="1159902001923"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902001939"/>
- <file name="abcdefghijklmn" stamp="1159902001939"/>
- <file name="abcdefghi" stamp="1159902001939"/>
- <file name="abcdefghijklmnopq" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001939"/>
- <file name="abcdefghijklmnopq" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001954"/>
- <file name="abcdefghijk" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001939"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001954"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001954"/>
- <file name="abcdefghijk" stamp="1159902001939"/>
- </folder>
- <file name="abcdefghijklmnopq" stamp="1159902001548"/>
- <file name="abcdefghij" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001548"/>
- <file name="abcdefghijklmnop" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902001548"/>
- <file name="abcdefghijklmnop" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001548"/>
- <file name="abcdefghijklmnop" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001533"/>
- <file name="abcdefghijklmnopq" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001548"/>
- <file name="abcdefghijklmnopq" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001548"/>
- <file name="abcdefghijklmnopq" stamp="1159902001533"/>
- <file name="abcdefghijklmnopq" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902001533"/>
- <file name="abcdefghijklmn" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001548"/>
- <file name="abcdefghijklmnop" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001533"/>
- <file name="abcdefghijklmnop" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001533"/>
- <file name="abcdefghijklmnopq" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001533"/>
- <file name="abcdefghijklmnopq" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001533"/>
- <file name="abcdefghijklmnopq" stamp="1159902001548"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001533"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000720"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzAB">
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmnopqr" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001767"/>
- <file name="abcdefgh" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001767"/>
- <file name="abcdefghijklmno" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902001767"/>
- <file name="abcdefghijk" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001751"/>
- <file name="abcdefghijklmn" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001767"/>
- <file name="abcdefghijklmno" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001783"/>
- <file name="abcdefghijklmnopq" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902001767"/>
- <file name="abcdefghijklmno" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902001720"/>
- <file name="abcdefghijklmno" stamp="1159902001767"/>
- <file name="abcdefghijklmn" stamp="1159902001720"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001783"/>
- <file name="abcdefghijklmn" stamp="1159902001751"/>
- <file name="abcdefghi" stamp="1159902001751"/>
- <file name="abcdefghijklmnopq" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001751"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001751"/>
- <file name="abcdefghijklmnopq" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001767"/>
- <file name="abcdefghijk" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001767"/>
- <file name="abcdefghijk" stamp="1159902001751"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001033"/>
- <file name="abcdefghijklmnopq" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902001033"/>
- <file name="abcdefghijklmn" stamp="1159902001033"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001033"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902000033"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCD">
- <folder name="abcdefghijklmnopqrstuv">
- <file name="abcdefghijklmnopq" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001204"/>
- <file name="abcdefghijklmn" stamp="1159902001204"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001204"/>
- <file name="abcdefghijklmnopq" stamp="1159902001204"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000361"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDE">
- <folder name="abcdefghijklmnopqrstuvw">
- <file name="abcdefghijklmnopqrst" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001626"/>
- <file name="abcdefghijklmn" stamp="1159902001611"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001611"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902000720"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <folder name="abcdefghijklmnopqrstuvwx">
- <file name="abcdefghijklmn" stamp="1159902000970"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999986"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902000033"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFG">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902000423"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEF">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999986"/>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefg">
- <file name="abcdefghijklmn" stamp="1159902001517"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001517"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902001517"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001517"/>
- </folder>
- <file name="abcdefghijk" stamp="1159902000626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <folder name="abcdefghijklmnopqr">
- <file name="abcdefghijklmnopqrst" stamp="1159902001408"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001408"/>
- <file name="abcdefghijklmn" stamp="1159902001408"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001408"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000486"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <folder name="abcdefghijklmnopqr">
- <file name="abcdefghijklmnop" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902001345"/>
- <file name="abcdefghijklmn" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902001345"/>
- <file name="abcdefghijklmno" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001345"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000423"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901998829"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901998861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901998861"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901998986"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901999579"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901999658"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901999033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159901999173"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901999220"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159901999033"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901999673"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901999579"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901999236"/>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzABC">
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopqrstu" stamp="1159902001204"/>
- <file name="abcdefghijklmn" stamp="1159902001204"/>
- <file name="abcdefghijklmn" stamp="1159902001204"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902000361"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901999189"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzA">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrst" stamp="1159902000970"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902000970"/>
- <file name="abcdefghijklmn" stamp="1159902000970"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000970"/>
- </folder>
- <file name="abcdefghijklmnopq" stamp="1159901999986"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999033"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzAB">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmn" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902001345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902001345"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159902000486"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901999579"/>
- </folder>
- </folder>
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHI">
- <folder name="abcdefghijklmnopqrstuvwxyzA">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000876"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902000876"/>
- <file name="abcdefghijklmn" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000861"/>
- <file name="abcdefghijklmn" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000861"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000876"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000876"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000876"/>
- <file name="abcdefghijklmnopqr" stamp="1159902000876"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902000876"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159901999923"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK">
- <folder name="abcdefghijklmnopqrstuvwxyzABC">
- <file name="abcdefghijklmn" stamp="1159902000876"/>
- <file name="abcdefghijklmnopq" stamp="1159902000876"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901999970"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL">
- <folder name="abcdefghijklmnopqrstuvwxyzABCD">
- <file name="abcdefghijklmn" stamp="1159902001517"/>
- <file name="abcdefghijklmnopq" stamp="1159902001517"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902000626"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901998908"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159901998970"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901999658"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrst" stamp="1159902000970"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902000970"/>
- <file name="abcdefghijklmn" stamp="1159902000970"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902000970"/>
- </folder>
- <file name="abcdefghijklmnopq" stamp="1159901999970"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999033"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902000783"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902000767"/>
- <file name="abcdefghijklmn" stamp="1159902000767"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159901999783"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901998829"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdefghijklm">
- <folder name="abcdefghij">
- <file name="abcdefghijklmnop" stamp="1159902001876"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902001517"/>
- <file name="abcdefghijk" stamp="1159902001517"/>
- <file name="abcdefghijklm" stamp="1159902001533"/>
- <file name="abcdefghijklmn" stamp="1159902001533"/>
- <file name="abcdefghijkl" stamp="1159902001517"/>
- <file name="abcdefghijklmnopqr" stamp="1159902001533"/>
- <file name="abcdefghijklmno" stamp="1159902001533"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001517"/>
- <file name="abcdefghijkl" stamp="1159902001533"/>
- </folder>
- <file name="abcdefghijklmnopq" stamp="1159902000642"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefghijklmn">
- <folder name="abcd">
- <folder name="abcdefghij">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902002079"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902002048"/>
- </folder>
- <file name="abcdefghijklmn" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902001626"/>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghi">
- <file name="abcdefghijk" stamp="1159902001954"/>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrs" stamp="1159902002079"/>
- </folder>
- <file name="abcdefghijk" stamp="1159902002048"/>
- </folder>
- <folder name="abcdef">
- <folder name="abcde">
- <file name="abcdefghijklmnopqrs" stamp="1159902002079"/>
- </folder>
- <file name="abcdefghi" stamp="1159902002048"/>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrs" stamp="1159902001954"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <folder name="abcdefghi">
- <file name="abcdefghijk" stamp="1159902002079"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902002079"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902002079"/>
- </folder>
- <file name="abcdefghijkl" stamp="1159902001954"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902001626"/>
- <file name="abcdefghijklm" stamp="1159902001626"/>
- <file name="abcdefghijk" stamp="1159902001626"/>
- <file name="abcdefghijkl" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902001626"/>
- <file name="abcdefghij" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001626"/>
- <file name="abcdefghijklmnop" stamp="1159902001626"/>
- <file name="abcdefghijklm" stamp="1159902001626"/>
- <file name="abcdefghijkl" stamp="1159902001626"/>
- <file name="abcdefghijklmnop" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001626"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902001626"/>
- <file name="abcdefghijkl" stamp="1159902001626"/>
- </folder>
- <file name="abcdefgh" stamp="1159902000970"/>
- <file name="abcdefghij" stamp="1159902000970"/>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159901999986"/>
- </folder>
- <file name="abcdefghijk" stamp="1159901999783"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999736"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901999033"/>
- <file name="abcdefgh" stamp="1159901999783"/>
- <file name="abcdefghijk" stamp="1159901999783"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcde">
- <folder name="ab">
- <folder name="abcdefghijklmnopqr">
- <file name="abcdefghijklmn" stamp="1159902000579"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999658"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="ab">
- <folder name="abcdefghijklmnopqrstuvwxy">
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijk">
- <folder name="abcdefghijklmnopq">
- <file name="abcdefghijklmnopqrst" stamp="1159902002048"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijkl" stamp="1159902002048"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902001783"/>
- <file name="abcdefghijk" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902001783"/>
- <file name="abcdefghijklm" stamp="1159902001783"/>
- <file name="abcdefghijklmn" stamp="1159902001783"/>
- <file name="abcdefghijklmnopq" stamp="1159902001783"/>
- <file name="abcdefghi" stamp="1159902001783"/>
- <file name="abcdefghijklmno" stamp="1159902001783"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902001783"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1159902001345"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159902000486"/>
- </folder>
- <file name="abcdefghijk" stamp="1159901999783"/>
- <file name="abcdefgh" stamp="1159901999783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999579"/>
- </folder>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999783"/>
- <file name="abcdefghijk" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901999783"/>
- <file name="abcdefghijk" stamp="1159901999751"/>
- <file name="abcdefghijklmnopq" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901999751"/>
- <file name="abcdefgh" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901999767"/>
- <file name="abcdefghi" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999751"/>
- <file name="abcdefghijklmnopq" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901999767"/>
- <file name="abcdefghijklmnopq" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901999767"/>
- <file name="abcdefghi" stamp="1159901999751"/>
- <file name="abcdefghijklm" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqr" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901999783"/>
- <file name="abcdefghijklmn" stamp="1159901999783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901999751"/>
- <file name="abcdefghijkl" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901999783"/>
- <file name="abcdefghijklmnopq" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqr" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999767"/>
- <file name="abcdefghijklmno" stamp="1159901999751"/>
- <file name="abcdefghi" stamp="1159901999783"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901999767"/>
- <file name="abcdefghij" stamp="1159901999751"/>
- <file name="abcdefghijklmnop" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901999751"/>
- <file name="abcdefghijk" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901999767"/>
- <file name="abcdefgh" stamp="1159901999751"/>
- <file name="abcdefghijkl" stamp="1159901999767"/>
- <file name="abcdefghi" stamp="1159901999767"/>
- <file name="abcdefghijk" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999767"/>
- <file name="abcdefghijklmno" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901999767"/>
- <file name="abcdefghijklmno" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901999767"/>
- <file name="abcdefghijklmnop" stamp="1159901999767"/>
- <file name="abcdefghijklmnopq" stamp="1159901999783"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901999783"/>
- <file name="abcdefghijklmnopqr" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901999751"/>
- <file name="abcdefghij" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901999767"/>
- <file name="abcdefghi" stamp="1159901999767"/>
- <file name="abcdefghijk" stamp="1159901999751"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901999767"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901999767"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998595"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998595"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998595"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998736"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998673"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX">
- <file name="abcdefghi" stamp="1159901998173"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghi" stamp="1159901998736"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK">
- <file name="abcdefghi" stamp="1159901998673"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU">
- <file name="abcdefghi" stamp="1159901998626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01">
- <file name="abcdefghi" stamp="1159901998595"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV">
- <file name="abcdefghi" stamp="1159901998173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS">
- <file name="abcdefghi" stamp="1159901998673"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01">
- <file name="abcdefghi" stamp="1159901998173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST">
- <file name="abcdefghi" stamp="1159901998173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678">
- <file name="abcdefghi" stamp="1159901998595"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghi" stamp="1159901998595"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghi" stamp="1159901998673"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghi" stamp="1159901998673"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456">
- <file name="abcdefghi" stamp="1159901998673"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678">
- <file name="abcdefghi" stamp="1159901998626"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678">
- <file name="abcdefghi" stamp="1159901998173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghi" stamp="1159901998595"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghi" stamp="1159901998173"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345">
- <file name="abcdefghi" stamp="1159901998501"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123">
- <file name="abcdefghi" stamp="1159901998673"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789">
- <file name="abcdefghi" stamp="1159901998626"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002236"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902002267"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902002236"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902002267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902002236"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902002236"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902002267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902002283"/>
- <file name="abcdefghijklmno" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902002314"/>
- <file name="abcdefghijklmno" stamp="1159902002267"/>
- <file name="abcdefghijklmno" stamp="1159902002329"/>
- <file name="abcdefghijklmnop" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902002236"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902002189"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902002236"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902002267"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002345"/>
- <file name="abcdefghijklmnop" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902002189"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002236"/>
- <file name="abcdefghijkl" stamp="1159902002298"/>
- <file name="abcdefghijkl" stamp="1159902002314"/>
- <file name="abcdefghijkl" stamp="1159902002329"/>
- <file name="abcdefghijkl" stamp="1159902002314"/>
- <file name="abcdefghijkl" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902002345"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902002314"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902002298"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902002283"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902002236"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902002329"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902002283"/>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901998064"/>
- <file name="abcdefghijk" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901998064"/>
- <file name="abcdefghijk" stamp="1159901998033"/>
- <file name="abcdefghijklmnopq" stamp="1159901998064"/>
- <file name="abcdefghijklmnopqrst" stamp="1159901998033"/>
- <file name="abcdefgh" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901998048"/>
- <file name="abcdefghi" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901998033"/>
- <file name="abcdefghijklmnopq" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901998048"/>
- <file name="abcdefghijklmnopq" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159901998048"/>
- <file name="abcdefghi" stamp="1159901998033"/>
- <file name="abcdefghijklm" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqr" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901998064"/>
- <file name="abcdefghijklmn" stamp="1159901998064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159901998033"/>
- <file name="abcdefghijkl" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901998064"/>
- <file name="abcdefghijklmnopq" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqr" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998048"/>
- <file name="abcdefghijklmno" stamp="1159901998048"/>
- <file name="abcdefghi" stamp="1159901998064"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159901998048"/>
- <file name="abcdefghij" stamp="1159901998033"/>
- <file name="abcdefghijklmnop" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901998033"/>
- <file name="abcdefghijk" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901998048"/>
- <file name="abcdefgh" stamp="1159901998033"/>
- <file name="abcdefghijkl" stamp="1159901998048"/>
- <file name="abcdefghi" stamp="1159901998048"/>
- <file name="abcdefghijk" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901998064"/>
- <file name="abcdefghijklmno" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159901998048"/>
- <file name="abcdefghijklmno" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159901998048"/>
- <file name="abcdefghijklmnop" stamp="1159901998064"/>
- <file name="abcdefghijklmnopq" stamp="1159901998064"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901998064"/>
- <file name="abcdefghijklmnopqr" stamp="1159901998064"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159901998033"/>
- <file name="abcdefghij" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901998048"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159901998048"/>
- <file name="abcdefghi" stamp="1159901998048"/>
- <file name="abcdefghijk" stamp="1159901998033"/>
- <file name="abcdefghijklmnopqrs" stamp="1159901998064"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159901998064"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV">
- <file name="abcdefghijk" stamp="1159901998064"/>
- <file name="abcdefgh" stamp="1159901998064"/>
- <file name="abcdefghijk" stamp="1159901998064"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST">
- <file name="abcdefgh" stamp="1159901998033"/>
- <file name="abcdefghijklmn" stamp="1159901998033"/>
- <file name="abcdefghij" stamp="1159901998017"/>
- <file name="abcdefghijklmno" stamp="1159901998033"/>
- <file name="abcdefghijklm" stamp="1159901998033"/>
- <file name="abcdefghijklmno" stamp="1159901998033"/>
- <file name="abcdefghi" stamp="1159901998033"/>
- <file name="abcdefghijklmno" stamp="1159901998033"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678">
- <file name="abcdefghijklmnopqr" stamp="1159901998017"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789">
- <file name="abcdefghijk" stamp="1159901998064"/>
- <file name="abcdefgh" stamp="1159901998064"/>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijkl">
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abcdefghij">
- <folder name="abcdefghijklm">
- <folder name="abcd">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902077971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902077955"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902077940"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902077924"/>
- <file name="abcdefghijklmno" stamp="1159902077924"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902077924"/>
- <file name="abcdefghijklmnopq" stamp="1159902077924"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902077909"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902077909"/>
- <file name="abcdefghijklmnopqr" stamp="1159902077877"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902077862"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902077862"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902077846"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902077846"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902077846"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902077846"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902077830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902077799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902077799"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902077784"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902077768"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902077768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902077768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902077752"/>
- <file name="abcdefghij" stamp="1159902077752"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902077752"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902077752"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902077737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902077705"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902077705"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902077674"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902077674"/>
- </folder>
- <file name="abcdefghijklmnopq" stamp="1159902078049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902078049"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902078034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902078018"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902078018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902078002"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902078002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902077987"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902077987"/>
- </folder>
- <file name="abcdefghijklmnop" stamp="1159902078065"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902078065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902078065"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902078065"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902078049"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902078049"/>
- <file name="abcdefg" stamp="1128016334001"/>
- <file name="abcdefghijklmno" stamp="1128016334001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="ab">
- <file name="abcdefghijklmno" stamp="1159902077674"/>
- <file name="abcdefghijkl" stamp="1159902077659"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrst" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902077659"/>
- </folder>
- <folder name="abc">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstu" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902077659"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqr" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902077643"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmno" stamp="1159902077643"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902077643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902077643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902077643"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902077643"/>
- <file name="abcdefghijklmnop" stamp="1159902077627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902077627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902077627"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902077627"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902077627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902077627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902077627"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902077627"/>
- <file name="abcdefghijklmno" stamp="1159902077612"/>
- <file name="abcdefghijklmn" stamp="1159902077612"/>
- <file name="abcdefghijkl" stamp="1159902077612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902077612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902077612"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902077612"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902077596"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902077596"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902077596"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902077596"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902077596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902077580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016334001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902077580"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902077580"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902077580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902077565"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902077565"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902077565"/>
- <file name="abcdefghijklmnopq" stamp="1128016336001"/>
- <file name="abcdefghijklmnopq" stamp="1159902077565"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902077549"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijk" stamp="1159902077549"/>
- <file name="abcdefghijklmn" stamp="1159902077549"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmn" stamp="1159902077549"/>
- <file name="abcdefghijklmnop" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902077534"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016336001"/>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrs" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902077518"/>
- <file name="abcdefghijklmno" stamp="1159902077502"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902077534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902077518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902077518"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902077518"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopq" stamp="1128016336001"/>
- <file name="abcdefghijklmnopq" stamp="1159902077502"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902077502"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902077674"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016336001"/>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABC" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuv">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016452001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqr" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902162268"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902162252"/>
- <file name="abcdefghijklmnopqr" stamp="1159902162252"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902162252"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902162252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902162252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902162252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902162237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902162237"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902162237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902162237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902162221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902162221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902162205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902162205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902162190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902162174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902162174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902162174"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902162174"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902162174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902162159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902162143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902162127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902162127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902162096"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902162096"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902162080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902162080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902162080"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902162065"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902162065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902162065"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902162049"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902162049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902162034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902162034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902162018"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902162018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902162018"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902162018"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902162018"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902162002"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902162002"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijkl">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159811333471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159811434942"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159811333487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159811434646"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1159811333487"/>
- </folder>
- <file name="abcdefghij" stamp="1159825465068"/>
- <file name="abcdefghijklmn" stamp="1159811289205"/>
- <file name="abcdefgh" stamp="1159811333459"/>
- <file name="abcdefg" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016432001"/>
- <file name="abcdefghijklmnop" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016432001"/>
- <file name="abcdefghijklmn" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016432001"/>
- <file name="abcdefghijk" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016432001"/>
- <file name="abcdefghijklm" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnop" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnop" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016432001"/>
- <file name="abcdefghijklmnopq" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016432001"/>
- <file name="abcdefghijklmnop" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016432001"/>
- <file name="abcdefghijklmnopq" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqr" stamp="1128016432001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016432001"/>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvwxyzAB">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016450001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1159902158471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902158471"/>
- <file name="abcdefghijklmnop" stamp="1159902158455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902158455"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902158409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902158409"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902158409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902158409"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvw">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016450001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902156940"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902156924"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902156924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902156924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902156924"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902156924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902156909"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902156909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902156909"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902156909"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902156909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902156909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902156893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902156893"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902156893"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902156893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902156877"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902156877"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902156877"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902156877"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902156862"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902156862"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902156862"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902156862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902156862"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902156846"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902156846"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902156846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902156846"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902156846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902156830"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902156830"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902156830"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902156830"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902156830"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902156815"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902156815"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902156815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902156815"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902156815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902156799"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902156799"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902156799"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902156799"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902156799"/>
- <file name="abcdefghijklm" stamp="1159902156784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902156784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902156784"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902156784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902156784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902156768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902156768"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902156768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902156752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902156752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902156752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902156752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902156737"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrs" stamp="1159902156737"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902156737"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902156737"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902156737"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902156737"/>
- <file name="abcdefghijklm" stamp="1159902156721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902156721"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902156721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902156721"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902156721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902156721"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopq" stamp="1159902156705"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902156705"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902156705"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902156705"/>
- <file name="abcdefghijklmno" stamp="1159902156705"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902156690"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016446001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902165034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902165034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902165034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902164987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902164971"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902164971"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902164971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902164971"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902164971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902164955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902164955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902164955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164955"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902164940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902164909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902164893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902164893"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164877"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902164877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902164862"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902164862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902164830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902164830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902164752"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902164752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902164737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902164737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902164690"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902164409"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902164690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902164674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902164674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902164674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902164659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164659"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902164659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902164643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902164596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902164580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902164580"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902164565"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902164534"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902164455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902164440"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902164143"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902164409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902164362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902164346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902164346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902164346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902164330"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902164330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902164299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902164299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902164284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902164268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902164268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902164252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902164237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902164221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902164190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902164174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902164174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902164143"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164143"/>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902164112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902164080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902164080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902164065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902164065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902164065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902164018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902164018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902164018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902164002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902163987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902163971"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902163955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902163940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902163940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902163924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902163924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902163924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902163924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902163909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902163909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902163909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902163909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902163893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902163877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902163877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902163862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902163862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902163862"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902163846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902163846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902163846"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902163799"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902163799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902163799"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902163799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902163737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902163737"/>
- <file name="abcdefghijklmnopqr" stamp="1159902163705"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902163705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902163705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902163705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902163705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902163690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902163690"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902163690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902163674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902163643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902163627"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" module-type-id="jst.ejb" module-type-version="2.0" name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016394001"/>
- <file name="abcdefghijk" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016394001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefghijklmno">
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902179518"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902179502"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902179502"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902179487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902179487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstu" stamp="1159902179471"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902179471"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902179455"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902179455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902179455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902179455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902179440"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902179440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902179440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902179424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902179424"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902179409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902179409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902179409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902179377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902179377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902179377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrst" stamp="1159902179377"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902179362"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902179362"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902179330"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902179315"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902179315"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902179315"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902179299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902179284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902179284"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902179284"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902179268"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902179268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902179268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902179268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902179268"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902179252"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902179252"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902179252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902179237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902179237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902179237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902179237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902179221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902179221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902179221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902179221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902179205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902179205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902179205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902179190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902179190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902179190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902179190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016392001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902179174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902179174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902179174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902179143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902179143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902179143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902179143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902179127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902179127"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902179127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902179112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902179112"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902179112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902179096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902179096"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902179096"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902179080"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902179065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902179065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902179065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902179049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902179049"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902179049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902179034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902179034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902179034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902179034"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902179018"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902179018"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902179002"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902179002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902179002"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902179002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902178987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902178987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902178987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902178987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902178971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902178971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016392001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178955"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902178940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902178940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902178940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902178940"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902178924"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902178924"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902178924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopq" stamp="1159902178909"/>
- <file name="abcdefghijklmnop" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902178893"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902178893"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902178877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902178877"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902178877"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902178877"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178862"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902178862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902178862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902178846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902178846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902178846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902178846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902178846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902178830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902178830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902178830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902178830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902178830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902178815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902178815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902178815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902178799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902178784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902178784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178784"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902178784"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178768"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178768"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178768"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902178752"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902178737"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902178737"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902178737"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902178737"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902178721"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902178659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902178643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902178643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902178643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902178627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902178627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902178612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902178612"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902178596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902178596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902178580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902178580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902178580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902178565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902178565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902178565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902178565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902178565"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902178565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902178549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902178534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902178534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902178518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902178518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902178518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016392001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178518"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902178502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902178487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902178487"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178487"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902178471"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902178455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902178455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902178455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016394001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902178440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902178440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902178440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902178440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902178424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902178424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128016394001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902178409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902178409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902178409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902178393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902178393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902178393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902178393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016394001"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902178393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016394001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902178377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016394001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902178377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016394001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016350001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abcde">
- <folder name="abcdefghij">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902082174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902082143"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902082143"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902082143"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902082127"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902082127"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902082127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902082112"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijkl" stamp="1159902082112"/>
- <file name="abcdefghijklmnop" stamp="1159902082096"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrs" stamp="1159902082096"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902082096"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstu" stamp="1159902082080"/>
- <file name="abcdefghijklmnop" stamp="1159902082034"/>
- <file name="abcdefghijklmnopqr" stamp="1159902082034"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902082018"/>
- <file name="abcdefghijklmnopq" stamp="1159902082018"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstu" stamp="1159902082018"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902082002"/>
- <file name="abcdefghijklmnopq" stamp="1159902082002"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCD" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvw">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016360001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902129065"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902129065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902129065"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902129065"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902129049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902129049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902129049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902128971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902128940"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902128940"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128940"/>
- <file name="abcdefghijklmnopq" stamp="1159902128924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902128924"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902128924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902128924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902128924"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902128924"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128909"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902128909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128909"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902128893"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902128893"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128893"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128877"/>
- <file name="abcdefghijklmn" stamp="1159902128877"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902128877"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128877"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902128862"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128862"/>
- <file name="abcdefghijklmnopqr" stamp="1159902128862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128862"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902128862"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902128846"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902128846"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128846"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902128830"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqr" stamp="1159902128830"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902128830"/>
- <file name="abcdefghijklm" stamp="1159902128815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902128815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902128815"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128815"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdef">
- <folder name="abcdefghij">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrst" stamp="1159902128627"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902128627"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902128612"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopq" stamp="1159902128612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128612"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128612"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902128596"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159902128799"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902128799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902128799"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902128690"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902128674"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902128674"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128674"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902128674"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128659"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902128659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902128659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902128659"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128643"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128596"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902128580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902128580"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902128580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902128580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902128580"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902128565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902128565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902128565"/>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902128549"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128549"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstu" stamp="1159902128549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902128549"/>
- <file name="abcdefghijklm" stamp="1159902128549"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902128534"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902128534"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902128534"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128518"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstu" stamp="1159902128518"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902128518"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902128502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902128502"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902128502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902128502"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902128502"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902128487"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902128487"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902128471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902128471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902128471"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902128471"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902128455"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902128455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902128455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902128455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902128455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902128440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902128440"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128440"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902128424"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902128409"/>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902128409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902128409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902128409"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqrst" stamp="1159902128440"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902128424"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902128424"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902129065"/>
- </folder>
- </folder>
- <folder name="ab">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1159902128393"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902128393"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016358001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016358001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016358001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016358001"/>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" module-type-id="jst.web" module-type-version="2.3" name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1159811431940"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefg">
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstu" stamp="1159902300799"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902300799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902300784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902300784"/>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902300768"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902300768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902300768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902300752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902300752"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902300752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902300752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902300737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902300737"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902300737"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902300737"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902300721"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902300721"/>
- <file name="abcdefghijklmnopqr" stamp="1159902300721"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrs" stamp="1159902300705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902300705"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902300705"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902300705"/>
- </folder>
- </folder>
- <folder name="ab">
- <folder name="abc">
- <file name="abcdefghijklmnopqr" stamp="1159902300690"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902300690"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086738001"/>
- <file name="abcdefghijklmnop" stamp="1128086738001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086738001"/>
- </folder>
- <folder name="abcdefghijklmnopq">
- <file name="abcdefghijklm" stamp="1128086738001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086738001"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086738001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086738001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086738001"/>
- </folder>
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086740001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128086740001"/>
- </folder>
- <file name="abcdefg" stamp="1128086738001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijkl" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086740001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086740001"/>
- <file name="abcdefghijklmno" stamp="1128086740001"/>
- <file name="abcdefghijklmn" stamp="1128086740001"/>
- <file name="abcdefgh" stamp="1128086740001"/>
- <file name="abcdefghijkl" stamp="1128086740001"/>
- <file name="abcdefghijklm" stamp="1128086740001"/>
- <file name="abcdefghijklmno" stamp="1128086740001"/>
- <file name="abcdefghij" stamp="1128086740001"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefgh" stamp="1128086740001"/>
- <file name="abcde" stamp="1128086740001"/>
- <file name="abcdefghijk" stamp="1128086740001"/>
- <file name="abcdefg" stamp="1128086740001"/>
- <file name="abcdefgh" stamp="1128086740001"/>
- <file name="abcdefghijklmnop" stamp="1128086740001"/>
- <file name="abcdefghijklm" stamp="1128086740001"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1128086738001"/>
- <file name="abcdefghijklmno" stamp="1159811432268"/>
- <file name="abcdefghijklmno" stamp="1128086738001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086738001"/>
- <file name="abcdefghijklmnopq" stamp="1128086738001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086738001"/>
- <file name="abcdefghijklmn" stamp="1128086738001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086738001"/>
- <file name="abcdefg" stamp="1128086738001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqr" stamp="1128086742001"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdefg">
- <file name="abcdefgh" stamp="1128086742001"/>
- <file name="abcdefghijklmno" stamp="1128086742001"/>
- <file name="abcdefghijklmnopq" stamp="1128086742001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghij" stamp="1128086742001"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefg" stamp="1128086742001"/>
- <file name="abcdefghij" stamp="1128086742001"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1128086742001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086742001"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1128086738001"/>
- <file name="abcdefghi" stamp="1128086738001"/>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGH" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvwxyzA">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016338001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abcde">
- <folder name="abcdefgh">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902075049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902075049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902075034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902075018"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvwxy">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016454001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijklmno">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902298784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902298768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902298768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902298768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902298768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902298768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902298752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902298752"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902298737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902298737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902298737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902298737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902298721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902298721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902298721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902298721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902298705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902298705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902298705"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902298690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902298690"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902298690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902298690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902298674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902298674"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902298674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902298674"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902298659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902298659"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902298627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902298612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902298612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902298612"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902298596"/>
- <file name="abcdefgh" stamp="1128016454001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" module-type-id="jst.ejb" module-type-version="2.0" name="abcdefghijklmnopqrstuvwxy">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016450001"/>
- <file name="abcdefghijk" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016450001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902159721"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902159705"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902159705"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902159705"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902159705"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902159690"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016450001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902159690"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902159690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016450001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902159674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016450001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopq" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghij">
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefg">
- <folder name="abcde">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902421285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902421285"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902421285"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902421238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902421238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902421238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902421238"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902421238"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902421238"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902421347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902421347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902421347"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB" stamp="1159902421378"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" stamp="1159902421394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902421394"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902421378"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902421300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902421285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdef" stamp="1159902421285"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902421300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902421300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902421300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902421316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902421316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902421316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" stamp="1159902421316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902421300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902421316"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902421300"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902421316"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghij">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902024049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902023909"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023784"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="ab">
- <file name="abcdefghijklmnopqrstu" stamp="1159902023784"/>
- <file name="abcdefghijklmnopq" stamp="1159902023784"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023784"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023768"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902023768"/>
- <file name="abcdefghijklmno" stamp="1159902023768"/>
- <file name="abcdefghijklmnopqr" stamp="1159902023768"/>
- <file name="abcdefghijklmnopq" stamp="1159902023768"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023752"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023752"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmn" stamp="1159902023752"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefg">
- <file name="abcdefghijklm" stamp="1159902023643"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902023643"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023580"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023580"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrs" stamp="1159902023580"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902023549"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902023534"/>
- </folder>
- <file name="abcdefghijklmnop" stamp="1159902023737"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902023721"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902023721"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902023721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902023705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902023659"/>
- <file name="abcdefghijklmn" stamp="1159902023643"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstu" stamp="1159902023534"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902023534"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902023534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902023534"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrs" stamp="1159902023534"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902023518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902023518"/>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902023518"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023518"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902023502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902023487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902023487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902023487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902023487"/>
- <file name="abcdef" stamp="1128016336001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902023471"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrst" stamp="1159902023471"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023471"/>
- <file name="abcdefghijklm" stamp="1159902023471"/>
- <file name="abcdefghijklmnop" stamp="1159902023471"/>
- <file name="abcdefghijklm" stamp="1159902023455"/>
- <file name="abcdefghijklmnopqr" stamp="1159902023455"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902023455"/>
- <file name="abcdefghijklmnop" stamp="1159902023455"/>
- <file name="abcdefghijklmnopqr" stamp="1159902023440"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrst" stamp="1159902023440"/>
- <file name="abcdefghijk" stamp="1159902023424"/>
- <file name="abcdefghijklmnopqr" stamp="1159902023424"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklm" stamp="1159902023409"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902023409"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902023409"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902023409"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902023393"/>
- <file name="abcdefghijklmnopqr" stamp="1159902023393"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023393"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023393"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902023393"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023377"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023377"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902023377"/>
- <file name="abcdefghijklmnopqr" stamp="1159902023377"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902023377"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023362"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902023362"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023346"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902023346"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902023330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902023330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902023330"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902023330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902023330"/>
- </folder>
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstu" stamp="1159902023315"/>
- <file name="abcdefghijklmnopq" stamp="1159902023315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902023315"/>
- <file name="abcdefghijklm" stamp="1159902023299"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902023299"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902023284"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902023268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902023252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902023252"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023252"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902023252"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023252"/>
- <file name="abcdefghijklmno" stamp="1159902023237"/>
- </folder>
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqr" stamp="1159902023237"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902023237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902023237"/>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcde">
- <file name="abcdefghijklm" stamp="1159902023221"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902023205"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902023205"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902023190"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023237"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902023221"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023221"/>
- <file name="abcdefghijklmnopq" stamp="1159902023221"/>
- <file name="abcdefghijklmnopq" stamp="1159902023221"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902023221"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqr" stamp="1159902023190"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrs" stamp="1159902023174"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902023174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902023174"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023174"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefg">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902023159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902023143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902023143"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902023174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902023174"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902023159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902023159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902023159"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopq" stamp="1159902023143"/>
- <file name="abcdefghijklmnop" stamp="1159902023143"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902023127"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902023112"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023112"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023112"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902023049"/>
- <file name="abcdefghijklmnopq" stamp="1159902023049"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023049"/>
- <file name="abcdefghijklmno" stamp="1159902023034"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902023034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902023034"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023034"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023034"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902023018"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902023018"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902023018"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902023096"/>
- <file name="abcdefghijklmnopq" stamp="1159902023080"/>
- <file name="abcdefghijklmnop" stamp="1159902023080"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902023065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902023065"/>
- <file name="abcdefghijklmnop" stamp="1159902023065"/>
- <file name="abcdefghijklm" stamp="1128016338001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrs" stamp="1159902023018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902023002"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902023002"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022987"/>
- </folder>
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefghijklmn">
- <folder name="abcdefg">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902022909"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902022862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902022862"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902022955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902022909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902022909"/>
- </folder>
- <folder name="abcd">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902022846"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902022846"/>
- <file name="abcdefghijklmnopqr" stamp="1159902022846"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902022955"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022846"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902022987"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902022987"/>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902022690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902022674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902022674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902022674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902022612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902022596"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrst" stamp="1159902022596"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902022580"/>
- <file name="abcdefghijklmnopqr" stamp="1159902022580"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902022580"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902022580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902022580"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902022565"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902022565"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902022565"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902022549"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902022549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902022534"/>
- <file name="abcdefghijklmnopqr" stamp="1159902022534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902022534"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrst" stamp="1159902022518"/>
- <file name="abcdefghijklmno" stamp="1159902022518"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902022518"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902022518"/>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902022487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902022471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902022471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902022455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902022440"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902022409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902022409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902022393"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902022393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902022393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902022377"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqr" stamp="1159902022377"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902022377"/>
- <file name="abcdefghijklmnopqr" stamp="1159902022362"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902022362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902022362"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902022362"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902022346"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902022346"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022346"/>
- <file name="abcdefghijklmnopq" stamp="1159902022346"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902022346"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902022502"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902022502"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902022502"/>
- <file name="abcdefghij" stamp="1159902022502"/>
- <file name="abcdefghij" stamp="1159902022502"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902022502"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902022487"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstu" stamp="1159902022330"/>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrst" stamp="1159902022330"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902022330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902022330"/>
- </folder>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstu" stamp="1159902022330"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902022315"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902022315"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022315"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902022284"/>
- <file name="abcdefghijklm" stamp="1159902022284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902022268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902022268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902022268"/>
- <file name="abcdefghijklm" stamp="1159902022268"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902022252"/>
- <file name="abcdefghijklmnopqr" stamp="1159902022252"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnop" stamp="1159902022252"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902022237"/>
- <file name="abcdefghijklmnopqr" stamp="1159902022221"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902022221"/>
- <file name="abcdefghijklmnop" stamp="1159902022221"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902022174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902022174"/>
- <file name="abcdefghijklmnop" stamp="1159902022174"/>
- <file name="abcdefghijkl" stamp="1159902022159"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902022034"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902022018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902022002"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902022002"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902021987"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902021987"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902021987"/>
- <file name="abcdefghijklmnopq" stamp="1159902021987"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902021987"/>
- <file name="abcdefghijklmnopq" stamp="1159902021971"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902021971"/>
- </folder>
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902021940"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902021955"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902021940"/>
- </folder>
- <file name="abcdefghijklmnopqrst" stamp="1159902022159"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902022143"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022143"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902022143"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902022143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902022127"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022127"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902022112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902022112"/>
- <file name="abcdefghijklmno" stamp="1159902022096"/>
- <file name="abcdefghijklm" stamp="1159902022096"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902022096"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902022096"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022080"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902022080"/>
- <file name="abcdefghijklmnopqr" stamp="1159902022065"/>
- <file name="abcdefghij" stamp="1159902022065"/>
- <file name="abcdefghijklmn" stamp="1159902022049"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902022034"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstu" stamp="1159902021909"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcd">
- <file name="abcdefghijklmnopq" stamp="1159902021909"/>
- <file name="abcdefghijklmnopq" stamp="1159902021909"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902021893"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902021893"/>
- <file name="abcdefghijklmnopqr" stamp="1159902021893"/>
- <file name="abcdefghijklmno" stamp="1159902021877"/>
- <file name="abcdefghijklmnopqr" stamp="1159902021877"/>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abc">
- <folder name="abcdefg">
- <folder name="abcde">
- <folder name="ab">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902024174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902024096"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902024096"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902024221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902024190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902024221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902024190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902024221"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902024221"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902421394"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902070720"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902070720"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902070736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902070720"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902070704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902070720"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902070704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902070720"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902070736"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902070704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902070704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902070704"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902070736"/>
- <file name="abcdefghi" stamp="1159902070829"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456">
- <file name="abcdefghijkl" stamp="1159902070829"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ">
- <file name="abcdefghijklmnopqrs" stamp="1159902070829"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902070829"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefg">
- <folder name="abcde">
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqr" stamp="1159902070939"/>
- </folder>
- <file name="abcdefghijkl" stamp="1159902070939"/>
- </folder>
- <file name="abcdefghijklmnopqrst" stamp="1159902070892"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghijklmnopqrstuvw">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqr" stamp="1159902070939"/>
- </folder>
- <file name="abcdefghijklmnopqrs" stamp="1159902070892"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyz">
- <folder name="abcdefghijklmnopqr">
- <folder name="abcdefghijklmnopq">
- <file name="abcdefgh" stamp="1159902070939"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1159902070939"/>
- </folder>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902070892"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902070892"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902070892"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456">
- <file name="abcdefghi" stamp="1159902070829"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ">
- <file name="abcdefghi" stamp="1159902070829"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrs" stamp="1159902071173"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902071173"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902071173"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016338001"/>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwx" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016448001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902152049"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902151705"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902151705"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902152049"/>
- <file name="abcdefghijklmnopqr" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902152049"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902152034"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902152034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902152034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902152034"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902152018"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902152002"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902152018"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902152002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902152002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902151987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902151987"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902151987"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902151971"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902151971"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902151971"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902151971"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902151971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902151955"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902151955"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902151955"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902151940"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902151940"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902151940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902151940"/>
- <file name="abcdefghijklmnopqr" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902151924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902151924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902151924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902151924"/>
- <file name="abcdefghijkl" stamp="1128016446001"/>
- <file name="abcdefghijkl" stamp="1159902151909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902151909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902151909"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902151909"/>
- <file name="abcdefghijklmnopqr" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902151909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902151893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902151893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902151893"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902151877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902151877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902151877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902151877"/>
- <file name="abcdefghijklmno" stamp="1128016446001"/>
- <file name="abcdefghijklmno" stamp="1159902151862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902151846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902151846"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902151846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902151830"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902151830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902151815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902151815"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902151799"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902151799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902151799"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902151799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902151784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902151784"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902151784"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902151768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902151768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902151768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902151752"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902151752"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902151752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902151752"/>
- <file name="abcdefghijklmnopqr" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqr" stamp="1159902151752"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902151737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902151737"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902151737"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902151737"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902151737"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902151721"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016446001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902151721"/>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghij">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902151705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902151705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902151690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902151674"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902151674"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902151674"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902151659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902151643"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902151643"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrs" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016366001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefghijklmno">
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902176877"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902176862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902176862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902176846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902176846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902176830"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902176830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902176830"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902176737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902176737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902176737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902176737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902176737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902176721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902176721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902176721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902176721"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902176721"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176705"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902176690"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902176690"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902176674"/>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902176674"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902176659"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902176643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902176612"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902176612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902176596"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902176596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902176596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902176580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902176565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902176549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902176549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902176534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902176534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902176518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902176518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902176518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902176518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902176502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902176502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902176502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902176502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902176487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902176487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902176487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902176471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902176471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902176471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902176455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902176455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902176440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902176440"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902176440"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902176424"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902176377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902176362"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902176346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902176346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902176299"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902176299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902176284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902176284"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902176284"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902176284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902176268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902176252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902176252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902176237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902176221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902176205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902176190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902176190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902176174"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902176174"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902176159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902176159"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902176143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902176127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176127"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902176112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176096"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902176080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902176080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902176065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902176065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902176018"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902176018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902176002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902176002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902176002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902176002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902175987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902175987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902175987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902175971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902175971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902175971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902175971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902175955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902175955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902175955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902175955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902175940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcde" stamp="1159902175940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902175940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902175940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902175924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902175924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902175924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902175924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902175909"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902175909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902175909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902175909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902175909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902175893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902175893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902175893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902175893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902175877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902175877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902175877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902175877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902175862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902175862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902175862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902175846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902175846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902175846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902175846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902175830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902175830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902175830"/>
- <file name="abcdefghijklmnop" stamp="1159902175830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902175830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902175815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902175815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902175815"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902175799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902175799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902175784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016362001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902175784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902175784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902175784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902175768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902175768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902175768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175627"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175612"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175534"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175518"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175518"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175502"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175502"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175502"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175502"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175487"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175487"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175487"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175487"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902175471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902175393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902175377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902175377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902175299"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902175299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902175299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902175284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902175284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902175284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902175284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902175252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902175252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902175159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175034"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902175034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902175034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902175018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902175018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902175018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902175002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902175002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902174987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902174987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902174987"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902174971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902174955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902174940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902174940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902174940"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902174940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902174924"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902174924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902174924"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902174909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902174909"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902174893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174893"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902174877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902174877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902174862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902174862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902174862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902174846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902174846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902174830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902174830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902174830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902174830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902174830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902174815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902174799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902174799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902174799"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902174784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902174784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902174768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902174768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902174768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902174768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902174752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902174752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902174752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902174737"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902174721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902174721"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902174705"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902174705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902174705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902174690"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902174518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902174518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902174518"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902174690"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902174643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902174643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902174627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902174627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902174612"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902174612"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902174549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902174534"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902174502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902174502"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902174487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902174487"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902174487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902174471"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902174471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902174424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902174424"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902174424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902174393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902174377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902174377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902174362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902174346"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902174346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902174330"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902174330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902174315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902174190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902174190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902174112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902174112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902174112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902174096"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902174096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902174080"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902174080"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902174049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902174049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902174018"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902174018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902174002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902174002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902174002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902174002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902173987"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902173987"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902173987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902173955"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqr" stamp="1159902173940"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902173940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902173940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902173909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902173893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902173893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902173893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902173893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902173877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902173877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902173862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902173862"/>
- <file name="abcdefghijklmnop" stamp="1159902173862"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902173846"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902173846"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902173846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902173846"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902173846"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902173830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902173830"/>
- <file name="abcdefghijklmnopq" stamp="1159902173830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902173830"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902173830"/>
- <file name="abcdefghijklmnopqr" stamp="1159902173815"/>
- <file name="abcdefghijklmno" stamp="1159902173815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902173815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902173815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902173705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902173705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902173674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902173659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902173643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902173643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902173627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902173612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902173612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902173596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902173596"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902173565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902173565"/>
- <file name="abcdefghijklmnopqr" stamp="1159902173565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902173565"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902173565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902173565"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902173565"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902173549"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902173549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902173549"/>
- <file name="abcdefghijklmnopqr" stamp="1159902173549"/>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902173534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902173534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902173534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902173534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902173518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902173518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902173518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902173518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902173518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902173502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902173502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902173502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902173502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902173502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902173487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902173487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902173487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902173487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902173487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902173471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902173471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902173471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902173471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902173471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902173455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902173455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902173455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902173455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902173455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902173440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902173440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghij" stamp="1159902173440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902173440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902173440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902173424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902173424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902173424"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902173424"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902173409"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902173409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902173409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902173409"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902173393"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902173393"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902173377"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abcdefgh">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902172909"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902173377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902173362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902173346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902173346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902173205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902173205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902173205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902173190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902173190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902173159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902173143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902173127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902173127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902173096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902173018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902173002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902172955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902172940"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902172909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902172909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902172893"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstu" stamp="1159902172893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902172893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902172877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902172877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902172877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902172862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902172862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902172862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902172846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902172830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902172815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902172784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902172784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902172768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902172752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902172737"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdef">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrs" stamp="1159902172721"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902172721"/>
- <file name="abcdefghijklm" stamp="1159902172721"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902172721"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902172721"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902172705"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902172705"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902172705"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902172705"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902172705"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902172690"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902172690"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902172690"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902172690"/>
- </folder>
- <file name="abcdefghijklmnopqrs" stamp="1159902172737"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902172674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902172674"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefgh"/>
- </folder>
- <folder name="abc">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902172643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902172627"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmno">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016348001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abcdefghijk">
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902080987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902080987"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmno" stamp="1159902080987"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080971"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902080971"/>
- </folder>
- <folder name="abcde">
- <folder name="abcd">
- <file name="abcdefghijklm" stamp="1159902080971"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902080971"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrs" stamp="1159902080815"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902080815"/>
- </folder>
- <folder name="ab">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902080799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902080799"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080784"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902080955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902080955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902080940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902080940"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902080924"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902080924"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902080924"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080909"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902080893"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902080893"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016346001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016346001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902080877"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902080877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902080862"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902080846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902080846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902080846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902080830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902080830"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902080830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902080830"/>
- <file name="abcdefghijklmnopqr" stamp="1159902080815"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902080784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902080784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902080768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902080752"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902080659"/>
- </folder>
- <file name="abcdefghijklmnopq" stamp="1159902080721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902080721"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902080721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902080705"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902080705"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902080705"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902080705"/>
- <file name="abcdefghijklmnop" stamp="1159902080690"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902080674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902080674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902080674"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrs" stamp="1159902080659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902080659"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstu" stamp="1159902080659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902080659"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902080643"/>
- <file name="abcdefghijklmnopqr" stamp="1159902080643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902080627"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmno" stamp="1159902080627"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmno" stamp="1159902080612"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902080612"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902080612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902080612"/>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrst" stamp="1159902080580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902080580"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902080596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902080596"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902080596"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902080580"/>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdef">
- <folder name="abcd">
- <file name="abcdefghijklm" stamp="1159902080565"/>
- <file name="abcdefghijklmnopq" stamp="1159902080549"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159902080580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902080580"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902080565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902080565"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnop" stamp="1159902080549"/>
- </folder>
- <file name="abcdefghijklm" stamp="1159902081002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902081002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902081002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902081002"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902081002"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902080987"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902080534"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902080534"/>
- <file name="abcdefghijklmnopqr" stamp="1159902080534"/>
- </folder>
- <folder name="abc">
- <folder name="abcde">
- <file name="abcdefghijklmnopqr" stamp="1159902080518"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902080487"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080393"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080268"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016348001"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902080268"/>
- <file name="abcdefghijklmnopq" stamp="1128016348001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902080268"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902080159"/>
- <file name="abcdefghijklmnopq" stamp="1128016348001"/>
- <file name="abcdefghij" stamp="1128016348001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopq" stamp="1159902080159"/>
- <file name="abcdefghijklmnopqr" stamp="1159902080143"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902080018"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902080018"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopq" stamp="1159902080002"/>
- <file name="abcdefghijkl" stamp="1159902079987"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmn" stamp="1159902079987"/>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" module-type-id="jst.web" module-type-version="2.3" name="abcdef">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128086702001"/>
- </folder>
- <folder name="abcdefg">
- <folder name="abcdefg">
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902190987"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklmnopqr" stamp="1159902190971"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902190971"/>
- <file name="abcdefghijklmnopqr" stamp="1159902190971"/>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcde">
- <folder name="abcdefghijklmno">
- <folder name="abcdefghi">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902190955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902190955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902190955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902190955"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902190940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902190940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902190940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902190940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902190940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902190924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902190924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902190924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902190924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902190909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902190909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902190909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902190893"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902190893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902190893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902190893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902190877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902190877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902190862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902190862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902190862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902190862"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902190846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902190846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902190846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902190846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902190846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902190830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902190815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902190815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902190799"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902190799"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902190799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902190784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902190784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902190768"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902190768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902190768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902190768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902190752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902190752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190752"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902190737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902190737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902190737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902190721"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902190721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902190705"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902190705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902190705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902190690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902190690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902190690"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902190690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902190674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902190674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902190674"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902190659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902190659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902190659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902190659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902190627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902190612"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijkl">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902190612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902190596"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902190596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902190596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902190596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902190580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902190362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902190346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902190346"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902190330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902190315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902190315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902190299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902190299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902190299"/>
- <file name="abcdefghijklmnop" stamp="1159902190284"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902190284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902190284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902190268"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902190268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902190268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902190252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902190237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902190221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902190190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902190190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902190174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902190174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902190174"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902190159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902190143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902190143"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902190143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902190127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902190127"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190127"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902190127"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902190112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902190096"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqr">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902190096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902190096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902190080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902190080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190080"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902190065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902190065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902190065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902190049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902190049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902190049"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijklmnop">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902190049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902190034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902190034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902190034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902190018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902190018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902190018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902190018"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902190002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902190002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902190002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902190002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902189987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902189987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902189987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902189987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902189971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902189971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902189971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902189955"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902189955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902189955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902189955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902189955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902189955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902189940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902189940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902189940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902189940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmno" stamp="1159902189940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902189924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902189924"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902189909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902189909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902189909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902189909"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902189893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902189893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902189893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902189893"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902189877"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902189877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902189877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902189877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902189862"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902189862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902189846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189846"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902189830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902189830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902189830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk" stamp="1159902189830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902189815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902189815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189815"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902189799"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902189799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902189784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902189784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902189784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902189784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902189768"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902189768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902189768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902189752"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902189752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902189752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902189752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902189737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902189737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902189737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902189737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902189721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902189721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902189705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902189705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902189705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902189705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902189690"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902189690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902189674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902189580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902189565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902189565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902189549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902189534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902189534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902189518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902189518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902189502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902189487"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902189487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902189487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902189471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902189471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902189471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902189455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902189455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902189455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902189440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902189440"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijklmn">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902189424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902189424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902189424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902189424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902189049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902189049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902189049"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902189049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902189034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902189034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902189034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902189034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902189018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902189018"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902189018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902189018"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902189002"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902189002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902189002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902189002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902188987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902188987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902188987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902188971"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902188955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902188955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188955"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902188940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902188940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902188940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902188924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902188909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902188909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902188909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902188877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902188877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902188877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902188877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902188862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902188846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902188830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902188815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902188799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902188799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902188799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902188799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902188784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902188768"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902188768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902188737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902188737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902188737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188737"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902188721"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902188721"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902188721"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902188705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902188705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902188690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902188690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902188690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902188674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902188659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902188659"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902188659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902188627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902188612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902188596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188596"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902188580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902188565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902188565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902188565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902188565"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902188549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902188549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902188534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902188534"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abc">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902188237"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902188534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902188315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902188315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902188299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902188299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902188284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902188284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902188268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902188268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902188252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902188252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188237"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902188237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188237"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188221"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902188221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902188221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902188205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902188205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902188205"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902188205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902188190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902188190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902188174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902188174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902188174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902188174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902188174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902188159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902188143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902188143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902188143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902188143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902188143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902188127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902188127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902188127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902188112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902188112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902188112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902188096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902188096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902188096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902188080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902188080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd" stamp="1159902188080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902188080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902188065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902188065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902188049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902188049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902188034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902187955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902187940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902187940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902187924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902187924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902187924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456" stamp="1159902187909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902187909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902187909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902187893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187893"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902187893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902187877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902187877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902187877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902187862"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1159902188955"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902187862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902187846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187846"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902187846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902187846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902187830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902187815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902187815"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902187721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187721"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187705"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902187815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902187799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902187799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902187784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902187784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902187784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902187768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902187768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902187752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902187737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187737"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijkl">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902187690"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902187690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902187690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902187674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902187659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902187659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902187659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902187643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187612"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902187612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902187596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902187596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187580"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902187315"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902187580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902187580"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902187565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902187565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902187518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902187502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902187502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902187487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902187487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902187487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187315"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902187299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187284"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902187268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902187268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902187268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902187252"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902187252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902187252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902187237"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902187237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902187237"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902187221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902187205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902187205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1159902187205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902187205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902187190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187190"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902187190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902187174"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghijklmno">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902187174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187174"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187112"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902187159"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902187143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902187143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1159902187143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902187127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902187127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902187127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902187127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902187127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187112"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuv" stamp="1159902187112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902187096"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902187096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902187096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902187080"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902187080"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902187080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187080"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902187065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902187065"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902187065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902187049"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902187049"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902187034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902187034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902187034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902187034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187034"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902187018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902187018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902187018"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902187002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902187002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902187002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902187002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902186987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902186987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186987"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abc">
- <file name="abcdefghijklmnopq" stamp="1159902186971"/>
- <file name="abcdefghijklm" stamp="1159902186971"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902186971"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902186955"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902186955"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902186955"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902186955"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902186940"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902186940"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902186940"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902186705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902186690"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902186924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902186924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902186924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902186909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902186909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902186893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902186893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186893"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902186893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902186877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902186877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902186877"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902186877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186862"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902186862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902186862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902186846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902186846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902186830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902186830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902186830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902186815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902186815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902186815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902186815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902186799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902186799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902186799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902186799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902186784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902186784"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902186784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902186768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902186768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902186768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902186752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902186752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902186752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902186752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902186737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abc" stamp="1159902186737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902186737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902186737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902186721"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902186721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186705"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902186940"/>
- </folder>
- <folder name="abc">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902186674"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrst" stamp="1159902186674"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902186674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902186659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186659"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902186659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186643"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902186643"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186643"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902186627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902186627"/>
- <file name="abcdefghijklmnopqr" stamp="1159902186627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902186627"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopq" stamp="1159902186612"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086718001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902186612"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902186612"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186596"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186596"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902186596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902186580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902186580"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijklmno">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902186580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902186580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902186393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902186377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902186377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186362"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902186362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902186346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902186252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902186252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186237"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdefghijklmnopq">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902186237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902186237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186237"/>
- <file name="abcdefghijklmnopq" stamp="1159902186221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902186221"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186221"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902186221"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902186205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902186205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902186190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902186190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902186190"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902186174"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902186174"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186159"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186159"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902186143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902186143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902186143"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902186143"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902186127"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902186127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902186127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902186127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902186127"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902186112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902186112"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902186096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902186096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902186096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902186096"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902186080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186080"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902186065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902186049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902186049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902186049"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902186049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902186034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902186034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902186034"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijklmnopqrst">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902186018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902186018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902186018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902186018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902186018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902186002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902186002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902186002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902185987"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902185987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902185987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902185971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902185971"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902185955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902185955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902185955"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902185955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902185940"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902185924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902185924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902185924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902185924"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrst" stamp="1159902185877"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902185909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902185909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902185893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902185893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902185893"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185862"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185830"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902185830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902185815"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902185815"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902185799"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902185799"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902185784"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902185784"/>
- <file name="abcdefghijklmnopq" stamp="1159902185784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902185784"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902185768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902185768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185752"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902185752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185752"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902185737"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902185737"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902185737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185721"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902185721"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902185705"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abc">
- <folder name="abcd">
- <file name="abcdefghijklmno" stamp="1159902185690"/>
- <file name="abcdefghijklmnopqr" stamp="1159902185690"/>
- <file name="abcdefghijklmno" stamp="1159902185674"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902185705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902185690"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefghijklmn">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185674"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902185659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902185643"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902185643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902185643"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrstuv">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902185627"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902185627"/>
- </folder>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmno" stamp="1159902185612"/>
- <file name="abcdefghijklmnopqr" stamp="1159902185612"/>
- <file name="abcdefghijklmnop" stamp="1159902185612"/>
- <file name="abcdefghijklmno" stamp="1159902185596"/>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185596"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902185580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902185565"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185565"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902185549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185534"/>
- </folder>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902185534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902185534"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902185518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902185518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902185502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902185502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902185502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" stamp="1159902185502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345" stamp="1159902185502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902185487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902185487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902185487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902185487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902185471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902185471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902185471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh" stamp="1159902185471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902185471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902185455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902185455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902185455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902185455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902185455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902185440"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902185440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185424"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902185409"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902185409"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902185409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902185393"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abc">
- <file name="abcdefghijklmnopqrst" stamp="1159902185393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185393"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902185377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185377"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902185377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902185377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902185362"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902185362"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902185362"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902185346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902185346"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902185346"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902185330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185330"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902185315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902185315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902185315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902185299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902185299"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902185299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678" stamp="1159902185284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902185284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902185284"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902185284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902185268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902185252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902185252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902185237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902185221"/>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902185205"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902185205"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902185205"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902185190"/>
- <file name="abcdefghijklmnopqr" stamp="1159902185190"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrs" stamp="1159902185174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902185174"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902185174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902185174"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902185159"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086706001"/>
- <file name="abcdefghijklmno" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086706001"/>
- <file name="abcdefghijklmnopq" stamp="1128086706001"/>
- <file name="abcdefghijklmno" stamp="1128086706001"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086706001"/>
- </folder>
- <folder name="abc">
- <folder name="abcd">
- <file name="abcdefghijklmn" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086706001"/>
- <file name="abcdefghijkl" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086706001"/>
- <file name="abcdefghijkl" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrst" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086708001"/>
- </folder>
- <file name="abcdefgh" stamp="1128086706001"/>
- <file name="abcdefghijklmno" stamp="1128086706001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086708001"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1128086708001"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklm" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklmnopqrstu">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklmnopqrs">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086708001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghij" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzA">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- <file name="abcdefghijklmno" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrs" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086708001"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefgh" stamp="1128086708001"/>
- </folder>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086708001"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086708001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086708001"/>
- <file name="abcdefghijk" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128086708001"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086708001"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086708001"/>
- </folder>
- </folder>
- <folder name="abcdef">
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrst" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- </folder>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcde">
- <file name="abcdefghijklmnopq" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086708001"/>
- <file name="abcdefghijklmn" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086708001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuv" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklmnopq">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- </folder>
- </folder>
- <file name="abcdefghij" stamp="1128086708001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopq" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklmno">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopq" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- <file name="abcdefghijklmno" stamp="1128086710001"/>
- <file name="abcdefghijklmnopq" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- <file name="abcdefghijklmnopq" stamp="1128086710001"/>
- <file name="abcdefghijklmno" stamp="1128086710001"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcde">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086710001"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghij">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmno" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnop" stamp="1128086710001"/>
- <file name="abcdefghi" stamp="1128086710001"/>
- <file name="abcdefghij" stamp="1128086710001"/>
- <file name="abcdefghijklmnop" stamp="1128086710001"/>
- <file name="abcdefghijk" stamp="1128086710001"/>
- <file name="abcdefghijkl" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghij" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086710001"/>
- <file name="abcdefghijklmnop" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcd">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086710001"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklmnop">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmno" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuv" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdefg">
- <file name="abcdefgh" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklm">
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghij">
- <file name="abcdefghijklmn" stamp="1128086710001"/>
- <file name="abcdefghijklm" stamp="1128086710001"/>
- <file name="abcdefghijklmnopq" stamp="1128086710001"/>
- <file name="abcdefghijklmn" stamp="1128086710001"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086710001"/>
- <file name="abcdefghijkl" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopq" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <file name="abcdefghijklmnop" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086710001"/>
- </folder>
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086710001"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmnopq" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086710001"/>
- <file name="abcdefghijklmn" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086710001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086710001"/>
- <file name="abcdefghijklmnop" stamp="1128086712001"/>
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghijkl" stamp="1128086712001"/>
- </folder>
- <folder name="abcd">
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghijkl" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086712001"/>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086712001"/>
- </folder>
- </folder>
- <file name="abcdefghijklmnopqr" stamp="1128086710001"/>
- </folder>
- <file name="abcdefg" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086706001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086706001"/>
- <file name="abcdefghijklmnopq" stamp="1128086706001"/>
- <file name="abcdefghijklmno" stamp="1128086706001"/>
- <file name="abcdefghijk" stamp="1128086706001"/>
- <file name="abcdefghijklm" stamp="1128086706001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijkl" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefghijkl" stamp="1128086712001"/>
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghij" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086712001"/>
- <file name="abcdefghijklmnop" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086712001"/>
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086712001"/>
- <file name="abcdefghijklmnop" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086712001"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcde" stamp="1128086712001"/>
- <file name="abcdefghijk" stamp="1128086712001"/>
- <file name="abcdefg" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefghijklmnop" stamp="1128086712001"/>
- <file name="abcdefghijklm" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqr" stamp="1128086712001"/>
- </folder>
- <file name="abcdefghijklmno" stamp="1128086702001"/>
- <file name="abcdefghijklmno" stamp="1159811427143"/>
- <file name="abcdefghijklmno" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086704001"/>
- <file name="abcdefghijklmnopq" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086704001"/>
- <file name="abcdefghijklmn" stamp="1128086704001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086706001"/>
- <file name="abcdefg" stamp="1128086706001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmnopqrst" stamp="1128086712001"/>
- <file name="abcdefghi" stamp="1128086712001"/>
- </folder>
- <folder name="abcde">
- <folder name="abcdef">
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefg">
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- <file name="abcdefghijkl" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghij" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128086712001"/>
- <file name="abcdefghijkl" stamp="1128086712001"/>
- <file name="abcdefghijk" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefg" stamp="1128086712001"/>
- <file name="abcdefghijkl" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- </folder>
- <folder name="abcdef">
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghij" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdef" stamp="1128086712001"/>
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086712001"/>
- <file name="abcdefghijklmnop" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086712001"/>
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefghij">
- <file name="abcdefg" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefghijklmnop" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- </folder>
- <file name="abcdefg" stamp="1128086712001"/>
- </folder>
- <folder name="abcdef">
- <folder name="abcde">
- <folder name="abcdefghijklm">
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstu" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefghijklmnopqrstuvwxyzA">
- <file name="abcdefghijklmnopqrstuv" stamp="1128086712001"/>
- </folder>
- <folder name="abcdefghijkl">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128086712001"/>
- </folder>
- </folder>
- </folder>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghijklmn" stamp="1128086712001"/>
- <file name="abcdefghijklmnopq" stamp="1128086712001"/>
- <file name="abcdefghijk" stamp="1128086712001"/>
- <file name="abcdefghijklm" stamp="1128086712001"/>
- <file name="abcdefgh" stamp="1128086712001"/>
- <file name="abcdefghijklmno" stamp="1128086712001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086712001"/>
- </folder>
- <folder name="abcde">
- <file name="abcdefghij" stamp="1159811427379"/>
- </folder>
- <file name="abcdefghijklmnopqrstu" stamp="1128086702001"/>
- <file name="abcdefghijklm" stamp="1128086702001"/>
- <file name="abcdefghijklm" stamp="1128086702001"/>
- <file name="abcdefghijklm" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086702001"/>
- <file name="abcdefghijklmnop" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086702001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128086702001"/>
- <file name="abcdefghijklmnop" stamp="1128086702001"/>
- <file name="abcdefghi" stamp="1128086702001"/>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEF" module-type-id="jst.ejb" module-type-version="2.0" name="abcdefghijklmnopqrstuvwxy">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016360001"/>
- <file name="abcdefghijk" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016360001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abcd">
- <folder name="abcdefghijk">
- <folder name="abcdefghi">
- <file name="abcdefghijklmn" stamp="1159902298002"/>
- <file name="abcdefghijklm" stamp="1128016360001"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902298002"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902298002"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902298002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902298002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902297987"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297987"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297987"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297987"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902297987"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902297971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902297971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297971"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297955"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297955"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297955"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297955"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297940"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902297940"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902297940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902297940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902297940"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902297940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902297924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902297924"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902297924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902297924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopq" stamp="1159902297924"/>
- <file name="abcdefghijklmnop" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902297924"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902297909"/>
- <file name="abcdefghijklmnopqrst" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrst" stamp="1159902297909"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297909"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297893"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902297893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902297893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902297877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902297877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902297877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902297877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <file name="abcdefghijklmnopqrst" stamp="1159902297862"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297862"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297862"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902297862"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902297846"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902297846"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrst" stamp="1159902297846"/>
- <file name="abcdefghijklmnopqrs" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297846"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297846"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefgh">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902297830"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902297830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902297830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297830"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297815"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297799"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefgh">
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902297799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902297799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902297799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1128016360001"/>
- </folder>
- </folder>
- <folder name="abcdefg">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902297799"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297799"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902297784"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016360001"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" module-type-id="jst.ear" module-type-version="1.3" name="abcdefghijkl">
- <folder name="abcdefghi">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159811433254"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159811433319"/>
- </folder>
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128086424001"/>
- <file name="abcdefghijklmno" stamp="1128086424001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086424001"/>
- </folder>
- <folder name="abc">
- <file name="abcdefghijklmno" stamp="1128086424001"/>
- <file name="abcdefghijkl" stamp="1128086424001"/>
- <file name="abcdef" stamp="1137335310001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128086424001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128086424001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128086424001"/>
- <file name="abcdefg" stamp="1128086424001"/>
- <file name="abcdefghi" stamp="1128086426001"/>
- <file name="abcdefghijklm" stamp="1128086426001"/>
- <file name="abcdefg" stamp="1128086426001"/>
- <file name="abcdefghijklm" stamp="1128086426001"/>
- <file name="abcdefgh" stamp="1128086426001"/>
- <file name="abcdefgh" stamp="1128086426001"/>
- <file name="abcdefghijklmn" stamp="1128086426001"/>
- <file name="abcdefghijklmnop" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086426001"/>
- <file name="abcdefghijklmnopq" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1128086426001"/>
- <file name="abcdefghijklmnop" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrst" stamp="1128086426001"/>
- <file name="abcdefghijklmnop" stamp="1128086426001"/>
- <file name="abcdefghijklmnop" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086426001"/>
- <file name="abcdefghijklmnop" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086426001"/>
- <file name="abcdefghijk" stamp="1128086426001"/>
- <file name="abcdefghijklmn" stamp="1128086426001"/>
- <file name="abcdefghijklm" stamp="1128086426001"/>
- <file name="abcdefghijk" stamp="1128086426001"/>
- <file name="abcdefghij" stamp="1128086426001"/>
- <file name="abcdefghi" stamp="1128086426001"/>
- <file name="abcdefghijk" stamp="1128086426001"/>
- <file name="abcdefghijklmn" stamp="1128086426001"/>
- <file name="abcdefghijklm" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128086426001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128086426001"/>
- <file name="abcdefghijklmno" stamp="1128086428001"/>
- <file name="abcdefgh" stamp="1128086428001"/>
- <file name="abcdefghi" stamp="1128086428001"/>
- <file name="abcdefgh" stamp="1128086428001"/>
- <file name="abcdefghijklmno" stamp="1128086428001"/>
- <file name="abcdefghijklmno" stamp="1128086428001"/>
- <file name="abcdefghijklm" stamp="1128086428001"/>
- <file name="abcdefghijkl" stamp="1128086428001"/>
- <file name="abcdefghijklm" stamp="1128086430001"/>
- <file name="abcdefghijklm" stamp="1128086430001"/>
- <file name="abcdefghijkl" stamp="1128086432001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086432001"/>
- <file name="abcdefghijk" stamp="1128086432001"/>
- <file name="abcdefghijklmn" stamp="1128086432001"/>
- <file name="abcdefgh" stamp="1128086432001"/>
- <file name="abcdefg" stamp="1128086432001"/>
- <file name="abcdefghi" stamp="1128086432001"/>
- <file name="abcdefghi" stamp="1128086432001"/>
- <file name="abcdefghijklmno" stamp="1128086432001"/>
- <file name="abcdefghijklm" stamp="1128086432001"/>
- <file name="abcdefgh" stamp="1128086432001"/>
- <file name="abcdefghijk" stamp="1128086432001"/>
- <file name="abcdefghijklmnopqrstu" stamp="1128086432001"/>
- <file name="abcdefghijk" stamp="1128086432001"/>
- <file name="abcdefghijklmnopqrs" stamp="1128086432001"/>
- <file name="abcdefghijkl" stamp="1128086432001"/>
- <file name="abcdefghi" stamp="1128086432001"/>
- <file name="abcdefghi" stamp="1128086432001"/>
- <file name="abcdefghij" stamp="1128086432001"/>
- <file name="abcdefghijkl" stamp="1128086432001"/>
- <file name="abcdefghijklm" stamp="1128086432001"/>
- <file name="abcdefghijklmno" stamp="1128086432001"/>
- <file name="abcdefghij" stamp="1128086432001"/>
- <file name="abcdefghijklmnop" stamp="1128086432001"/>
- <file name="abcdefghi" stamp="1128086432001"/>
- <file name="abcdefghi" stamp="1128086434001"/>
- <file name="abcdefghijklmn" stamp="1128086434001"/>
- <file name="abcdefghijkl" stamp="1128086434001"/>
- <file name="abcdefghijklmnopqr" stamp="1128086434001"/>
- <file name="abcdefghij" stamp="1128086434001"/>
- <file name="abcdefghijk" stamp="1128086434001"/>
- </folder>
- <file name="abcdefghijklmn" stamp="1159811289643"/>
- <file name="abcde" stamp="1137542178001"/>
- <file name="abcdefgh" stamp="1159811433192"/>
- <file name="abcdefgh" stamp="1128086424001"/>
- <file name="abcdefg" stamp="1128086424001"/>
- <file name="abcdefghi" stamp="1128086424001"/>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrst">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016454001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghijklmnopq">
- <folder name="abcdefghijklmno">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902160909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902160909"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902160909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902160909"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902160909"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902160893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902160893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902160893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902160893"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902160877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902160877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902160877"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902160877"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902160877"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnop">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902160877"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902160862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902160862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902160862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902160862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902160862"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902160862"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902160846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902160846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902160846"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902160830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902160830"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902160830"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902160815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902160815"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902160799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902160799"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmn">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902160799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902160799"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902160784"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902160784"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902160784"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902160768"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902160768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902160768"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902160752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902160752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902160752"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902160752"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902160737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902160737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902160737"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902160737"/>
- <file name="abcdefghijklmnopqr" stamp="1159902160721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902160721"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902160721"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902160721"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902160705"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902160705"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902160705"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902160705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902160690"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902160690"/>
- </folder>
- </folder>
- <folder name="abcdefghi">
- <folder name="abcdef">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902160690"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- <folder name="abc">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016452001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1128016452001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016452001"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijklmno">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1128016452001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1128016452001"/>
- </folder>
- <folder name="abcdefghijklmn">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1128016454001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1128016454001"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1128016454001"/>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzA" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrst">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016450001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrs" stamp="1159902155737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902155737"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902155721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902155721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902155721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902155721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902155721"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" stamp="1159902155721"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902155705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902155705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902155705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902155705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902155705"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902155690"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902155690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902155690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902155690"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902155690"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902155690"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902155674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902155674"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefg">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902155674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0" stamp="1159902155674"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902155659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902155659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902155659"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902155643"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX" stamp="1159902155612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902155612"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902155612"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902155596"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902155596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902155596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902155596"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902155580"/>
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902155580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902155580"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902155580"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902155580"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902155549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902155549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902155549"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902155534"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902155534"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902155534"/>
- </folder>
- <folder name="abcdefgh">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902155518"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902155502"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902155502"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902155502"/>
- </folder>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902155471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902155471"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902155455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902155455"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902155455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902155440"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902155440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902155424"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902155409"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902155409"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902155393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902155393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902155393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902155393"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902155393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902155377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902155377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902155377"/>
- <file name="abcdefghijklm" stamp="1159902155377"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902155362"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902155362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902155362"/>
- <file name="abcdefghijklmnop" stamp="1159902155362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902155362"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902155330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902155330"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwx" stamp="1159902155330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902155330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902155315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902155315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902155299"/>
- <file name="abcdefghijklmnopqrstuvwxyzA" stamp="1159902155299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902155284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01" stamp="1159902155284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGH" stamp="1159902155284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTU" stamp="1159902155284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902155284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902155268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902155268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902155268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902155268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902155268"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902155252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902155252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902155252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902155252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902155237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902155237"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902155221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902155221"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902155221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902155205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902155205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902155205"/>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902155190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJ" stamp="1159902155190"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902155174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902155174"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902155065"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST" stamp="1159902155049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902155049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902155049"/>
- <file name="abcdefghijklmnopqrstuvwxyzABC" stamp="1159902155034"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP" stamp="1159902155018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902155018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR" stamp="1159902155018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902155018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" stamp="1159902155018"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902155002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123" stamp="1159902155002"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902155002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902155002"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902155002"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902154987"/>
- <file name="abcdefghijklmnopqrst" stamp="1159902154971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902154971"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902154971"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902154971"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902154955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902154955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902154955"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902154940"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902154940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902154940"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902154940"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902154924"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902154924"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902154924"/>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </folder>
- </module>
- <module module-ids="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI" module-type-id="jst.utility" module-type-version="1.0" name="abcdefghijklmnopqrstuvwxyzAB">
- <folder name="abcdefgh">
- <file name="abcdefghijk" stamp="1128016360001"/>
- </folder>
- <folder name="abc">
- <folder name="ab">
- <folder name="abcd">
- <folder name="abc">
- <folder name="abcdefghi">
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902153487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902153487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCD" stamp="1159902153487"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ" stamp="1159902153471"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902153471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902153471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902153471"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902153471"/>
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902153455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902153455"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902153440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY" stamp="1159902153440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902153440"/>
- </folder>
- </folder>
- <folder name="abcdefghijk">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrst" stamp="1159902153440"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902153424"/>
- <file name="abcdefghijklmnopqrstu" stamp="1159902153424"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrst" stamp="1159902153393"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1159902153393"/>
- </folder>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902153377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902153377"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1159902153377"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHI" stamp="1159902153362"/>
- </folder>
- </folder>
- <folder name="abcd">
- <folder name="abcdefghijk">
- <file name="abcdefghijklm" stamp="1159902153346"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902153346"/>
- </folder>
- </folder>
- <folder name="abcde">
- <folder name="abcdefghijk">
- <folder name="abcdefghijklmnop">
- <folder name="abc">
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFG" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuv" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016360001"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1128016360001"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902153299"/>
- <file name="abcdefghijklmnopqr" stamp="1159902153299"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijkl" stamp="1159902153284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV" stamp="1159902153284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuv" stamp="1159902153284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902153284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789a" stamp="1159902153284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJK" stamp="1159902153284"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902153268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902153268"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefg" stamp="1159902153252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902153252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklm" stamp="1159902153252"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN" stamp="1159902153252"/>
- </folder>
- <file name="abcdefghijklmnopqrstuvw" stamp="1159902153346"/>
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902153330"/>
- <file name="abcdefghijklmnopqrs" stamp="1159902153330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902153330"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012" stamp="1159902153315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ab" stamp="1159902153315"/>
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902153315"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDE" stamp="1159902153299"/>
- </folder>
- </folder>
- <folder name="abcdefghijkl">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyz" stamp="1159902153237"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM" stamp="1159902153237"/>
- </folder>
- </folder>
- <folder name="abcdefghijklmnopqrst">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxyzAB" stamp="1159902153221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO" stamp="1159902153221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEF" stamp="1159902153221"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS" stamp="1159902153221"/>
- </folder>
- <folder name="abcdefghijklm">
- <folder name="abcdefghijk">
- <file name="abcdefghijklmnopqrstuvwxy" stamp="1159902153205"/>
- <file name="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL" stamp="1159902153205"/>
- </folder>