You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2008/06/22 04:46:33 UTC

svn commit: r670300 - in /xml/commons/branches/tck-jaxp-1_2_0/java/external: .classpath .project

Author: mrglavas
Date: Sat Jun 21 19:46:32 2008
New Revision: 670300

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

Added:
    xml/commons/branches/tck-jaxp-1_2_0/java/external/.classpath   (with props)
    xml/commons/branches/tck-jaxp-1_2_0/java/external/.project   (with props)

Added: xml/commons/branches/tck-jaxp-1_2_0/java/external/.classpath
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/.classpath?rev=670300&view=auto
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/.classpath (added)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/.classpath Sat Jun 21 19:46:32 2008
@@ -0,0 +1,22 @@
+<?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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Propchange: xml/commons/branches/tck-jaxp-1_2_0/java/external/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xml/commons/branches/tck-jaxp-1_2_0/java/external/.classpath
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: xml/commons/branches/tck-jaxp-1_2_0/java/external/.project
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/.project?rev=670300&view=auto
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/.project (added)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/.project Sat Jun 21 19:46:32 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>xml-commons-external-tck-jaxp-1_2_0</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: xml/commons/branches/tck-jaxp-1_2_0/java/external/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xml/commons/branches/tck-jaxp-1_2_0/java/external/.project
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision