From 95ae07b5aa70a702bac463a7775ec36487936bb9 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 9 Dec 2009 18:04:29 +0000 Subject: [PATCH] testadata for fast inclusion/exclusion when LTW --- loadtime/testsrc/testdata/Apples.java | 16 ++++++++++++++++ loadtime/testsrc/testdata/Oranges.java | 16 ++++++++++++++++ loadtime/testsrc/testdata/sub/Apples.java | 16 ++++++++++++++++ loadtime/testsrc/testdata/sub/Oranges.java | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 loadtime/testsrc/testdata/Apples.java create mode 100644 loadtime/testsrc/testdata/Oranges.java create mode 100644 loadtime/testsrc/testdata/sub/Apples.java create mode 100644 loadtime/testsrc/testdata/sub/Oranges.java diff --git a/loadtime/testsrc/testdata/Apples.java b/loadtime/testsrc/testdata/Apples.java new file mode 100644 index 000000000..2d216c1ea --- /dev/null +++ b/loadtime/testsrc/testdata/Apples.java @@ -0,0 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2009 Contributors. + * 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://eclipse.org/legal/epl-v10.html + * + * Contributors: + * Andy Clement + *******************************************************************************/ +package testdata; + +public class Apples { + +} diff --git a/loadtime/testsrc/testdata/Oranges.java b/loadtime/testsrc/testdata/Oranges.java new file mode 100644 index 000000000..d634bb8db --- /dev/null +++ b/loadtime/testsrc/testdata/Oranges.java @@ -0,0 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2009 Contributors. + * 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://eclipse.org/legal/epl-v10.html + * + * Contributors: + * Andy Clement + *******************************************************************************/ +package testdata; + +public class Oranges { + +} diff --git a/loadtime/testsrc/testdata/sub/Apples.java b/loadtime/testsrc/testdata/sub/Apples.java new file mode 100644 index 000000000..6f666892f --- /dev/null +++ b/loadtime/testsrc/testdata/sub/Apples.java @@ -0,0 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2009 Contributors. + * 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://eclipse.org/legal/epl-v10.html + * + * Contributors: + * Andy Clement + *******************************************************************************/ +package testdata.sub; + +public class Apples { + +} diff --git a/loadtime/testsrc/testdata/sub/Oranges.java b/loadtime/testsrc/testdata/sub/Oranges.java new file mode 100644 index 000000000..f1828c001 --- /dev/null +++ b/loadtime/testsrc/testdata/sub/Oranges.java @@ -0,0 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2009 Contributors. + * 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://eclipse.org/legal/epl-v10.html + * + * Contributors: + * Andy Clement + *******************************************************************************/ +package testdata.sub; + +public class Oranges { + +} -- 2.39.5