Skip to content

Commit

Permalink
Moving scripting to integrations, since it needs external providers
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Feb 11, 2018
1 parent ed21b29 commit 4e79129
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 84 deletions.
@@ -1,3 +1,4 @@
schemacrawler.tools.integration.scripting.ScriptCommandProvider
schemacrawler.tools.integration.freemarker.FreeMarkerCommandProvider
schemacrawler.tools.integration.velocity.VelocityCommandProvider
schemacrawler.tools.integration.serialization.SerializationCommandProvider
Expand Down
Expand Up @@ -26,7 +26,7 @@
========================================================================
*/

package schemacrawler.test;
package schemacrawler.integration.test;


import static org.junit.Assert.assertEquals;
Expand Down
Expand Up @@ -39,7 +39,6 @@
import schemacrawler.schemacrawler.SchemaCrawlerException;
import schemacrawler.schemacrawler.SchemaCrawlerOptions;
import schemacrawler.tools.integration.graph.GraphExecutableCommandProvider;
import schemacrawler.tools.integration.scripting.ScriptCommandProvider;
import schemacrawler.tools.options.OutputOptions;
import sf.util.SchemaCrawlerLogger;
import sf.util.StringFormat;
Expand All @@ -64,7 +63,6 @@ private static List<CommandProvider> loadCommandRegistry()
commandProviders.add(new SchemaExecutableCommandProvider());
commandProviders.add(new OperationExecutableCommandProvider());
commandProviders.add(new GraphExecutableCommandProvider());
commandProviders.add(new ScriptCommandProvider());

try
{
Expand Down

This file was deleted.

22 changes: 0 additions & 22 deletions schemacrawler-tools/src/test/resources/plaintextschema.js

This file was deleted.

0 comments on commit 4e79129

Please sign in to comment.