Skip to content

Commit f79bc06

Browse files
committed
Remove deleted projects from documentation and CI configuration
1 parent b25caea commit f79bc06

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ ProjectName/
101101

102102
**Development Tools:**
103103
- **JavaGenerator** - Java code generation utilities
104-
- **AntTasks** - Custom Ant build tasks
105104

106105
### Legacy Projects (No Gradle builds)
107106
- **SpecsHWUtils** - Hardware utilities (Eclipse project only)
@@ -122,7 +121,7 @@ File: `.github/workflows/nightly.yml`
122121
5. Generates dependency graphs
123122

124123
### Tested Projects (in CI order):
125-
AntTasks, AsmParser, CommonsCompressPlus, CommonsLangPlus, GitlabPlus, GitPlus, Gprofer, GsonPlus, GuiHelper, JacksonPlus, JadxPlus, JavaGenerator, jOptions, JsEngine, LogbackPlus, MvelPlus, SlackPlus, SpecsUtils, SymjaPlus, tdrcLibrary, XStreamPlus
124+
CommonsLangPlus, GitPlus, GsonPlus, GuiHelper, JacksonPlus, JadxPlus, JavaGenerator, jOptions, JsEngine, SpecsUtils, SymjaPlus, tdrcLibrary, XStreamPlus
126125

127126
### Local Validation Steps
128127
1. **Build specific project**: `cd ProjectName && gradle build`

.github/workflows/nightly.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,15 @@ jobs:
3737
- name: Build and test all Gradle projects sequentially
3838
run: |
3939
projects=(
40-
AntTasks
41-
AsmParser
42-
CommonsCompressPlus
4340
CommonsLangPlus
44-
GitlabPlus
4541
GitPlus
46-
Gprofer
4742
GsonPlus
4843
GuiHelper
4944
JacksonPlus
5045
JadxPlus
5146
JavaGenerator
5247
jOptions
5348
JsEngine
54-
LogbackPlus
55-
MvelPlus
56-
SlackPlus
5749
SpecsUtils
5850
SymjaPlus
5951
tdrcLibrary

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,15 @@ While you can use any IDE that supports Gradle projects, here are some recommend
6666

6767
The repository includes the following libraries:
6868

69-
- **AntTasks** - Custom Ant tasks
70-
- **AsmParser** - Assembly parsing utilities
71-
- **CommonsCompressPlus** - Extended Apache Commons Compress
7269
- **CommonsLangPlus** - Extended Apache Commons Lang
73-
- **GitlabPlus** - GitLab API integration
7470
- **GitPlus** - Git utilities
75-
- **Gprofer** - Profiling utilities
7671
- **GsonPlus** - Extended Google Gson
7772
- **GuiHelper** - GUI utility classes
7873
- **JacksonPlus** - Extended Jackson JSON processing
7974
- **JadxPlus** - Extended JADX decompiler
8075
- **JavaGenerator** - Java code generation utilities
8176
- **jOptions** - Command-line options parser
8277
- **JsEngine** - JavaScript engine integration (GraalVM)
83-
- **LogbackPlus** - Extended Logback logging
84-
- **MvelPlus** - Extended MVEL expression language
85-
- **SlackPlus** - Slack API integration
8678
- **SpecsHWUtils** - Hardware utilities
8779
- **SpecsUtils** - Core utilities library
8880
- **SymjaPlus** - Extended Symja symbolic math

0 commit comments

Comments
 (0)