From 52b1fd7c603750e785232c9a7b3ac5b9a5b8b36e Mon Sep 17 00:00:00 2001 From: tle Date: Fri, 16 Dec 2011 21:36:39 +0000 Subject: Initial check-in --- .../.cvsignore | 1 + .../.project | 17 +++++++ .../.settings/org.eclipse.core.resources.prefs | 3 ++ .../build.properties | 7 +++ .../eclipse_update_120.jpg | Bin 0 -> 21695 bytes .../feature.properties | 51 +++++++++++++++++++++ .../feature.xml | 27 +++++++++++ 7 files changed, 106 insertions(+) create mode 100644 jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.cvsignore create mode 100644 jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.project create mode 100644 jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.settings/org.eclipse.core.resources.prefs create mode 100644 jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/build.properties create mode 100644 jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/eclipse_update_120.jpg create mode 100644 jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.properties create mode 100644 jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml (limited to 'jaxb/features') diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.cvsignore b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.cvsignore new file mode 100644 index 0000000000..c14487ceac --- /dev/null +++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.cvsignore @@ -0,0 +1 @@ +build.xml diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.project b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.project new file mode 100644 index 0000000000..d6cc694f83 --- /dev/null +++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.jpt.jaxb.eclipselink.tests.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.settings/org.eclipse.core.resources.prefs b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..235b84ae83 --- /dev/null +++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +#Sun May 27 15:11:17 EDT 2007 +eclipse.preferences.version=1 +encoding/=ISO-8859-1 diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/build.properties b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/build.properties new file mode 100644 index 0000000000..da6de749f9 --- /dev/null +++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/build.properties @@ -0,0 +1,7 @@ +bin.includes = feature.xml,\ + eclipse_update_120.jpg,\ + feature.properties +src.includes = \ + feature.xml,\ + eclipse_update_120.jpg,\ + build.properties diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/eclipse_update_120.jpg b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/eclipse_update_120.jpg new file mode 100644 index 0000000000..bfdf708ad6 Binary files /dev/null and b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/eclipse_update_120.jpg differ diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.properties b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.properties new file mode 100644 index 0000000000..147cc747be --- /dev/null +++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.properties @@ -0,0 +1,51 @@ +############################################################################### +# Copyright (c) 2006, 2010 Oracle. +# 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: +# Oracle - initial API and implementation +############################################################################### +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=Dali Java Persistence Tools - EclipseLink JPA Core JUnit Tests + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse Web Tools Platform + +# "updateSiteName" property - label for the update site +# TOREVIEW - updateSiteName +updateSiteName=Web Tools Platform (WTP) Updates + +# "description" property - description of the feature +description=Dali Java Persistence Tools EclipseLink JPA Core JUnit Tests + +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2006, 2011 Oracle Corporation.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html\n\ +\n\ +Contributors:\n\ + Oracle - initial API and implementation\n +################ end of copyright property #################################### + +# "licenseURL" property - URL of the "Feature License" +# do not translate value - just change to point to a locale-specific HTML page +# license and licenseURL properties were removed as a result to migrating to new PDE license support. +# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. + +# "license" property - text of the "Feature Update License" +# should be plain text version of license agreement pointed to be "licenseURL" +# license and licenseURL properties were removed as a result to migrating to new PDE license support. +# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. +########### end of license property ########################################## diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml new file mode 100644 index 0000000000..18b9101dc4 --- /dev/null +++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml @@ -0,0 +1,27 @@ + + + + + %description + + + + %copyright + + + + %license + + + + + + + + -- cgit v1.2.3