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

MacOS用Eclipse SDKディレクトリ構成変更への対応 #8

Open
n-kawauchi opened this issue Jan 15, 2019 · 1 comment
Open

Comments

@n-kawauchi
Copy link
Contributor

n-kawauchi commented Jan 15, 2019

Eclipse4.4.2のSDKは以下の構成で、パッケージ作成スクリプトはこの環境で動作する

eclipse
├── Eclipse.app
├── artifacts.xml
├── configuration
├── dropins
├── eclipse
├── epl-v10.html
├── features
├── notice.html
├── p2
├── plugins
└── readme

Eclipse4.7.3では下記に示すように変更になったので、スクリプトを対応させる

Eclipse.app/
`-- Contents
    |-- Eclipse
    |   |-- artifacts.xml
    |   |-- configuration
    |   |-- dropins
    |   |-- eclipse.ini
    |   |-- features
    |   |-- p2
    |   |-- plugins
    |   `-- readme
    |-- Info.plist
    |-- MacOS
    |   `-- eclipse
    |-- Resources
    |   `-- Eclipse.icns
    `-- _CodeSignature
        `-- CodeResources

対象:RELENG_1_2ブランチ

@n-kawauchi
Copy link
Contributor Author

このIssueは下記へ移行しましたので、closeお願いします。
OpenRTM#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant