Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-18 23:01:56 +0000
committerDavid Williams2014-11-18 23:01:56 +0000
commit915bb75a44c3fac22d23a1561aa303158792b005 (patch)
tree486c293a5c0fabef8ad8f1986d461007a63fe3a6 /pom.xml
parent87e6b7550f5598b5d1123c42928d29bf9939e9c7 (diff)
downloadeclipse.platform.releng.aggregator-915bb75a44c3fac22d23a1561aa303158792b005.tar.gz
eclipse.platform.releng.aggregator-915bb75a44c3fac22d23a1561aa303158792b005.tar.xz
eclipse.platform.releng.aggregator-915bb75a44c3fac22d23a1561aa303158792b005.zip
Bug 451347 - Issues with Maintenance Build publication - static files
not copied into place Make sure all of master is formatted consistently, before formating and synchronizing maintenance.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ba9e03419..1dc324c13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.platform</groupId>

Back to the top