Author: rezan
Date: Wed Apr 22 20:00:48 2015
New Revision: 1675484

URL: http://svn.apache.org/r1675484
Log:
reverted pom to original

Modified:
    devicemap/trunk/clients/1.0/java_w3c_simple/pom.xml

Modified: devicemap/trunk/clients/1.0/java_w3c_simple/pom.xml
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/java_w3c_simple/pom.xml?rev=1675484&r1=1675483&r2=1675484&view=diff
==============================================================================
--- devicemap/trunk/clients/1.0/java_w3c_simple/pom.xml (original)
+++ devicemap/trunk/clients/1.0/java_w3c_simple/pom.xml Wed Apr 22 20:00:48 2015
@@ -1,134 +1,92 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-       license agreements. See the NOTICE file distributed with this work for 
additional 
-       information regarding copyright ownership. The ASF licenses this file 
to 
-       you under the Apache License, Version 2.0 (the "License"); you may not 
use 
-       this file except in compliance with the License. You may obtain a copy 
of 
-       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
-       by applicable law or agreed to in writing, software distributed under 
the 
-       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
-       OF ANY KIND, either express or implied. See the License for the 
specific 
-       language governing permissions and limitations under the License. -->
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 <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/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
 
-       <parent>
-               <groupId>org.apache</groupId>
-               <artifactId>apache</artifactId>
-               <version>16</version>
-               <relativePath />
-       </parent>
-
-       <groupId>org.apache.devicemap</groupId>
-       <artifactId>devicemap-client-w3c-simple</artifactId>
-       <packaging>jar</packaging>
-       <version>1.0.0-SNAPSHOT</version>
-       <name>Apache DeviceMap Java W3C Simple API</name>
-       <description>Apache DeviceMap Java W3C Simple API</description>
-
-
-       <properties>
-               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-       </properties>
-
-       <dependencies>
-
-               <dependency>
-                       <groupId>org.apache.devicemap</groupId>
-                       <artifactId>devicemap-client</artifactId>
-                       <version>1.1.0</version>
-               </dependency>
-
-               <!-- WARNING, this jar is unpublished and unlicensed 
<dependency> <groupId>org.w3c.ddr</groupId> 
-                       <artifactId>simple</artifactId> 
<version>20081205</version> </dependency> -->
-
-               <dependency>
-                       <groupId>org.apache.devicemap</groupId>
-                       <artifactId>devicemap-data</artifactId>
-                       <version>1.0.1</version>
-                       <scope>test</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.11</version>
-                       <scope>test</scope>
-               </dependency>
-
-       </dependencies>
-
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
-                                       <debug>true</debug>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               
<groupId>com.googlecode.addjars-maven-plugin</groupId>
-                               <artifactId>addjars-maven-plugin</artifactId>
-                               <version>1.0.5</version>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>add-jars</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <resources>
-                                                               <resource>
-                                                                       
<directory>${basedir}/../lib</directory>
-                                                               </resource>
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                       </plugin>
-               </plugins>
-               <pluginManagement>
-                       <plugins>
-                               <!--This plugin's configuration is used to 
store Eclipse m2e settings only. It has no influence on the Maven build 
itself.-->
-                               <plugin>
-                                       <groupId>org.eclipse.m2e</groupId>
-                                       
<artifactId>lifecycle-mapping</artifactId>
-                                       <version>1.0.0</version>
-                                       <configuration>
-                                               <lifecycleMappingMetadata>
-                                                       <pluginExecutions>
-                                                               
<pluginExecution>
-                                                                       
<pluginExecutionFilter>
-                                                                               
<groupId>
-                                                                               
        com.googlecode.addjars-maven-plugin
-                                                                               
</groupId>
-                                                                               
<artifactId>
-                                                                               
        addjars-maven-plugin
-                                                                               
</artifactId>
-                                                                               
<versionRange>
-                                                                               
        [1.0.5,)
-                                                                               
</versionRange>
-                                                                               
<goals>
-                                                                               
        <goal>add-jars</goal>
-                                                                               
</goals>
-                                                                       
</pluginExecutionFilter>
-                                                                       <action>
-                                                                               
<ignore></ignore>
-                                                                       
</action>
-                                                               
</pluginExecution>
-                                                       </pluginExecutions>
-                                               </lifecycleMappingMetadata>
-                                       </configuration>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-       </build>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>16</version>
+    <relativePath />
+  </parent>
+
+  <groupId>org.apache.devicemap</groupId>
+  <artifactId>devicemap-client-w3c-simple</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.0-SNAPSHOT</version>
+  <name>Apache DeviceMap Java W3C Simple API</name>
+  <description>Apache DeviceMap Java W3C Simple API</description>
+
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>org.apache.devicemap</groupId>
+      <artifactId>devicemap-client</artifactId>
+      <version>1.1.0</version>
+    </dependency>
+
+    <!-- WARNING, this jar is unpublished -->
+    <dependency>
+      <groupId>org.w3c.ddr</groupId>
+      <artifactId>simple</artifactId>
+      <version>20081205</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.devicemap</groupId>
+      <artifactId>devicemap-data</artifactId>
+      <version>1.0.1</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+    
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+          <debug>true</debug>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>


Reply via email to