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

Correct output specifications in build.properties #897

Merged
merged 2 commits into from
Nov 28, 2023
Merged
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
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.SWTLauncherExample.name
Bundle-SymbolicName: org.eclipse.swt.examples.launcher; singleton:=true
Bundle-Version: 3.108.200.qualifier
Bundle-Version: 3.108.300.qualifier
Bundle-Activator: org.eclipse.swt.examples.launcher.LauncherPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ bin.includes = doc/,\
src.includes = about.html

source.. = src/
output.. = bin/

pom.model.groupId = org.eclipse.swt
tycho.pomless.parent = ../../local-build/local-build-parent
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.SWTOLEExample.name
Bundle-SymbolicName: org.eclipse.swt.examples.ole.win32; singleton:=true
Bundle-Version: 3.108.100.qualifier
Bundle-Version: 3.108.200.qualifier
Bundle-Activator: org.eclipse.swt.examples.ole.win32.OlePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 2 additions & 0 deletions examples/org.eclipse.swt.examples.ole.win32/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ bin.includes = doc-html/,\
src.includes = about.html

source.. = src/

output.. = bin/
2 changes: 1 addition & 1 deletion examples/org.eclipse.swt.examples.ole.win32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.ole.win32</artifactId>
<version>3.108.100-SNAPSHOT</version>
<version>3.108.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.SWTPaintExample.name
Bundle-SymbolicName: org.eclipse.swt.examples.views;singleton:=true
Bundle-Version: 3.108.200.qualifier
Bundle-Version: 3.108.300.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
Expand Down
1 change: 1 addition & 0 deletions examples/org.eclipse.swt.examples.views/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ bin.includes = doc-html/,\
src.includes = about.html

source.. = src/
output.. = bin/

pom.model.groupId = org.eclipse.swt
tycho.pomless.parent = ../../local-build/local-build-parent
2 changes: 1 addition & 1 deletion examples/org.eclipse.swt.examples/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.SWTStandaloneExampleSet.name
Bundle-SymbolicName: org.eclipse.swt.examples; singleton:=true
Bundle-Version: 3.108.200.qualifier
Bundle-Version: 3.108.300.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
1 change: 1 addition & 0 deletions examples/org.eclipse.swt.examples/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ src.includes = about.html,\
doc-html/

source.. = src/
output.. = bin/

pom.model.groupId = org.eclipse.swt
tycho.pomless.parent = ../../local-build/local-build-parent
2 changes: 1 addition & 1 deletion examples/org.eclipse.swt.snippets/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.swt.snippets
Bundle-Version: 3.4.0
Bundle-Version: 3.4.100
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.swt
Expand Down
3 changes: 2 additions & 1 deletion examples/org.eclipse.swt.snippets/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
source..=src/
source.. = src/
output.. = bin/
Loading