[midPoint-git] [Evolveum/midpoint] 3f27a3: Fixing the same problem in script for Oracle.

Pavol Mederly mederly at evolveum.com
Tue Dec 8 13:02:48 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 3f27a3978ad7d96f2fda69f2086fb73d7332ff6d
      https://github.com/Evolveum/midpoint/commit/3f27a3978ad7d96f2fda69f2086fb73d7332ff6d
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2015-11-30 (Mon, 30 Nov 2015)

  Changed paths:
    M config/sql/_all/oracle-3.3-all.sql
    M config/sql/midpoint/3.3/oracle/oracle-3.3.sql

  Log Message:
  -----------
  Fixing the same problem in script for Oracle.


  Commit: 53531086a60f4588e8ae4694950d72db3ffb2576
      https://github.com/Evolveum/midpoint/commit/53531086a60f4588e8ae4694950d72db3ffb2576
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M NEWS
    M README
    M RELEASE-NOTES
    M build-system/pom.xml
    M cli/common/pom.xml
    M cli/ninja/pom.xml
    M cli/pom.xml
    M cli/seppuku/pom.xml
    M config/initial-objects/020-system-configuration.xml
    M config/initial-objects/040-role-enduser.xml
    M config/initial-objects/090-report-audit.xml
    M config/initial-objects/110-report-user-list.xml
    R config/initial-objects/111-report-reconciliation-shadow-owner.xml
    M custom/pom.xml
    M dist/midpoint-api/pom.xml
    M dist/pom.xml
    M gui/admin-gui/pom.xml
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaStep.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/self/component/LinksPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/MidPointApplication.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/util/WebMiscUtil.java
    M gui/admin-gui/src/main/resources/initial-objects/020-system-configuration.xml
    M gui/admin-gui/src/main/resources/initial-objects/090-report-audit.xml
    M gui/admin-gui/src/main/resources/initial-objects/110-report-user-list.xml
    M gui/admin-gui/src/main/resources/localization/Midpoint.properties
    M gui/admin-gui/src/main/resources/localization/Midpoint_cs_CZ.properties
    M gui/admin-gui/src/main/resources/localization/Midpoint_de_DE.properties
    M gui/admin-gui/src/main/resources/localization/Midpoint_en_US.properties
    M gui/admin-gui/src/main/webapp/WEB-INF/web.xml
    M gui/pom.xml
    M icf-connectors/dummy-connector-fake/pom.xml
    M icf-connectors/dummy-connector/pom.xml
    M icf-connectors/dummy-resource/pom.xml
    M icf-connectors/pom.xml
    M infra/common/pom.xml
    M infra/pom.xml
    M infra/prism-maven-plugin/pom.xml
    M infra/prism/pom.xml
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ItemDelta.java
    M infra/prism/src/main/resources/xml/ns/public/query-3.xsd
    M infra/prism/src/main/resources/xml/ns/public/types-3.xsd
    M infra/schema/pom.xml
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResult.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
    M infra/test-util/pom.xml
    M infra/util/pom.xml
    M infra/ws-util/pom.xml
    M model/certification-api/pom.xml
    M model/certification-impl/pom.xml
    M model/model-api/pom.xml
    M model/model-client/pom.xml
    M model/model-common/pom.xml
    M model/model-impl/pom.xml
    M model/model-intest/pom.xml
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractInitializedModelIntegrationTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestUserTemplate.java
    M model/model-test/pom.xml
    M model/notifications-api/pom.xml
    M model/notifications-impl/pom.xml
    M model/pom.xml
    M model/report-api/pom.xml
    M model/report-impl/pom.xml
    M model/workflow-api/pom.xml
    M model/workflow-impl/pom.xml
    M pom.xml
    M provisioning/pom.xml
    M provisioning/provisioning-api/pom.xml
    M provisioning/provisioning-impl/pom.xml
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningContext.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningServiceImpl.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ResourceManager.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowCache.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/test/impl/TestDummy.java
    M repo/audit-api/pom.xml
    M repo/audit-impl/pom.xml
    M repo/pom.xml
    M repo/repo-api/pom.xml
    M repo/repo-cache/pom.xml
    M repo/repo-sql-impl-test/pom.xml
    M repo/repo-sql-impl-test/src/main/resources/ctx-repository-session.xml
    M repo/repo-sql-impl/pom.xml
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/DataSourceFactory.java
    M repo/repo-sql-impl/src/main/resources/ctx-repository-session.xml
    M repo/repo-test-util/pom.xml
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/IntegrationTestTools.java
    M repo/security-api/pom.xml
    M repo/security-impl/pom.xml
    M repo/system-init/pom.xml
    M repo/task-api/pom.xml
    M repo/task-quartz-impl/pom.xml
    M samples/model-client-sample/pom.xml
    M samples/pom.xml
    M samples/samples-test/pom.xml
    M testing/conntest/pom.xml
    M testing/consistency-mechanism/pom.xml
    M testing/longtest/pom.xml
    M testing/minipoint/pom.xml
    M testing/pom.xml
    M testing/rest/pom.xml
    M testing/sanity/pom.xml
    M testing/selenidetest/pom.xml
    M testing/story/pom.xml
    R testing/systest/environment.properties
    R testing/systest/lib/groovy-ldap.jar
    R testing/systest/pom.xml
    R testing/systest/runTests.sh
    R testing/systest/src/main/groovy/com/evolveum/midpoint/testing/systest/Example.groovy
    R testing/systest/src/main/groovy/com/evolveum/midpoint/testing/systest/Helper.java
    R testing/systest/src/test/groovy/check-enviroment.groovy
    R testing/systest/src/test/groovy/import-resources.groovy
    R testing/systest/src/test/resources/ctx-systest.xml
    R testing/systest/src/test/resources/log4j.properties
    R testing/systest/src/test/resources/repo/connector-host-localhost.xml
    R testing/systest/src/test/resources/repo/resource-flatfile-remote.xml
    R testing/systest/src/test/resources/xml/resource-ldap1-dc=example.xml
    R testing/systest/src/test/scripts/deploy.sh
    R testing/systest/src/test/scripts/install-ldap.sh
    R testing/systest/src/test/scripts/restore.sh
    R testing/systest/src/test/scripts/systest-env-shutdown.sh
    R testing/systest/testng-integration.xml
    R testing/systest/testng-unit.xml
    M testing/wstest/pom.xml
    M tools/gui-i18n/pom.xml
    M tools/pom.xml
    M tools/repo-ninja/pom.xml
    M tools/schema-dist-maven-plugin/pom.xml
    M tools/test-ng/pom.xml
    M tools/xjc-plugin/pom.xml
    M weblogic-build/pom.xml

  Log Message:
  -----------
  Merge branch 'master' of github.com:Evolveum/midpoint


Compare: https://github.com/Evolveum/midpoint/compare/bb343e610a79...53531086a60f


More information about the midPoint-svn mailing list