Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2013-09-09 17:33:03 +0000
committerM N Palat2013-11-12 06:27:13 +0000
commit5bf3b69e14807223b9c4f6e1446af8918e21aef4 (patch)
treedbdb9819bd6cd089a2e989fa060e098928339165 /org.eclipse.jdt.apt.tests
parentf060f76ef523004de6e5f8eff6ffd4b6297ae092 (diff)
downloadeclipse.jdt.core-5bf3b69e14807223b9c4f6e1446af8918e21aef4.tar.gz
eclipse.jdt.core-5bf3b69e14807223b9c4f6e1446af8918e21aef4.tar.xz
eclipse.jdt.core-5bf3b69e14807223b9c4f6e1446af8918e21aef4.zip
Bug 416740: Avoid using nested jars
Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I574b6f98c2477f107fb3dfe375fd5264594ee9f2 Conflicts: org.eclipse.jdt.core.tests.compiler/META-INF/MANIFEST.MF org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF Change-Id: I66f72496b4ce0a2590dcd61a779aa441bb120b25
Diffstat (limited to 'org.eclipse.jdt.apt.tests')
-rw-r--r--org.eclipse.jdt.apt.tests/build.properties7
-rw-r--r--org.eclipse.jdt.apt.tests/src-bundle/org/eclipse/jdt/apt/tests/TestAll.java (renamed from org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/TestAll.java)0
2 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.jdt.apt.tests/build.properties b/org.eclipse.jdt.apt.tests/build.properties
index b49f00a1bf..06c47cf01d 100644
--- a/org.eclipse.jdt.apt.tests/build.properties
+++ b/org.eclipse.jdt.apt.tests/build.properties
@@ -5,6 +5,8 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
+source.. = src-bundle/
+output.. = bin/
source.apt.jar = src/
source.aptext.jar = srcext/
output.apt.jar = bin/
@@ -14,6 +16,7 @@ bin.includes = plugin.xml,\
resources/,\
*.jar,\
about.html,\
- plugin.properties
+ plugin.properties\
+ .
src.includes = about.html
-jars.compile.order = aptext.jar,apt.jar \ No newline at end of file
+jars.compile.order = aptext.jar,apt.jar
diff --git a/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/TestAll.java b/org.eclipse.jdt.apt.tests/src-bundle/org/eclipse/jdt/apt/tests/TestAll.java
index fe2dfbcb80..fe2dfbcb80 100644
--- a/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/TestAll.java
+++ b/org.eclipse.jdt.apt.tests/src-bundle/org/eclipse/jdt/apt/tests/TestAll.java

Back to the top