You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/10/16 01:01:30 UTC

svn commit: r1023139 - in /openejb/branches/openejb-3.1.3/examples/quartz-app: pom.xml quartz-beans/pom.xml quartz-ra/pom.xml

Author: dblevins
Date: Fri Oct 15 23:01:29 2010
New Revision: 1023139

URL: http://svn.apache.org/viewvc?rev=1023139&view=rev
Log:
Messed up processing instructions

Modified:
    openejb/branches/openejb-3.1.3/examples/quartz-app/pom.xml
    openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-beans/pom.xml
    openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-ra/pom.xml

Modified: openejb/branches/openejb-3.1.3/examples/quartz-app/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.3/examples/quartz-app/pom.xml?rev=1023139&r1=1023138&r2=1023139&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.3/examples/quartz-app/pom.xml (original)
+++ openejb/branches/openejb-3.1.3/examples/quartz-app/pom.xml Fri Oct 15 23:01:29 2010
@@ -17,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <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>

Modified: openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-beans/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-beans/pom.xml?rev=1023139&r1=1023138&r2=1023139&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-beans/pom.xml (original)
+++ openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-beans/pom.xml Fri Oct 15 23:01:29 2010
@@ -17,7 +17,7 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
+
 <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">
   <parent>
     <groupId>org.superbiz.quartz</groupId>

Modified: openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-ra/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-ra/pom.xml?rev=1023139&r1=1023138&r2=1023139&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-ra/pom.xml (original)
+++ openejb/branches/openejb-3.1.3/examples/quartz-app/quartz-ra/pom.xml Fri Oct 15 23:01:29 2010
@@ -17,7 +17,7 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
+
 <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">
   <parent>
     <groupId>org.superbiz.quartz</groupId>