[Title] Add common signing module to develop branch
authorho.namkoong <ho.namkoong@samsung.com>
Thu, 1 Nov 2012 05:23:52 +0000 (14:23 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Thu, 1 Nov 2012 05:23:52 +0000 (14:23 +0900)
commit2b612d9f76d7056e7e92bd3b4f046db79b5bc0c2
tree4f8a0e4e491d5818e5ba589ae9a54b6003bfd45c
parenta8b19d9cc2c5d948822b5c0e1c6d660086668983
[Title] Add common signing module to develop branch
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#] 7122
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ie7b7059370e7b826ccf80c86ebeb221ee2e62c56
36 files changed:
org.tizen.common.sign/.classpath [new file with mode: 0644]
org.tizen.common.sign/.project [new file with mode: 0644]
org.tizen.common.sign/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.common.sign/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.common.sign/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.tizen.common.sign/build.properties [new file with mode: 0644]
org.tizen.common.sign/key/samsung.devmode.sdk.cert.p12 [new file with mode: 0644]
org.tizen.common.sign/lib/CertificateGenerator.jar [new file with mode: 0644]
org.tizen.common.sign/lib/HashSign.jar [new file with mode: 0644]
org.tizen.common.sign/lib/xmlsec-1.4.5.jar [new file with mode: 0644]
org.tizen.common.sign/plugin.xml [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/Activator.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/command/ReadSigningProfileFileCommand.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/exception/CertificationException.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/exception/ComplicatedCertificationException.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/exception/SigningErrorDialog.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/model/Certification.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/FileBrowserCellEditor.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/Messages.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/Messages.properties [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/ProfileCellModifier.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/ProfileItemContentProvider.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/ProfileItemLabelProvider.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/SigningPreferencePage.java [new file with mode: 0755]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/SigningProfile.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/SigningProfileItem.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/SigningProfileItemFactory.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/UIMessages.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/preferences/UIMessages.properties [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/signer/BuildNumber.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/signer/TizenSigner.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/ui/Messages.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/ui/TizenSigningDialog.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/ui/messages.properties [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/util/SigningProfileUtil.java [new file with mode: 0644]
org.tizen.common.sign/src/org/tizen/common/sign/util/XMLUtil.java [new file with mode: 0644]