Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authortle2011-04-04 16:33:47 +0000
committertle2011-04-04 16:33:47 +0000
commitabb5c9aedd91b7d23028f3a21ccec515fb342f18 (patch)
treea32c06505824bd145e3d23c09402da521b19536e /common
parent39526d5f3b5e363f91d6d45c4f994b085c70c1df (diff)
downloadwebtools.dali-abb5c9aedd91b7d23028f3a21ccec515fb342f18.tar.gz
webtools.dali-abb5c9aedd91b7d23028f3a21ccec515fb342f18.tar.xz
webtools.dali-abb5c9aedd91b7d23028f3a21ccec515fb342f18.zip
Initial check-in.
Diffstat (limited to 'common')
-rw-r--r--common/features/org.eclipse.jpt.common.tests.feature/.cvsignore1
-rw-r--r--common/features/org.eclipse.jpt.common.tests.feature/.project17
-rw-r--r--common/features/org.eclipse.jpt.common.tests.feature/build.properties7
-rw-r--r--common/features/org.eclipse.jpt.common.tests.feature/eclipse_update_120.jpgbin0 -> 21695 bytes
-rw-r--r--common/features/org.eclipse.jpt.common.tests.feature/feature.properties51
-rw-r--r--common/features/org.eclipse.jpt.common.tests.feature/feature.xml38
6 files changed, 114 insertions, 0 deletions
diff --git a/common/features/org.eclipse.jpt.common.tests.feature/.cvsignore b/common/features/org.eclipse.jpt.common.tests.feature/.cvsignore
new file mode 100644
index 0000000000..c14487ceac
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common.tests.feature/.cvsignore
@@ -0,0 +1 @@
+build.xml
diff --git a/common/features/org.eclipse.jpt.common.tests.feature/.project b/common/features/org.eclipse.jpt.common.tests.feature/.project
new file mode 100644
index 0000000000..89783a78c1
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common.tests.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jpt.common.tests.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
diff --git a/common/features/org.eclipse.jpt.common.tests.feature/build.properties b/common/features/org.eclipse.jpt.common.tests.feature/build.properties
new file mode 100644
index 0000000000..da6de749f9
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common.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/common/features/org.eclipse.jpt.common.tests.feature/eclipse_update_120.jpg b/common/features/org.eclipse.jpt.common.tests.feature/eclipse_update_120.jpg
new file mode 100644
index 0000000000..bfdf708ad6
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common.tests.feature/eclipse_update_120.jpg
Binary files differ
diff --git a/common/features/org.eclipse.jpt.common.tests.feature/feature.properties b/common/features/org.eclipse.jpt.common.tests.feature/feature.properties
new file mode 100644
index 0000000000..54ef2287a3
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common.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 - Common 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 Common JUnit Tests
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2006, 2010 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/common/features/org.eclipse.jpt.common.tests.feature/feature.xml b/common/features/org.eclipse.jpt.common.tests.feature/feature.xml
new file mode 100644
index 0000000000..3d19f439f0
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common.tests.feature/feature.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.jpt.common.tests.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="license.html">
+ %license
+ </license>
+
+ <requires>
+ <import feature="org.eclipse.jpt.common.feature" version="1.0.0"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.jpt.common.utility.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.jpt.common.core.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>

Back to the top