Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing config-migrator in neo4j-desktop #7517

Merged
merged 1 commit into from Aug 1, 2016
Merged

Fix missing config-migrator in neo4j-desktop #7517

merged 1 commit into from Aug 1, 2016

Conversation

spacecowboy
Copy link
Contributor

Tree of mac installer (I am removing the Windows scripts from mac installer in #7501)

neo4j-ce/Neo4j Community Edition 3.0.4-SNAPSHOT.app/Contents
├── firstrun
├── Info.plist
├── MacOS
│   └── JavaApplicationStub
├── PkgInfo
└── Resources
    ├── app
    │   ├── bin
    │   │   ├── install.properties
    │   │   ├── neo4j-community.vmoptions
    │   │   ├── neo4j-desktop-3.0.4-SNAPSHOT.jar
    │   │   ├── neo4j-import
    │   │   ├── Neo4j-Management
    │   │   │   ├── Get-Java.ps1
    │   │   │   ├── Get-KeyValuePairsFromConfFile.ps1
    │   │   │   ├── Get-Neo4jEnv.ps1
    │   │   │   ├── Get-Neo4jServer.ps1
    │   │   │   ├── Get-Neo4jSetting.ps1
    │   │   │   ├── Get-Neo4jStatus.ps1
    │   │   │   ├── Get-Neo4jWindowsServiceName.ps1
    │   │   │   ├── Install-Neo4jServer.ps1
    │   │   │   ├── Invoke-Neo4jAdmin_Import.ps1
    │   │   │   ├── Invoke-Neo4jAdmin.ps1
    │   │   │   ├── Invoke-Neo4jBackup.ps1
    │   │   │   ├── Invoke-Neo4jImport.ps1
    │   │   │   ├── Invoke-Neo4j.ps1
    │   │   │   ├── Invoke-Neo4jShell.ps1
    │   │   │   ├── Invoke-Neo4jUtility.ps1
    │   │   │   ├── Neo4j-Management.psm1
    │   │   │   ├── Start-Neo4jServer.ps1
    │   │   │   ├── Stop-Neo4jServer.ps1
    │   │   │   └── Uninstall-Neo4jServer.ps1
    │   │   ├── Neo4j-Management.psd1
    │   │   ├── neo4j-shell
    │   │   └── tools
    │   │       └── config-migrator.jar
    │   ├── LICENSES.txt
    │   ├── LICENSE.txt
    │   ├── NOTICE.txt
    │   └── plugins
    │       └── README.txt
    ├── app.icns
    ├── i4jlauncher.config
    └── jre.bundle

Tree of windows installation result:

/home/jonas/.wine/drive_c/Program Files (x86)/Neo4j CE 3.0.4-SNAPSHOT/
├── bin
│   ├── install.properties
│   ├── neo4j-ce.exe
│   ├── neo4j-community.vmoptions
│   ├── neo4j-desktop-3.0.4-SNAPSHOT.jar
│   └── tools
│       └── config-migrator.jar
├── LICENSES.txt
├── LICENSE.txt
├── NOTICE.txt
├── plugins
│   └── README.txt
└── uninstall.exe

@spacecowboy
Copy link
Contributor Author

@pgpv since you are looking at installers, might having a look at this pr?

@benbc
Copy link
Contributor

benbc commented Aug 1, 2016

@spacecowboy This looks good to me.

@spacecowboy spacecowboy merged commit b5b952d into neo4j:3.0 Aug 1, 2016
@spacecowboy spacecowboy deleted the 3.0-fix-missing-config-migrator branch August 1, 2016 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants