You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sh...@apache.org on 2008/03/31 07:09:55 UTC

svn commit: r642877 - in /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel: .classpath META-INF/MANIFEST.MF

Author: shivahr
Date: Sun Mar 30 22:09:39 2008
New Revision: 642877

URL: http://svn.apache.org/viewvc?rev=642877&view=rev
Log:
Fixing compilation errors shown in Eclipse PDE

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/.classpath
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/META-INF/MANIFEST.MF

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/.classpath
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/.classpath?rev=642877&r1=642876&r2=642877&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/.classpath (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/.classpath Sun Mar 30 22:09:39 2008
@@ -1,7 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="src" path="target/generated-sources/xjc"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/META-INF/MANIFEST.MF?rev=642877&r1=642876&r2=642877&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.v21.jaxbmodel/META-INF/MANIFEST.MF Sun Mar 30 22:09:39 2008
@@ -8,8 +8,7 @@
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
  org.apache.geronimo.runtime.common
-Export-Package: com.sun.java.xml.ns.persistence,
- org,
+Export-Package: org,
  org.apache.geronimo.jee.application,
  org.apache.geronimo.jee.applicationclient,
  org.apache.geronimo.jee.connector,
@@ -18,23 +17,4 @@
  org.apache.geronimo.jee.openejb,
  org.apache.geronimo.jee.persistence,
  org.apache.geronimo.jee.security,
- org.apache.geronimo.jee.web;uses:="org.apache.geronimo.xml.ns.deployment_1,org.apache.geronimo.xml.ns.naming_1,javax.xml.bind",
- org.apache.geronimo.xml.ns.attributes_1;uses:="javax.xml.bind",
- org.apache.geronimo.xml.ns.credentialstore_1;uses:="javax.xml.bind",
- org.apache.geronimo.xml.ns.deployment.javabean_1;uses:="javax.xml.bind",
- org.apache.geronimo.xml.ns.deployment_1;uses:="javax.xml.bind",
- org.apache.geronimo.xml.ns.j2ee.application_2;uses:="org.apache.geronimo.xml.ns.deployment_1,javax.xml.bind",
- org.apache.geronimo.xml.ns.j2ee.application_client_2;
-  uses:="org.apache.geronimo.xml.ns.security_2,
-   org.apache.geronimo.xml.ns.j2ee.connector_1,
-   org.apache.geronimo.xml.ns.deployment_1,
-   javax.xml.bind",
- org.apache.geronimo.xml.ns.j2ee.connector_1;uses:="org.apache.geronimo.xml.ns.deployment_1,org.apache.geronimo.xml.ns.naming_1,javax.xml.bind",
- org.apache.geronimo.xml.ns.j2ee.ejb.openejb_2;uses:="org.apache.geronimo.xml.ns.deployment_1,org.apache.geronimo.xml.ns.naming_1,javax.xml.bind",
- org.apache.geronimo.xml.ns.j2ee.web_2_0,
- org.apache.geronimo.xml.ns.loginconfig_2;uses:="org.apache.geronimo.xml.ns.deployment_1,javax.xml.bind",
- org.apache.geronimo.xml.ns.naming_1;uses:="javax.xml.bind",
- org.apache.geronimo.xml.ns.plugins_1;uses:="javax.xml.bind",
- org.apache.geronimo.xml.ns.security_1;uses:="org.apache.geronimo.xml.ns.j2ee.application_2,javax.xml.bind",
- org.apache.geronimo.xml.ns.security_2;uses:="org.apache.geronimo.xml.ns.j2ee.application_2,org.apache.geronimo.xml.ns.deployment_1,javax.xml.bind",
- org.apache.geronimo.xml.ns.subject_info_1;uses:="org.apache.geronimo.xml.ns.j2ee.application_2,javax.xml.bind"
+ org.apache.geronimo.jee.web