mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
fix test ant build for "assert", make plugin.properties consistent
This commit is contained in:
parent
16d5118da0
commit
ac4a85c366
3 changed files with 20 additions and 16 deletions
|
@ -1,10 +1,10 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: RSE Core Tests
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.tests;singleton:=true
|
||||
Bundle-Version: 1.0.1.qualifier
|
||||
Bundle-Activator: org.eclipse.rse.tests.RSETestsPlugin
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.junit,
|
||||
org.eclipse.core.runtime,
|
||||
|
|
|
@ -6,12 +6,18 @@
|
|||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# IBM Corporation - initial API and implementation
|
||||
# Martin Oberhuber (Wind River) - fix ant build and make consistent
|
||||
###############################################################################
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = .,\
|
||||
plugin.xml,\
|
||||
META-INF/,\
|
||||
SystemConnectionInfo.properties,\
|
||||
test.xml
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = .,\
|
||||
plugin.xml,\
|
||||
META-INF/,\
|
||||
SystemConnectionInfo.properties,\
|
||||
test.xml,\
|
||||
plugin.properties
|
||||
|
||||
# build with "assert" keyword enabled
|
||||
javacSource = 1.4
|
||||
javacTarget = 1.4
|
|
@ -6,11 +6,9 @@
|
|||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# IBM Corporation - initial API and implementation
|
||||
# Martin Oberhuber (Wind River) - fix ant build for "assert", make consistent
|
||||
###############################################################################
|
||||
|
||||
#
|
||||
# Externalized MANIFEST.MF and plugin.xml strings
|
||||
#
|
||||
plugin.vendor=Eclipse.org
|
||||
plugin.name=RSE Core Tests
|
||||
pluginName=RSE Core Tests
|
||||
providerName=Eclipse.org
|
||||
|
|
Loading…
Add table
Reference in a new issue