Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-10 17:26:35 +0000
committerMarkus Knauer2009-06-10 17:26:35 +0000
commit1ff69f6a7bd82f378d50a72ff6e4de698679cee4 (patch)
tree5aa6869f3194cf53f08ca4fce982ee3a80466dde /features
parent16a187694a0e807394b3e1871500dac6f98554fd (diff)
downloadorg.eclipse.epp.packages-1ff69f6a7bd82f378d50a72ff6e4de698679cee4.tar.gz
org.eclipse.epp.packages-1ff69f6a7bd82f378d50a72ff6e4de698679cee4.tar.xz
org.eclipse.epp.packages-1ff69f6a7bd82f378d50a72ff6e4de698679cee4.zip
fix invalid line endings (CR/LF instead of just LF)
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.epp.allpackages.feature/buckminster.cspex52
1 files changed, 26 insertions, 26 deletions
diff --git a/features/org.eclipse.epp.allpackages.feature/buckminster.cspex b/features/org.eclipse.epp.allpackages.feature/buckminster.cspex
index 08e43af9..c14a516d 100644
--- a/features/org.eclipse.epp.allpackages.feature/buckminster.cspex
+++ b/features/org.eclipse.epp.allpackages.feature/buckminster.cspex
@@ -1,26 +1,26 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<cspecExtension
- xmlns:com="http://www.eclipse.org/buckminster/Common-1.0"
- xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
-
- <actions>
- <private name="site.feature.exports" actor="ant">
- <actorProperties>
- <property key="buildFileId" value="buckminster.pdetasks"/>
- <property key="targets" value="filter"/>
- </actorProperties>
- <properties>
- <property key="pattern" value="**/*.epp.*"/>
- </properties>
- <prerequisites alias="action.requirements">
- <attribute name="unlimited.site.feature.exports"/>
- </prerequisites>
- <products alias="action.output" base="${buckminster.output}/jars.to.process"/>
- </private>
- </actions>
-
- <alterActions>
- <rename oldName="site.feature.exports" newName="unlimited.site.feature.exports"/>
- </alterActions>
-
-</cspecExtension>
+<?xml version="1.0" encoding="UTF-8"?>
+<cspecExtension
+ xmlns:com="http://www.eclipse.org/buckminster/Common-1.0"
+ xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
+
+ <actions>
+ <private name="site.feature.exports" actor="ant">
+ <actorProperties>
+ <property key="buildFileId" value="buckminster.pdetasks"/>
+ <property key="targets" value="filter"/>
+ </actorProperties>
+ <properties>
+ <property key="pattern" value="**/*.epp.*"/>
+ </properties>
+ <prerequisites alias="action.requirements">
+ <attribute name="unlimited.site.feature.exports"/>
+ </prerequisites>
+ <products alias="action.output" base="${buckminster.output}/jars.to.process"/>
+ </private>
+ </actions>
+
+ <alterActions>
+ <rename oldName="site.feature.exports" newName="unlimited.site.feature.exports"/>
+ </alterActions>
+
+</cspecExtension>

Back to the top