mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-18 22:45:23 +02:00
[releng]working on a tycho-maven build.
This commit is contained in:
parent
894c4f8a49
commit
c2e80feb83
2 changed files with 4 additions and 2 deletions
|
@ -53,4 +53,4 @@ Export-Package: org.eclipse.rse.tests,
|
||||||
org.eclipse.rse.tests.ui.connectionwizard,
|
org.eclipse.rse.tests.ui.connectionwizard,
|
||||||
org.eclipse.rse.tests.ui.mnemonics,
|
org.eclipse.rse.tests.ui.mnemonics,
|
||||||
org.eclipse.rse.tests.ui.preferences
|
org.eclipse.rse.tests.ui.preferences
|
||||||
Bundle-ClassPath: rsetests.jar
|
Bundle-ClassPath: .
|
|
@ -9,9 +9,11 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
# Martin Oberhuber (Wind River) - fix ant build and make consistent
|
# Martin Oberhuber (Wind River) - fix ant build and make consistent
|
||||||
###############################################################################
|
###############################################################################
|
||||||
source.rsetests.jar = src/
|
source.. = src/
|
||||||
|
output.. = bin/
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
|
.,\
|
||||||
test.data/,\
|
test.data/,\
|
||||||
test.xml,\
|
test.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
|
|
Loading…
Add table
Reference in a new issue