Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Ladenberger2013-02-19 09:25:14 +0000
committerLukas Ladenberger2013-02-19 09:25:14 +0000
commit0b27927b2a575d9d5b82063f111566818776501b (patch)
tree9c8b32a55566865c3060ff8ade98f65d784f4acc
parentd78abc3cdf9da3a9b9bee4825f090082705baf63 (diff)
downloadorg.eclipse.rmf-0b27927b2a575d9d5b82063f111566818776501b.tar.gz
org.eclipse.rmf-0b27927b2a575d9d5b82063f111566818776501b.tar.xz
org.eclipse.rmf-0b27927b2a575d9d5b82063f111566818776501b.zip
improved pom.xml to prevent warnings
-rw-r--r--org.eclipse.rmf.emf.ecore.converter/pom.xml3
-rw-r--r--org.eclipse.rmf.releng/pom.xml8
-rw-r--r--org.eclipse.rmf.reqif10.common/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror.edit/pom.xml3
-rw-r--r--[-rwxr-xr-x]org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml3
-rw-r--r--[-rwxr-xr-x]org.eclipse.rmf.reqif10.pror.editor.tests/stats.txt2
-rw-r--r--org.eclipse.rmf.reqif10.pror.editor/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror.genhtml/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror.help.ui/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror.tests/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.pror/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10.tests/pom.xml3
-rw-r--r--org.eclipse.rmf.reqif10/pom.xml3
-rw-r--r--org.eclipse.rmf.rif11.model/pom.xml3
-rw-r--r--org.eclipse.rmf.rif11.resource/pom.xml3
-rw-r--r--org.eclipse.rmf.rif11.xsd.model/pom.xml3
-rw-r--r--org.eclipse.rmf.rif12.model.test/pom.xml3
-rw-r--r--org.eclipse.rmf.rif12.model/pom.xml3
-rw-r--r--org.eclipse.rmf.rif12.resource/pom.xml3
-rw-r--r--org.eclipse.rmf.rif12.xsd.model/pom.xml3
-rw-r--r--org.eclipse.rmf.serialization/pom.xml3
24 files changed, 71 insertions, 5 deletions
diff --git a/org.eclipse.rmf.emf.ecore.converter/pom.xml b/org.eclipse.rmf.emf.ecore.converter/pom.xml
index 8f8bb90d..038d5d8e 100644
--- a/org.eclipse.rmf.emf.ecore.converter/pom.xml
+++ b/org.eclipse.rmf.emf.ecore.converter/pom.xml
@@ -11,6 +11,9 @@
</parent>
<artifactId>org.eclipse.rmf.emf.ecore.converter</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
<build>
diff --git a/org.eclipse.rmf.releng/pom.xml b/org.eclipse.rmf.releng/pom.xml
index 273b0c3c..d083e660 100644
--- a/org.eclipse.rmf.releng/pom.xml
+++ b/org.eclipse.rmf.releng/pom.xml
@@ -32,7 +32,7 @@
<id>replace-build-token</id>
<phase>generate-sources</phase>
<configuration>
- <tasks>
+ <target>
<taskdef resource="net/sf/antcontrib/antcontrib.properties"
classpathref="maven.plugin.classpath" />
<if>
@@ -55,7 +55,7 @@
</replace>
</then>
</if>
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
@@ -65,7 +65,7 @@
<id>replace-back-build-token</id>
<phase>install</phase>
<configuration>
- <tasks>
+ <target>
<taskdef resource="net/sf/antcontrib/antcontrib.properties"
classpathref="maven.plugin.classpath" />
<if>
@@ -88,7 +88,7 @@
</replace>
</then>
</if>
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
diff --git a/org.eclipse.rmf.reqif10.common/pom.xml b/org.eclipse.rmf.reqif10.common/pom.xml
index de029121..011ddcda 100644
--- a/org.eclipse.rmf.reqif10.common/pom.xml
+++ b/org.eclipse.rmf.reqif10.common/pom.xml
@@ -26,6 +26,9 @@ Contributors:
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.pror.edit/pom.xml b/org.eclipse.rmf.reqif10.pror.edit/pom.xml
index f55fcf98..12d09e5c 100644
--- a/org.eclipse.rmf.reqif10.pror.edit/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.edit/pom.xml
@@ -13,6 +13,9 @@
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml b/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml
index 4a027538..d4fe76b0 100755..100644
--- a/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml
@@ -12,6 +12,9 @@
<groupId>org.eclipse.rmf.plugins</groupId>
<artifactId>org.eclipse.rmf.reqif10.pror.editor.tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-test-plugin</packaging>
<profiles>
<profile>
diff --git a/org.eclipse.rmf.reqif10.pror.editor.tests/stats.txt b/org.eclipse.rmf.reqif10.pror.editor.tests/stats.txt
index ce5ff106..e410da6d 100755..100644
--- a/org.eclipse.rmf.reqif10.pror.editor.tests/stats.txt
+++ b/org.eclipse.rmf.reqif10.pror.editor.tests/stats.txt
@@ -1 +1 @@
-Mon Feb 04 17:20:04 CET 2013; 4197; 506; 0; 4484 \ No newline at end of file
+Tue Feb 19 10:22:41 CET 2013; 14102; 819; 0; 4977 \ No newline at end of file
diff --git a/org.eclipse.rmf.reqif10.pror.editor/pom.xml b/org.eclipse.rmf.reqif10.pror.editor/pom.xml
index d8815cae..62f6c962 100644
--- a/org.eclipse.rmf.reqif10.pror.editor/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.editor/pom.xml
@@ -13,6 +13,9 @@
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml b/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml
index 2e23dc92..201fcf5a 100644
--- a/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml
@@ -12,6 +12,9 @@
<groupId>org.eclipse.rmf.plugins</groupId>
<artifactId>org.eclipse.rmf.reqif10.pror.genhtml</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<!--build>
<sourceDirectory>src</sourceDirectory>
diff --git a/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml b/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml
index 52aba52b..3bd26fbb 100644
--- a/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml
@@ -13,6 +13,9 @@
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml b/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml
index 783ca7a5..76046935 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml
@@ -13,6 +13,9 @@
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml b/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml
index 0c9a0208..0a3996cb 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml
@@ -13,6 +13,9 @@
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml b/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml
index cead399c..005ea16b 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml
@@ -13,6 +13,9 @@
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.pror.tests/pom.xml b/org.eclipse.rmf.reqif10.pror.tests/pom.xml
index 74ce9606..86fed892 100644
--- a/org.eclipse.rmf.reqif10.pror.tests/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.tests/pom.xml
@@ -12,6 +12,9 @@
<groupId>org.eclipse.rmf.plugins</groupId>
<artifactId>org.eclipse.rmf.reqif10.pror.tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-test-plugin</packaging>
<profiles>
<profile>
diff --git a/org.eclipse.rmf.reqif10.pror/pom.xml b/org.eclipse.rmf.reqif10.pror/pom.xml
index 752dad8d..834d8ebb 100644
--- a/org.eclipse.rmf.reqif10.pror/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror/pom.xml
@@ -13,6 +13,9 @@
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.reqif10.tests/pom.xml b/org.eclipse.rmf.reqif10.tests/pom.xml
index dee7dd04..35061b61 100644
--- a/org.eclipse.rmf.reqif10.tests/pom.xml
+++ b/org.eclipse.rmf.reqif10.tests/pom.xml
@@ -25,6 +25,9 @@ Contributors:
<groupId>org.eclipse.rmf.plugins</groupId>
<artifactId>org.eclipse.rmf.reqif10.tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-test-plugin</packaging>
<profiles>
<profile>
diff --git a/org.eclipse.rmf.reqif10/pom.xml b/org.eclipse.rmf.reqif10/pom.xml
index a0e485b7..a252a615 100644
--- a/org.eclipse.rmf.reqif10/pom.xml
+++ b/org.eclipse.rmf.reqif10/pom.xml
@@ -26,6 +26,9 @@ Contributors:
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>
diff --git a/org.eclipse.rmf.rif11.model/pom.xml b/org.eclipse.rmf.rif11.model/pom.xml
index b8dfc31e..cef678f3 100644
--- a/org.eclipse.rmf.rif11.model/pom.xml
+++ b/org.eclipse.rmf.rif11.model/pom.xml
@@ -11,6 +11,9 @@
</parent>
<artifactId>org.eclipse.rmf.rif11.model</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
<build>
diff --git a/org.eclipse.rmf.rif11.resource/pom.xml b/org.eclipse.rmf.rif11.resource/pom.xml
index 42a2e2cb..8775f316 100644
--- a/org.eclipse.rmf.rif11.resource/pom.xml
+++ b/org.eclipse.rmf.rif11.resource/pom.xml
@@ -11,6 +11,9 @@
</parent>
<artifactId>org.eclipse.rmf.rif11.resource</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
<build>
diff --git a/org.eclipse.rmf.rif11.xsd.model/pom.xml b/org.eclipse.rmf.rif11.xsd.model/pom.xml
index af48c0ad..34a02ba2 100644
--- a/org.eclipse.rmf.rif11.xsd.model/pom.xml
+++ b/org.eclipse.rmf.rif11.xsd.model/pom.xml
@@ -11,6 +11,9 @@
</parent>
<artifactId>org.eclipse.rmf.rif11.xsd.model</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
<build>
diff --git a/org.eclipse.rmf.rif12.model.test/pom.xml b/org.eclipse.rmf.rif12.model.test/pom.xml
index badc36e8..baac50d8 100644
--- a/org.eclipse.rmf.rif12.model.test/pom.xml
+++ b/org.eclipse.rmf.rif12.model.test/pom.xml
@@ -12,6 +12,9 @@
<groupId>org.eclipse.rmf.plugins</groupId>
<artifactId>org.eclipse.rmf.rif12.model.test</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-test-plugin</packaging>
<profiles>
<profile>
diff --git a/org.eclipse.rmf.rif12.model/pom.xml b/org.eclipse.rmf.rif12.model/pom.xml
index 277ef5c6..c23c5b9b 100644
--- a/org.eclipse.rmf.rif12.model/pom.xml
+++ b/org.eclipse.rmf.rif12.model/pom.xml
@@ -11,6 +11,9 @@
</parent>
<artifactId>org.eclipse.rmf.rif12.model</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
<build>
diff --git a/org.eclipse.rmf.rif12.resource/pom.xml b/org.eclipse.rmf.rif12.resource/pom.xml
index f3848248..ea3343e8 100644
--- a/org.eclipse.rmf.rif12.resource/pom.xml
+++ b/org.eclipse.rmf.rif12.resource/pom.xml
@@ -11,6 +11,9 @@
</parent>
<artifactId>org.eclipse.rmf.rif12.resource</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
<build>
diff --git a/org.eclipse.rmf.rif12.xsd.model/pom.xml b/org.eclipse.rmf.rif12.xsd.model/pom.xml
index 8e5d485c..8f709291 100644
--- a/org.eclipse.rmf.rif12.xsd.model/pom.xml
+++ b/org.eclipse.rmf.rif12.xsd.model/pom.xml
@@ -11,6 +11,9 @@
</parent>
<artifactId>org.eclipse.rmf.rif12.xsd.model</artifactId>
<version>0.6.0-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
<build>
diff --git a/org.eclipse.rmf.serialization/pom.xml b/org.eclipse.rmf.serialization/pom.xml
index 95abd4eb..0c583b98 100644
--- a/org.eclipse.rmf.serialization/pom.xml
+++ b/org.eclipse.rmf.serialization/pom.xml
@@ -26,6 +26,9 @@ Contributors:
<version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.rmf.plugins</groupId>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>

Back to the top