From 63c2b3e80236ea70dcfd26191725be724270eb53 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Fri, 8 Mar 2024 11:13:55 +0100 Subject: [PATCH] Fixes wrong folder name of the RefactoringGTLFull project --- {RefactoringGTL => RefactoringGTLFull}/.classpath | 0 {RefactoringGTL => RefactoringGTLFull}/.gitignore | 0 {RefactoringGTL => RefactoringGTLFull}/.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 {RefactoringGTL => RefactoringGTLFull}/META-INF/MANIFEST.MF | 4 ++-- {RefactoringGTL => RefactoringGTLFull}/build.properties | 0 .../src/refactoring/full/MoveComponent.gtl | 0 .../src/refactoring/full/TransitiveImports.gtl | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename {RefactoringGTL => RefactoringGTLFull}/.classpath (100%) rename {RefactoringGTL => RefactoringGTLFull}/.gitignore (100%) rename {RefactoringGTL => RefactoringGTLFull}/.project (100%) rename {RefactoringGTL => RefactoringGTLFull}/.settings/org.eclipse.jdt.core.prefs (100%) rename {RefactoringGTL => RefactoringGTLFull}/META-INF/MANIFEST.MF (89%) rename {RefactoringGTL => RefactoringGTLFull}/build.properties (100%) rename {RefactoringGTL => RefactoringGTLFull}/src/refactoring/full/MoveComponent.gtl (100%) rename {RefactoringGTL => RefactoringGTLFull}/src/refactoring/full/TransitiveImports.gtl (100%) diff --git a/RefactoringGTL/.classpath b/RefactoringGTLFull/.classpath similarity index 100% rename from RefactoringGTL/.classpath rename to RefactoringGTLFull/.classpath diff --git a/RefactoringGTL/.gitignore b/RefactoringGTLFull/.gitignore similarity index 100% rename from RefactoringGTL/.gitignore rename to RefactoringGTLFull/.gitignore diff --git a/RefactoringGTL/.project b/RefactoringGTLFull/.project similarity index 100% rename from RefactoringGTL/.project rename to RefactoringGTLFull/.project diff --git a/RefactoringGTL/.settings/org.eclipse.jdt.core.prefs b/RefactoringGTLFull/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from RefactoringGTL/.settings/org.eclipse.jdt.core.prefs rename to RefactoringGTLFull/.settings/org.eclipse.jdt.core.prefs diff --git a/RefactoringGTL/META-INF/MANIFEST.MF b/RefactoringGTLFull/META-INF/MANIFEST.MF similarity index 89% rename from RefactoringGTL/META-INF/MANIFEST.MF rename to RefactoringGTLFull/META-INF/MANIFEST.MF index ca9d1d1..839519c 100644 --- a/RefactoringGTL/META-INF/MANIFEST.MF +++ b/RefactoringGTLFull/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 -Automatic-Module-Name: RefactoringGTL +Automatic-Module-Name: RefactoringGTLFull Bundle-ManifestVersion: 2 -Bundle-Name: RefactoringGTL +Bundle-Name: RefactoringGTLFull Bundle-Vendor: My Company Bundle-Version: 1.0.0.qualifier Bundle-SymbolicName: RefactoringGTLFull;singleton:=true diff --git a/RefactoringGTL/build.properties b/RefactoringGTLFull/build.properties similarity index 100% rename from RefactoringGTL/build.properties rename to RefactoringGTLFull/build.properties diff --git a/RefactoringGTL/src/refactoring/full/MoveComponent.gtl b/RefactoringGTLFull/src/refactoring/full/MoveComponent.gtl similarity index 100% rename from RefactoringGTL/src/refactoring/full/MoveComponent.gtl rename to RefactoringGTLFull/src/refactoring/full/MoveComponent.gtl diff --git a/RefactoringGTL/src/refactoring/full/TransitiveImports.gtl b/RefactoringGTLFull/src/refactoring/full/TransitiveImports.gtl similarity index 100% rename from RefactoringGTL/src/refactoring/full/TransitiveImports.gtl rename to RefactoringGTLFull/src/refactoring/full/TransitiveImports.gtl