Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-04-04 16:57:19 +0000
committertle2011-04-04 16:57:19 +0000
commitc47aed915380bf2907f1eaba55cf1be04963426e (patch)
treeee583da3f93e03becb2b2aa2e3f2e4c65e8b276c /common/features/org.eclipse.jpt.common_sdk.feature
parentabb5c9aedd91b7d23028f3a21ccec515fb342f18 (diff)
downloadwebtools.dali-c47aed915380bf2907f1eaba55cf1be04963426e.tar.gz
webtools.dali-c47aed915380bf2907f1eaba55cf1be04963426e.tar.xz
webtools.dali-c47aed915380bf2907f1eaba55cf1be04963426e.zip
Initial check-in.
Diffstat (limited to 'common/features/org.eclipse.jpt.common_sdk.feature')
-rw-r--r--common/features/org.eclipse.jpt.common_sdk.feature/.cvsignore2
-rw-r--r--common/features/org.eclipse.jpt.common_sdk.feature/.project17
-rw-r--r--common/features/org.eclipse.jpt.common_sdk.feature/build.properties5
-rw-r--r--common/features/org.eclipse.jpt.common_sdk.feature/eclipse_update_120.jpgbin0 -> 21695 bytes
-rw-r--r--common/features/org.eclipse.jpt.common_sdk.feature/feature.properties43
-rw-r--r--common/features/org.eclipse.jpt.common_sdk.feature/feature.xml30
6 files changed, 97 insertions, 0 deletions
diff --git a/common/features/org.eclipse.jpt.common_sdk.feature/.cvsignore b/common/features/org.eclipse.jpt.common_sdk.feature/.cvsignore
new file mode 100644
index 0000000000..9d0e114f67
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common_sdk.feature/.cvsignore
@@ -0,0 +1,2 @@
+feature.temp.folder
+build.xml
diff --git a/common/features/org.eclipse.jpt.common_sdk.feature/.project b/common/features/org.eclipse.jpt.common_sdk.feature/.project
new file mode 100644
index 0000000000..24b45742af
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common_sdk.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jpt.common_sdk.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_sdk.feature/build.properties b/common/features/org.eclipse.jpt.common_sdk.feature/build.properties
new file mode 100644
index 0000000000..34042c07ff
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common_sdk.feature/build.properties
@@ -0,0 +1,5 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ eclipse_update_120.jpg
+
+generate.feature@org.eclipse.jpt.common.feature.source=org.eclipse.jpt.common.feature
diff --git a/common/features/org.eclipse.jpt.common_sdk.feature/eclipse_update_120.jpg b/common/features/org.eclipse.jpt.common_sdk.feature/eclipse_update_120.jpg
new file mode 100644
index 0000000000..bfdf708ad6
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common_sdk.feature/eclipse_update_120.jpg
Binary files differ
diff --git a/common/features/org.eclipse.jpt.common_sdk.feature/feature.properties b/common/features/org.eclipse.jpt.common_sdk.feature/feature.properties
new file mode 100644
index 0000000000..8578168b7a
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common_sdk.feature/feature.properties
@@ -0,0 +1,43 @@
+###############################################################################
+# Copyright (c) 2010, 2011 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
+###############################################################################
+
+# "featureName" property - name of the feature
+featureName=Dali Java Persistence Tools - Common SDK
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse Web Tools Platform
+
+
+# "description" property - description of the feature
+description=Source code archives for Dali Java Persistence - Common
+
+# "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/common/features/org.eclipse.jpt.common_sdk.feature/feature.xml b/common/features/org.eclipse.jpt.common_sdk.feature/feature.xml
new file mode 100644
index 0000000000..5b91b2dac0
--- /dev/null
+++ b/common/features/org.eclipse.jpt.common_sdk.feature/feature.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.jpt.common_sdk.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>
+
+ <includes
+ id="org.eclipse.jpt.common.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.jpt.common.feature.source"
+ version="0.0.0"/>
+
+</feature>

Back to the top