mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Fix for 77874. In order to fix this we removed all of the Eclipse-1.0 classes that we copied in the CDT. The good news is that it is now part of Eclipse-3.x platform and we no need to carry the duplicate. The templates support was rewritten to use the JFace templates support classes. * src/org/eclipse/cdt/internal/corext/template/*: remove to use JFace Templates support. * src/org/eclipse/cdt/internal/corext/template/c/*: rewritten to use JFace Templates classes. * src/org/eclipse/cdt/intenal/corext/texmanipulation/*: remove to use JFace TextEdit support * src/org/eclipse/cdt/internal/ui/preferences/CTemplatePreferencePage.java: Rewritten to take advantage of JFace support for Templates. * src/org/eclipse/cdt/internal/ui/text/link/*: Remove use JFace * src/org/eclipse/cdt/internal/ui/text/template/*: Remove use JFace templates * plugin.xml * plugin.properties * template/default-templates.xml
27 lines
1 KiB
Properties
27 lines
1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2003, 2004 IBM Corporation and others.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Common Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/cpl-v10.html
|
|
#
|
|
# Contributors:
|
|
# IBM Corporation - initial API and implementation
|
|
###############################################################################
|
|
bin.includes = about.html,\
|
|
plugin.xml,\
|
|
about.html,\
|
|
icons/,\
|
|
plugin.properties,\
|
|
templates/, \
|
|
cdtui.jar
|
|
source.cdtui.jar = src/,\
|
|
utils.ui/,\
|
|
browser/,\
|
|
refactor/
|
|
src.includes = about.html,\
|
|
schema/
|
|
javadoc.packages = org.eclipse.cdt.ui.*,\
|
|
org.eclipse.cdt.ui.wizards.*,\
|
|
org.eclipse.cdt.ui.wizards.conversion.*
|
|
output.cdtui.jar = bin/
|