Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMartin Oberhuber2010-05-31 20:19:10 +0000
committerMartin Oberhuber2010-05-31 20:19:10 +0000
commit18827aa7ffdfe3ceaae5421ec2d0073c70f937b4 (patch)
tree98281dd08f33f2881fe308ab62b5d3222a41deb5 /releng
parent33d2e7fd52b1a9f2709494045d4a361206742e06 (diff)
downloadorg.eclipse.tm-18827aa7ffdfe3ceaae5421ec2d0073c70f937b4.tar.gz
org.eclipse.tm-18827aa7ffdfe3ceaae5421ec2d0073c70f937b4.tar.xz
org.eclipse.tm-18827aa7ffdfe3ceaae5421ec2d0073c70f937b4.zip
[releng] build tcf source
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.tm.releng.master-feature/build.properties3
-rw-r--r--releng/org.eclipse.tm.releng.master-feature/feature.xml3
2 files changed, 5 insertions, 1 deletions
diff --git a/releng/org.eclipse.tm.releng.master-feature/build.properties b/releng/org.eclipse.tm.releng.master-feature/build.properties
index 1284a5491..5a96188be 100644
--- a/releng/org.eclipse.tm.releng.master-feature/build.properties
+++ b/releng/org.eclipse.tm.releng.master-feature/build.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2006, 2008 Wind River Systems, Inc.
+# Copyright (c) 2006, 2010 Wind River Systems, Inc.
# 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
@@ -13,3 +13,4 @@ bin.includes = feature.xml,\
feature.properties,\
epl-v10.html,\
eclipse_update_120.jpg
+generate.feature@org.eclipse.tm.tcf.source=org.eclipse.tm.tcf.feature
diff --git a/releng/org.eclipse.tm.releng.master-feature/feature.xml b/releng/org.eclipse.tm.releng.master-feature/feature.xml
index 879fa2ec2..2e91bf7c6 100644
--- a/releng/org.eclipse.tm.releng.master-feature/feature.xml
+++ b/releng/org.eclipse.tm.releng.master-feature/feature.xml
@@ -70,6 +70,9 @@
<includes
id="org.eclipse.tm.tcf.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.tm.tcf.source"
+ version="0.0.0"/>
<plugin
id="org.apache.commons.net"
download-size="0"

Back to the top