Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpiers2012-03-20 14:33:31 +0000
committerwpiers2012-03-20 14:33:31 +0000
commit60e1e74073ec22385e08479d90d529a20dd509de (patch)
treee68e78457fee5b39af5601cadb979b76bd17109e /plugins/org.eclipse.m2m.atl.engine/pom.xml
parent5eb2c7d559c699424e80154d672b5943d2a23383 (diff)
downloadorg.eclipse.atl-60e1e74073ec22385e08479d90d529a20dd509de.tar.gz
org.eclipse.atl-60e1e74073ec22385e08479d90d529a20dd509de.tar.xz
org.eclipse.atl-60e1e74073ec22385e08479d90d529a20dd509de.zip
fixed build issues
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.engine/pom.xml')
-rw-r--r--plugins/org.eclipse.m2m.atl.engine/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/org.eclipse.m2m.atl.engine/pom.xml b/plugins/org.eclipse.m2m.atl.engine/pom.xml
index 31f9996f..c3c35dc4 100644
--- a/plugins/org.eclipse.m2m.atl.engine/pom.xml
+++ b/plugins/org.eclipse.m2m.atl.engine/pom.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+<!--
+ Copyright (c) 2012 Obeo.
+ 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:
+ Obeo - initial creator
+ -->
+ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>

Back to the top