Yaniv Dary has uploaded a new change for review.

Change subject: cleanup: dos2unix *.xml
......................................................................

cleanup: dos2unix *.xml

Change-Id: I2ddfe672406632a3376948fb8a0072549fb680d7
Signed-off-by: Yaniv Dary <[email protected]>
---
M reports/jars/ChartsCustomizers/pom.xml
M reports/jars/ReportsLineBarChartTheme/pom.xml
M reports/jars/ReportsPieChartTheme/pom.xml
M reports/jars/WebadminLineBarChartTheme/pom.xml
4 files changed, 152 insertions(+), 152 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/05/7405/1

diff --git a/reports/jars/ChartsCustomizers/pom.xml 
b/reports/jars/ChartsCustomizers/pom.xml
index fbb9518..fcc6662 100644
--- a/reports/jars/ChartsCustomizers/pom.xml
+++ b/reports/jars/ChartsCustomizers/pom.xml
@@ -1,62 +1,62 @@
-<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>
-
-  <parent>
-      <groupId>ovirt_engine_reports</groupId>
-      <artifactId>jars</artifactId>
-      <version>3.1.0</version>
-  </parent>
-
-  <groupId>ovirt_engine_reports</groupId>
-  <artifactId>ChartsCustomizers</artifactId>
-  <packaging>jar</packaging>
-  <version>3.1.0</version>
-  <name>Reports Chart Customizers</name>
-  <description>The jar that contains the chart customizers 
classes</description>
-
-  <dependencies>
-    <dependency>
-     <groupId>net.sf.jasperreports</groupId>
-     <artifactId>jasperreports</artifactId>
-     <version>${version.jasperreports}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>jfree</groupId>
-      <artifactId>jfreechart</artifactId>
-      <version>${version.jfreechart}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>jfree</groupId>
-      <artifactId>jcommon</artifactId>
-      <version>${version.jcommon}</version>
-    </dependency>
-
-  </dependencies>
-  <build>
-       <pluginManagement>
-           <plugins>
-               <plugin>
-                   <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
-                       <source>1.6</source> <target>1.6</target> <includes>
-                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
-                        </includes>
-                   </configuration>
-               </plugin>
-            </plugins>
-       </pluginManagement>
-  </build>
-  <repositories>
-   <repository>
-      <id>jasper-reports</id>
-      <name>jasper-reports</name>
-      <url>http://repo2.maven.org/maven2/net/sf/</url>
-      <layout>default</layout>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-   </repository>
-  </repositories>
-</project>
+<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>
+
+  <parent>
+      <groupId>ovirt_engine_reports</groupId>
+      <artifactId>jars</artifactId>
+      <version>3.1.0</version>
+  </parent>
+
+  <groupId>ovirt_engine_reports</groupId>
+  <artifactId>ChartsCustomizers</artifactId>
+  <packaging>jar</packaging>
+  <version>3.1.0</version>
+  <name>Reports Chart Customizers</name>
+  <description>The jar that contains the chart customizers 
classes</description>
+
+  <dependencies>
+    <dependency>
+     <groupId>net.sf.jasperreports</groupId>
+     <artifactId>jasperreports</artifactId>
+     <version>${version.jasperreports}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>jfree</groupId>
+      <artifactId>jfreechart</artifactId>
+      <version>${version.jfreechart}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>jfree</groupId>
+      <artifactId>jcommon</artifactId>
+      <version>${version.jcommon}</version>
+    </dependency>
+
+  </dependencies>
+  <build>
+       <pluginManagement>
+           <plugins>
+               <plugin>
+                   <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
+                       <source>1.6</source> <target>1.6</target> <includes>
+                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
+                        </includes>
+                   </configuration>
+               </plugin>
+            </plugins>
+       </pluginManagement>
+  </build>
+  <repositories>
+   <repository>
+      <id>jasper-reports</id>
+      <name>jasper-reports</name>
+      <url>http://repo2.maven.org/maven2/net/sf/</url>
+      <layout>default</layout>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+   </repository>
+  </repositories>
+</project>
diff --git a/reports/jars/ReportsLineBarChartTheme/pom.xml 
b/reports/jars/ReportsLineBarChartTheme/pom.xml
index efe8d36..491be0b 100644
--- a/reports/jars/ReportsLineBarChartTheme/pom.xml
+++ b/reports/jars/ReportsLineBarChartTheme/pom.xml
@@ -1,30 +1,30 @@
-<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>
-
-  <parent>
-      <groupId>ovirt_engine_reports</groupId>
-      <artifactId>jars</artifactId>
-      <version>3.1.0</version>
-  </parent>
-
-  <groupId>ovirt_engine_reports</groupId>
-  <artifactId>ReportsLineBarChartTheme</artifactId>
-  <packaging>jar</packaging>
-  <version>3.1.0</version>
-  <name>Reports Chart Theme for Line and Bar Charts</name>
-  <description>The jar that contains the chart theme line and bar 
charts</description>
-  <build>
-       <pluginManagement>
-           <plugins>
-               <plugin>
-                   <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
-                       <source>1.6</source> <target>1.6</target> <includes>
-                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
-                       </includes>
-                   </configuration>
-               </plugin>
-           </plugins>
-       </pluginManagement>
-  </build>
-</project>
+<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>
+
+  <parent>
+      <groupId>ovirt_engine_reports</groupId>
+      <artifactId>jars</artifactId>
+      <version>3.1.0</version>
+  </parent>
+
+  <groupId>ovirt_engine_reports</groupId>
+  <artifactId>ReportsLineBarChartTheme</artifactId>
+  <packaging>jar</packaging>
+  <version>3.1.0</version>
+  <name>Reports Chart Theme for Line and Bar Charts</name>
+  <description>The jar that contains the chart theme line and bar 
charts</description>
+  <build>
+       <pluginManagement>
+           <plugins>
+               <plugin>
+                   <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
+                       <source>1.6</source> <target>1.6</target> <includes>
+                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
+                       </includes>
+                   </configuration>
+               </plugin>
+           </plugins>
+       </pluginManagement>
+  </build>
+</project>
diff --git a/reports/jars/ReportsPieChartTheme/pom.xml 
b/reports/jars/ReportsPieChartTheme/pom.xml
index ea13022..ddbf67b 100644
--- a/reports/jars/ReportsPieChartTheme/pom.xml
+++ b/reports/jars/ReportsPieChartTheme/pom.xml
@@ -1,30 +1,30 @@
-<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>
-
-  <parent>
-        <groupId>ovirt_engine_reports</groupId>
-        <artifactId>jars</artifactId>
-        <version>3.1.0</version>
-  </parent>
-
-  <groupId>ovirt_engine_reports</groupId>
-  <artifactId>ReportsPieChartTheme</artifactId>
-  <packaging>jar</packaging>
-  <version>3.1.0</version>
-  <name>Reports Chart Theme For Pie Charts</name>
-  <description>The jar that contains the chart theme for pie 
charts</description>
-  <build>
-    <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
-                        <source>1.6</source> <target>1.6</target> <includes>
-                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
-                        </includes>
-                     </configuration>
-               </plugin>
-            </plugins>
-       </pluginManagement>
-  </build>
-</project> 
+<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>
+
+  <parent>
+        <groupId>ovirt_engine_reports</groupId>
+        <artifactId>jars</artifactId>
+        <version>3.1.0</version>
+  </parent>
+
+  <groupId>ovirt_engine_reports</groupId>
+  <artifactId>ReportsPieChartTheme</artifactId>
+  <packaging>jar</packaging>
+  <version>3.1.0</version>
+  <name>Reports Chart Theme For Pie Charts</name>
+  <description>The jar that contains the chart theme for pie 
charts</description>
+  <build>
+    <pluginManagement>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
+                        <source>1.6</source> <target>1.6</target> <includes>
+                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
+                        </includes>
+                     </configuration>
+               </plugin>
+            </plugins>
+       </pluginManagement>
+  </build>
+</project> 
diff --git a/reports/jars/WebadminLineBarChartTheme/pom.xml 
b/reports/jars/WebadminLineBarChartTheme/pom.xml
index 6e67c1a..60c095a 100644
--- a/reports/jars/WebadminLineBarChartTheme/pom.xml
+++ b/reports/jars/WebadminLineBarChartTheme/pom.xml
@@ -1,30 +1,30 @@
-<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>
-
-  <parent>
-      <groupId>ovirt_engine_reports</groupId>
-      <artifactId>jars</artifactId>
-      <version>3.1.0</version>
-  </parent>
-
-  <groupId>ovirt_engine_reports</groupId>
-  <artifactId>WebadminLineBarChartTheme</artifactId>
-  <packaging>jar</packaging>
-  <version>3.1.0</version>
-  <name>Webadmin Chart Theme for Line and Bar Charts</name>
-  <description>The jar that contains the chart theme line and bar charts in 
the webadmin dashboards</description>
-  <build>
-       <pluginManagement>
-           <plugins>
-               <plugin>
-                   <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
-                       <source>1.6</source> <target>1.6</target> <includes>
-                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
-                       </includes>
-                   </configuration>
-               </plugin>
-           </plugins>
-       </pluginManagement>
-  </build>
-</project>
+<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>
+
+  <parent>
+      <groupId>ovirt_engine_reports</groupId>
+      <artifactId>jars</artifactId>
+      <version>3.1.0</version>
+  </parent>
+
+  <groupId>ovirt_engine_reports</groupId>
+  <artifactId>WebadminLineBarChartTheme</artifactId>
+  <packaging>jar</packaging>
+  <version>3.1.0</version>
+  <name>Webadmin Chart Theme for Line and Bar Charts</name>
+  <description>The jar that contains the chart theme line and bar charts in 
the webadmin dashboards</description>
+  <build>
+       <pluginManagement>
+           <plugins>
+               <plugin>
+                   <artifactId>maven-compiler-plugin</artifactId> 
<configuration>
+                       <source>1.6</source> <target>1.6</target> <includes>
+                            <include>**/*.txt</include> 
<include>**/*.java</include> <include>**/*.properties</include>
+                       </includes>
+                   </configuration>
+               </plugin>
+           </plugins>
+       </pluginManagement>
+  </build>
+</project>


--
To view, visit http://gerrit.ovirt.org/7405
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ddfe672406632a3376948fb8a0072549fb680d7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to