Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-06-07 10:31:42 +0000
committerEike Stepper2011-06-07 10:31:42 +0000
commitd057d2e97e0c9807a1e0f5dc533040f64430fbda (patch)
tree50b158430a1617c51b19c109fa54fe84437ae30a /features
parent8103765e7770ca0e5aa4ad27c4d57a1933356de2 (diff)
downloadcdo-d057d2e97e0c9807a1e0f5dc533040f64430fbda.tar.gz
cdo-d057d2e97e0c9807a1e0f5dc533040f64430fbda.tar.xz
cdo-d057d2e97e0c9807a1e0f5dc533040f64430fbda.zip
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.net4j.db.doc-feature/.project17
-rw-r--r--features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs3
-rw-r--r--features/org.eclipse.net4j.db.doc-feature/build.properties13
-rw-r--r--features/org.eclipse.net4j.db.doc-feature/feature.properties8
-rw-r--r--features/org.eclipse.net4j.db.doc-feature/feature.xml47
-rw-r--r--features/org.eclipse.net4j.doc-feature/feature.properties4
-rw-r--r--features/org.eclipse.net4j.sdk-feature/feature.xml8
-rw-r--r--features/org.eclipse.net4j.util.doc-feature/.project17
-rw-r--r--features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs3
-rw-r--r--features/org.eclipse.net4j.util.doc-feature/build.properties13
-rw-r--r--features/org.eclipse.net4j.util.doc-feature/feature.properties8
-rw-r--r--features/org.eclipse.net4j.util.doc-feature/feature.xml47
16 files changed, 200 insertions, 2 deletions
diff --git a/features/org.eclipse.net4j.db.doc-feature/.project b/features/org.eclipse.net4j.db.doc-feature/.project
new file mode 100644
index 0000000000..d43326ec22
--- /dev/null
+++ b/features/org.eclipse.net4j.db.doc-feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.net4j.db.doc-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/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs b/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000000..0779a3c947
--- /dev/null
+++ b/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 10:06:10 CET 2010
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs b/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 0000000000..d573634502
--- /dev/null
+++ b/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
@@ -0,0 +1,4 @@
+#Thu Feb 04 10:06:10 CET 2010
+eclipse.preferences.version=1
+project.repository.kind=bugzilla
+project.repository.url=https\://bugs.eclipse.org/bugs
diff --git a/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs b/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..4d86eb45ba
--- /dev/null
+++ b/features/org.eclipse.net4j.db.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 10:06:10 CET 2010
+commit.comment.template=[${task.id}] ${task.description} \r\n${task.url}
+eclipse.preferences.version=1
diff --git a/features/org.eclipse.net4j.db.doc-feature/build.properties b/features/org.eclipse.net4j.db.doc-feature/build.properties
new file mode 100644
index 0000000000..8bf0ed342c
--- /dev/null
+++ b/features/org.eclipse.net4j.db.doc-feature/build.properties
@@ -0,0 +1,13 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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:
+# Eike Stepper - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+bin.includes = feature.xml,\
+ feature.properties
diff --git a/features/org.eclipse.net4j.db.doc-feature/feature.properties b/features/org.eclipse.net4j.db.doc-feature/feature.properties
new file mode 100644
index 0000000000..49e963df09
--- /dev/null
+++ b/features/org.eclipse.net4j.db.doc-feature/feature.properties
@@ -0,0 +1,8 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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
+
+featureName = Net4j DB Framework Documentation
+description = Contains the documentation of the Net4j DB Framework.
diff --git a/features/org.eclipse.net4j.db.doc-feature/feature.xml b/features/org.eclipse.net4j.db.doc-feature/feature.xml
new file mode 100644
index 0000000000..0f19c83bc5
--- /dev/null
+++ b/features/org.eclipse.net4j.db.doc-feature/feature.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ 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:
+ Eike Stepper - initial API and implementation
+-->
+<feature
+ id="org.eclipse.net4j.db.doc"
+ label="%featureName"
+ version="4.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg" license-feature="org.eclipse.emf.cdo.license" license-feature-version="4.0.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <requires>
+ <import plugin="org.eclipse.help" version="3.3.0" match="compatible"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.net4j.doc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.net4j.doc-feature/feature.properties b/features/org.eclipse.net4j.doc-feature/feature.properties
index 2f4f518851..1e70dfac84 100644
--- a/features/org.eclipse.net4j.doc-feature/feature.properties
+++ b/features/org.eclipse.net4j.doc-feature/feature.properties
@@ -4,5 +4,5 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-featureName = Net4j Documentation
-description = Contains the documentation of the Net4j SDK.
+featureName = Net4j Signalling Platform Documentation
+description = Contains the documentation of the Net4j Signalling Platform.
diff --git a/features/org.eclipse.net4j.sdk-feature/feature.xml b/features/org.eclipse.net4j.sdk-feature/feature.xml
index 784200bfad..2c71616f58 100644
--- a/features/org.eclipse.net4j.sdk-feature/feature.xml
+++ b/features/org.eclipse.net4j.sdk-feature/feature.xml
@@ -54,6 +54,14 @@
version="0.0.0"/>
<includes
+ id="org.eclipse.net4j.util.doc"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.net4j.db.doc"
+ version="0.0.0"/>
+
+ <includes
id="org.eclipse.net4j.sdk.source"
version="0.0.0"/>
diff --git a/features/org.eclipse.net4j.util.doc-feature/.project b/features/org.eclipse.net4j.util.doc-feature/.project
new file mode 100644
index 0000000000..e87f864e64
--- /dev/null
+++ b/features/org.eclipse.net4j.util.doc-feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.net4j.util.doc-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/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs b/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000000..0779a3c947
--- /dev/null
+++ b/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 10:06:10 CET 2010
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs b/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 0000000000..d573634502
--- /dev/null
+++ b/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
@@ -0,0 +1,4 @@
+#Thu Feb 04 10:06:10 CET 2010
+eclipse.preferences.version=1
+project.repository.kind=bugzilla
+project.repository.url=https\://bugs.eclipse.org/bugs
diff --git a/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs b/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..4d86eb45ba
--- /dev/null
+++ b/features/org.eclipse.net4j.util.doc-feature/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 10:06:10 CET 2010
+commit.comment.template=[${task.id}] ${task.description} \r\n${task.url}
+eclipse.preferences.version=1
diff --git a/features/org.eclipse.net4j.util.doc-feature/build.properties b/features/org.eclipse.net4j.util.doc-feature/build.properties
new file mode 100644
index 0000000000..8bf0ed342c
--- /dev/null
+++ b/features/org.eclipse.net4j.util.doc-feature/build.properties
@@ -0,0 +1,13 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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:
+# Eike Stepper - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+bin.includes = feature.xml,\
+ feature.properties
diff --git a/features/org.eclipse.net4j.util.doc-feature/feature.properties b/features/org.eclipse.net4j.util.doc-feature/feature.properties
new file mode 100644
index 0000000000..52edfa69fa
--- /dev/null
+++ b/features/org.eclipse.net4j.util.doc-feature/feature.properties
@@ -0,0 +1,8 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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
+
+featureName = Net4j Utilities Documentation
+description = Contains the documentation of the Net4j Utilities.
diff --git a/features/org.eclipse.net4j.util.doc-feature/feature.xml b/features/org.eclipse.net4j.util.doc-feature/feature.xml
new file mode 100644
index 0000000000..1d5b5eff7f
--- /dev/null
+++ b/features/org.eclipse.net4j.util.doc-feature/feature.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ 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:
+ Eike Stepper - initial API and implementation
+-->
+<feature
+ id="org.eclipse.net4j.util.doc"
+ label="%featureName"
+ version="4.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg" license-feature="org.eclipse.emf.cdo.license" license-feature-version="4.0.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <requires>
+ <import plugin="org.eclipse.help" version="3.3.0" match="compatible"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.net4j.doc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top