[jboss-cvs] JBossAS SVN: r89363 - in projects/jboss-osgi/projects/bundles/apache-xerces/trunk: .settings and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 25 08:03:30 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-25 08:03:30 -0400 (Mon, 25 May 2009)
New Revision: 89363

Modified:
   projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.classpath
   projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.settings/org.eclipse.jdt.core.prefs
   projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml
Log:
Add version info to manifest

Modified: projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.classpath
===================================================================
--- projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.classpath	2009-05-25 11:57:47 UTC (rev 89362)
+++ projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.classpath	2009-05-25 12:03:30 UTC (rev 89363)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.settings/org.eclipse.jdt.core.prefs	2009-05-25 11:57:47 UTC (rev 89362)
+++ projects/jboss-osgi/projects/bundles/apache-xerces/trunk/.settings/org.eclipse.jdt.core.prefs	2009-05-25 12:03:30 UTC (rev 89363)
@@ -1,5 +1,5 @@
-#Wed Apr 29 11:59:13 CEST 2009
+#Mon May 25 10:37:04 CEST 2009
 eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.source=1.3
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.source=1.5

Modified: projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml	2009-05-25 11:57:47 UTC (rev 89362)
+++ projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml	2009-05-25 12:03:30 UTC (rev 89363)
@@ -91,7 +91,10 @@
               xercesImpl;inline=false,
               xml-resolver;inline=false,
             </Embed-Dependency>
-            <_exportcontents>*</_exportcontents>
+            <_exportcontents>
+              com.wutka.dtd;version=${version.wutka.dtdparser},
+              org.apache.xerces.*;version=${version.apache.xerces},
+            </_exportcontents>
           </instructions>
         </configuration>
       </plugin>




More information about the jboss-cvs-commits mailing list