mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 01:55:24 +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
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: RSE Core Tests
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.rse.tests;singleton:=true
|
Bundle-SymbolicName: org.eclipse.rse.tests;singleton:=true
|
||||||
Bundle-Version: 1.0.1.qualifier
|
Bundle-Version: 1.0.1.qualifier
|
||||||
Bundle-Activator: org.eclipse.rse.tests.RSETestsPlugin
|
Bundle-Activator: org.eclipse.rse.tests.RSETestsPlugin
|
||||||
Bundle-Vendor: Eclipse.org
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.junit,
|
Require-Bundle: org.junit,
|
||||||
org.eclipse.core.runtime,
|
org.eclipse.core.runtime,
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
# http://www.eclipse.org/legal/epl-v10.html
|
# http://www.eclipse.org/legal/epl-v10.html
|
||||||
#
|
#
|
||||||
# Contributors:
|
# 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/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
|
@ -14,4 +15,9 @@ bin.includes = .,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
SystemConnectionInfo.properties,\
|
SystemConnectionInfo.properties,\
|
||||||
test.xml
|
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
|
# http://www.eclipse.org/legal/epl-v10.html
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
|
# Martin Oberhuber (Wind River) - fix ant build for "assert", make consistent
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
#
|
pluginName=RSE Core Tests
|
||||||
# Externalized MANIFEST.MF and plugin.xml strings
|
providerName=Eclipse.org
|
||||||
#
|
|
||||||
plugin.vendor=Eclipse.org
|
|
||||||
plugin.name=RSE Core Tests
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue