You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/07/14 05:31:37 UTC

svn commit: r676465 - in /xerces/java/branches/xml-schema-1.1-dev: .classpath .project

Author: mrglavas
Date: Sun Jul 13 20:31:36 2008
New Revision: 676465

URL: http://svn.apache.org/viewvc?rev=676465&view=rev
Log:
Adding .project and .classpath files for Eclipse.

Added:
    xerces/java/branches/xml-schema-1.1-dev/.classpath   (with props)
    xerces/java/branches/xml-schema-1.1-dev/.project   (with props)

Added: 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=676465&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/.classpath (added)
+++ xerces/java/branches/xml-schema-1.1-dev/.classpath Sun Jul 13 20:31:36 2008
@@ -0,0 +1,28 @@
+<?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"/>
+	<classpathentry kind="src" path="tests"/>
+	<classpathentry kind="lib" path="tools/xml-apis.jar"/>
+	<classpathentry kind="lib" path="tools/serializer.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"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Propchange: xerces/java/branches/xml-schema-1.1-dev/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/java/branches/xml-schema-1.1-dev/.classpath
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: xerces/java/branches/xml-schema-1.1-dev/.project
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/.project?rev=676465&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/.project (added)
+++ xerces/java/branches/xml-schema-1.1-dev/.project Sun Jul 13 20:31:36 2008
@@ -0,0 +1,33 @@
+<?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.
+-->
+<projectDescription>
+	<name>xerces-java-xml-schema-1.1-dev</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Propchange: xerces/java/branches/xml-schema-1.1-dev/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/java/branches/xml-schema-1.1-dev/.project
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision



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