Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-10-29 13:07:41 +0000
committerM N Palat2013-11-12 06:27:31 +0000
commitbb3b839fdf681173a220a1160f5cae7f32ba8583 (patch)
tree87df9a5b19f354ac8df32afefed3a3a41d7c88da /org.eclipse.jdt.apt.tests
parent49791491c353035fed4012bd1f8a008f760bb04c (diff)
downloadeclipse.jdt.core-bb3b839fdf681173a220a1160f5cae7f32ba8583.tar.gz
eclipse.jdt.core-bb3b839fdf681173a220a1160f5cae7f32ba8583.tar.xz
eclipse.jdt.core-bb3b839fdf681173a220a1160f5cae7f32ba8583.zip
Bug 420446 - APT tests don't run
Diffstat (limited to 'org.eclipse.jdt.apt.tests')
-rw-r--r--org.eclipse.jdt.apt.tests/build.properties13
-rw-r--r--org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/TestAll.java (renamed from org.eclipse.jdt.apt.tests/src-bundle/org/eclipse/jdt/apt/tests/TestAll.java)0
2 files changed, 3 insertions, 10 deletions
diff --git a/org.eclipse.jdt.apt.tests/build.properties b/org.eclipse.jdt.apt.tests/build.properties
index 3e2110b8e1..b49f00a1bf 100644
--- a/org.eclipse.jdt.apt.tests/build.properties
+++ b/org.eclipse.jdt.apt.tests/build.properties
@@ -1,16 +1,10 @@
###############################################################################
-# Copyright (c) 2005, 2013 BEA Systems, Inc. and others
+# Copyright (c) 2005, 2011 BEA Systems, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# BEA Systems, Inc - initial implementation
-# Red Hat Inc. (mistria) - Avoid nested jars
###############################################################################
-source.. = src-bundle/
-output.. = bin/
source.apt.jar = src/
source.aptext.jar = srcext/
output.apt.jar = bin/
@@ -20,7 +14,6 @@ bin.includes = plugin.xml,\
resources/,\
*.jar,\
about.html,\
- plugin.properties\
- .
+ plugin.properties
src.includes = about.html
-jars.compile.order = aptext.jar,apt.jar
+jars.compile.order = aptext.jar,apt.jar \ No newline at end of file
diff --git a/org.eclipse.jdt.apt.tests/src-bundle/org/eclipse/jdt/apt/tests/TestAll.java b/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/TestAll.java
index fe2dfbcb80..fe2dfbcb80 100644
--- a/org.eclipse.jdt.apt.tests/src-bundle/org/eclipse/jdt/apt/tests/TestAll.java
+++ b/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/TestAll.java

Back to the top