diff options
author | Eugene Tarassov | 2011-09-30 16:55:04 +0000 |
---|---|---|
committer | Eugene Tarassov | 2011-09-30 16:55:04 +0000 |
commit | 1cfb8ec6ef22a05eb802be8261e10d84d54a5854 (patch) | |
tree | e075763a881a30de260eba843371a3c6fd2de2ab /features/org.eclipse.tm.tcf.feature | |
parent | 31a75a7702280cbef0c4aae0cffe8727947c4ac7 (diff) | |
download | org.eclipse.tcf-1cfb8ec6ef22a05eb802be8261e10d84d54a5854.tar.gz org.eclipse.tcf-1cfb8ec6ef22a05eb802be8261e10d84d54a5854.tar.xz org.eclipse.tcf-1cfb8ec6ef22a05eb802be8261e10d84d54a5854.zip |
Source code cleanup: CRLF -> LF, removing extra space chars
Diffstat (limited to 'features/org.eclipse.tm.tcf.feature')
-rw-r--r-- | features/org.eclipse.tm.tcf.feature/.project | 56 | ||||
-rw-r--r-- | features/org.eclipse.tm.tcf.feature/build.properties | 32 |
2 files changed, 44 insertions, 44 deletions
diff --git a/features/org.eclipse.tm.tcf.feature/.project b/features/org.eclipse.tm.tcf.feature/.project index dc37f66be..0b5b809ef 100644 --- a/features/org.eclipse.tm.tcf.feature/.project +++ b/features/org.eclipse.tm.tcf.feature/.project @@ -1,28 +1,28 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.tm.tcf.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>
- <filteredResources>
- <filter>
- <id>1311579670096</id>
- <name></name>
- <type>10</type>
- <matcher>
- <id>org.eclipse.ui.ide.multiFilter</id>
- <arguments>1.0-name-matches-false-false-target</arguments>
- </matcher>
- </filter>
- </filteredResources>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.tm.tcf.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> + <filteredResources> + <filter> + <id>1311579670096</id> + <name></name> + <type>10</type> + <matcher> + <id>org.eclipse.ui.ide.multiFilter</id> + <arguments>1.0-name-matches-false-false-target</arguments> + </matcher> + </filter> + </filteredResources> +</projectDescription> diff --git a/features/org.eclipse.tm.tcf.feature/build.properties b/features/org.eclipse.tm.tcf.feature/build.properties index 8ed0fccaa..b9abc1ca3 100644 --- a/features/org.eclipse.tm.tcf.feature/build.properties +++ b/features/org.eclipse.tm.tcf.feature/build.properties @@ -1,16 +1,16 @@ -###############################################################################
-# Copyright (c) 2010 Wind River Systems, Inc. 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:
-# Wind River Systems - initial API and implementation
-###############################################################################
-bin.includes = feature.xml,\
- feature.properties,\
- license.html,\
- eclipse_update_120.jpg,\
- epl-v10.html
-src.includes = feature.properties
+############################################################################### +# Copyright (c) 2010 Wind River Systems, Inc. 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: +# Wind River Systems - initial API and implementation +############################################################################### +bin.includes = feature.xml,\ + feature.properties,\ + license.html,\ + eclipse_update_120.jpg,\ + epl-v10.html +src.includes = feature.properties |