You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2022/01/17 05:27:13 UTC

svn commit: r1897142 - in /xerces/java: branches/xml-schema-1.1-dev/.classpath trunk/.classpath

Author: mukulg
Date: Mon Jan 17 05:27:13 2022
New Revision: 1897142

URL: http://svn.apache.org/viewvc?rev=1897142&view=rev
Log:
xercesj, committing few classpath modifications

Modified:
    xerces/java/branches/xml-schema-1.1-dev/.classpath
    xerces/java/trunk/.classpath

Modified: xerces/java/branches/xml-schema-1.1-dev/.classpath
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/.classpath?rev=1897142&r1=1897141&r2=1897142&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/.classpath (original)
+++ xerces/java/branches/xml-schema-1.1-dev/.classpath Mon Jan 17 05:27:13 2022
@@ -1,20 +1,4 @@
 <?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.
--->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="samples"/>
@@ -22,10 +6,10 @@
 	<classpathentry kind="lib" path="tools/xml-apis.jar"/>
 	<classpathentry kind="lib" path="tools/serializer.jar"/>
 	<classpathentry kind="lib" path="tools/icu4j.jar"/>
-	<classpathentry kind="lib" path="tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar"/>
 	<classpathentry kind="lib" path="tools/cupv10k-runtime.jar"/>
 	<classpathentry kind="lib" path="tools/resolver.jar"/>
+	<classpathentry kind="lib" path="tools/org.eclipse.wst.xml.xpath2.processor_1.2.1.jar"/>
 	<classpathentry kind="lib" path="tools/junit.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: xerces/java/trunk/.classpath
URL: http://svn.apache.org/viewvc/xerces/java/trunk/.classpath?rev=1897142&r1=1897141&r2=1897142&view=diff
==============================================================================
--- xerces/java/trunk/.classpath (original)
+++ xerces/java/trunk/.classpath Mon Jan 17 05:27:13 2022
@@ -1,20 +1,4 @@
 <?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.
--->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="samples"/>
@@ -24,6 +8,6 @@
 	<classpathentry kind="lib" path="tools/icu4j.jar"/>
 	<classpathentry kind="lib" path="tools/resolver.jar"/>
 	<classpathentry kind="lib" path="tools/junit.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.3"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org