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

Archetype - use of bundle attributes (manifest & properties) #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Minerva
Bundle-Vendor: aniszczyk.org
Bundle-Name: ${projectName} Core Test
Bundle-Vendor: ${providerName}
Bundle-SymbolicName: ${bundleId}.core.tests
Bundle-Version: ${version}.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: ${bundleId}.core
Bundle-Vendor: %Bundle-Vendor
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
Bundle-Name = ${projectName} Core
${symbol_pound} Properties file for ${package}
Bundle-Name = ${projectName} Core
Bundle-Vendor = ${providerName}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ ${symbol_pound} are made available under the terms of the Eclipse Public License
${symbol_pound} which accompanies this distribution, and is available at
${symbol_pound} http://www.eclipse.org/legal/epl-v10.html
${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}
Bundle-Vendor = Minerva
Bundle-Name = Minerva Documentation (Incubation)
Bundle-Vendor = ${providerName}
Bundle-Name = ${projectName} Documentation (Incubation)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Minerva UI Tests
Bundle-Vendor: aniszczyk.org
Bundle-Name: ${projectName} UI Test
Bundle-Vendor: ${providerName}
Bundle-SymbolicName: ${bundleId}.ui.tests
Bundle-Version: ${version}.qualifier
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: ${bundleId}.ui,
${bundleId}.ui.views
Bundle-Vendor: %Bundle-Vendor
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
${symbol_pound}Properties file for ${package}
category.name = Sample Category
view.name = Sample View
Bundle-Name = Minerva UI
Bundle-Name = ${projectName} UI
Bundle-Vendor = ${providerName}