Skip to content

Commit

Permalink
Merge pull request appserver-io#1050 from AW3i/load-only-project-data…
Browse files Browse the repository at this point in the history
…sources

Load only project datasources
  • Loading branch information
wagnert authored Mar 24, 2017
2 parents 82f2e8f + 897d3a8 commit 037d583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppserverIo/Appserver/Core/GenericDeployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function getDatasourceFiles()
$datasourceFiles = array_merge(
$datasourceFiles,
$this->prepareDatasourceFiles(
$this->getDeploymentService()->globDir(AppEnvironmentHelper::getEnvironmentAwareGlobPattern($webappPath, '*-ds'))
$this->getDeploymentService()->globDir(AppEnvironmentHelper::getEnvironmentAwareGlobPattern($webappPath, 'META-INF' . DIRECTORY_SEPARATOR . '*-ds'))
)
);
}
Expand Down

0 comments on commit 037d583

Please sign in to comment.