Skip to content

Commit

Permalink
Merge pull request liferay#323 from drewbrokke/BLADE-743-TASK-v2-quar…
Browse files Browse the repository at this point in the history
…terly-remove-freemarker

BLADE 743 TASK v2 quarterly remove freemarker and activator extensions
  • Loading branch information
drewbrokke authored Apr 8, 2024
2 parents 379463c + eedb89e commit e731f38
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 684 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public void testCreateOnExistFolder() throws Exception {

_makeWorkspace(workspace);

String[] args = {"create", "--base", workspace.getAbsolutePath(), "-t", "activator", "exist"};
String[] args = {"create", "--base", workspace.getAbsolutePath(), "-t", "simulation-panel-entry", "exist"};

File existFile = new File(workspace, "modules/exist/file.txt");

Expand Down Expand Up @@ -2055,15 +2055,18 @@ public void testWrongTemplateTyping() throws Exception {

_makeWorkspace(workspace);

String[] args = {"create", "--base", workspace.getAbsolutePath(), "-t", "activatorXXX", "wrong-activator"};
String[] args = {
"create", "--base", workspace.getAbsolutePath(), "-t", "simulation-panel-entryXXX",
"wrong-simulation-panel-entry"
};

try {
TestUtil.runBlade(workspace, _extensionsDir, false, args);
}
catch (Exception exception) {
}

File projectDir = new File(workspace, "modules/wrong-activator");
File projectDir = new File(workspace, "modules/wrong-simulation-panel-entry");

String projectPath = projectDir.getAbsolutePath();

Expand Down
9 changes: 0 additions & 9 deletions extensions/project-templates-activator/bnd.bnd

This file was deleted.

62 changes: 0 additions & 62 deletions extensions/project-templates-activator/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
9 changes: 0 additions & 9 deletions extensions/project-templates-freemarker-portlet/bnd.bnd

This file was deleted.

62 changes: 0 additions & 62 deletions extensions/project-templates-freemarker-portlet/build.gradle

This file was deleted.

Loading

0 comments on commit e731f38

Please sign in to comment.