diff --git a/BUILD-SYSTEM.md b/.gradle-docs/BUILD-SYSTEM.md similarity index 100% rename from BUILD-SYSTEM.md rename to .gradle-docs/BUILD-SYSTEM.md diff --git a/DESIGN-DECISIONS.md b/.gradle-docs/DESIGN-DECISIONS.md similarity index 100% rename from DESIGN-DECISIONS.md rename to .gradle-docs/DESIGN-DECISIONS.md diff --git a/DOCS-UPDATE-SUMMARY.md b/.gradle-docs/DOCS-UPDATE-SUMMARY.md similarity index 100% rename from DOCS-UPDATE-SUMMARY.md rename to .gradle-docs/DOCS-UPDATE-SUMMARY.md diff --git a/FINAL-SUMMARY.md b/.gradle-docs/FINAL-SUMMARY.md similarity index 100% rename from FINAL-SUMMARY.md rename to .gradle-docs/FINAL-SUMMARY.md diff --git a/.gradle-docs/INDEX.md b/.gradle-docs/INDEX.md index 9b639d2..65f13ae 100644 --- a/.gradle-docs/INDEX.md +++ b/.gradle-docs/INDEX.md @@ -12,6 +12,11 @@ Complete index of all Gradle build documentation for Bearsampp Module Memcached. | **Task Reference** | All available Gradle tasks | [TASKS.md](TASKS.md) | | **Configuration** | Configuration files and properties | [CONFIGURATION.md](CONFIGURATION.md) | | **Migration Guide** | Ant to Gradle migration guide | [MIGRATION.md](MIGRATION.md) | +| **Build System** | Build system specification | [BUILD-SYSTEM.md](BUILD-SYSTEM.md) | +| **Design Decisions** | Architecture and design decisions | [DESIGN-DECISIONS.md](DESIGN-DECISIONS.md) | +| **Migration Summary** | Complete migration summary | [MIGRATION-SUMMARY.md](MIGRATION-SUMMARY.md) | +| **Docs Update** | Documentation update summary | [DOCS-UPDATE-SUMMARY.md](DOCS-UPDATE-SUMMARY.md) | +| **Final Summary** | Final project summary | [FINAL-SUMMARY.md](FINAL-SUMMARY.md) | --- @@ -19,11 +24,17 @@ Complete index of all Gradle build documentation for Bearsampp Module Memcached. ``` .gradle-docs/ -├── INDEX.md # This file - Documentation index -├── README.md # Main documentation and quick start -├── TASKS.md # Complete task reference -├── CONFIGURATION.md # Configuration guide -└── MIGRATION.md # Ant to Gradle migration guide +├── INDEX.md # This file - Documentation index +├── README.md # Main documentation and quick start +├── TASKS.md # Complete task reference +├── CONFIGURATION.md # Configuration guide +├── MIGRATION.md # Ant to Gradle migration guide +├── BUILD-SYSTEM.md # Build system specification +├── DESIGN-DECISIONS.md # Architecture and design decisions +├── MIGRATION-SUMMARY.md # Complete migration summary +├── DOCS-UPDATE-SUMMARY.md # Documentation update summary +├── FINAL-SUMMARY.md # Final project summary +└── build.gradle.bruno-reference # Reference build file ``` --- @@ -337,4 +348,4 @@ For documentation issues or questions: **Last Updated**: 2025-08-20 **Version**: 2025.8.20 -**Total Documents**: 5 +**Total Documents**: 10 diff --git a/MIGRATION-SUMMARY.md b/.gradle-docs/MIGRATION-SUMMARY.md similarity index 100% rename from MIGRATION-SUMMARY.md rename to .gradle-docs/MIGRATION-SUMMARY.md diff --git a/build.gradle.bruno-reference b/.gradle-docs/build.gradle.bruno-reference similarity index 100% rename from build.gradle.bruno-reference rename to .gradle-docs/build.gradle.bruno-reference diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 4824b80..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/build-bundle-ant.xml b/build-bundle-ant.xml deleted file mode 100644 index cebd883..0000000 --- a/build-bundle-ant.xml +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build-commons-ant.xml b/build-commons-ant.xml deleted file mode 100644 index c489f9f..0000000 --- a/build-commons-ant.xml +++ /dev/null @@ -1,510 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - num2 ? 1 : (num1 < num2 ? -1 : 0))); - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${hash_list.item.md5} ${hash_list.item.filename} - ${hash_list.item.sha1} ${hash_list.item.filename} - ${hash_list.item.sha-256} ${hash_list.item.filename} - ${hash_list.item.sha-512} ${hash_list.item.filename} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build.xml.reference b/build.xml.reference deleted file mode 100644 index 82b1b0d..0000000 --- a/build.xml.reference +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..1b33c55 Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..ca025c8 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,7 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip +networkTimeout=10000 +validateDistributionUrl=true +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/module-memcached.RELEASE.launch b/module-memcached.RELEASE.launch deleted file mode 100644 index 6cfc03e..0000000 --- a/module-memcached.RELEASE.launch +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - -