mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Removing eclipse .classpath and .project files as they are configured to ant build and adding the entries into .gitignore to stop further comitting of the files
Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
		
							parent
							
								
									9b70bd0d4b
								
							
						
					
					
						commit
						cfc2b85651
					
				
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -51,4 +51,6 @@ deps/*.mar | |||||||
| *.jar | *.jar | ||||||
| awsapi/modules/* | awsapi/modules/* | ||||||
| !.gitignore | !.gitignore | ||||||
| 
 | .classpath | ||||||
|  | .project | ||||||
|  | .settings.xml | ||||||
|  | |||||||
| @ -1,39 +0,0 @@ | |||||||
| <?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="lib" path="/deps/cloud-log4j.jar"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/agent"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/console-proxy"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/setup"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/test"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/tools"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/ui"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/usage"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/client"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/vmware-base"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>agent-simulator</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> |  | ||||||
| @ -1,30 +0,0 @@ | |||||||
| <?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="test"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/tools"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>agent</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,26 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
							
								
								
									
										35
									
								
								api/.project
									
									
									
									
									
								
							
							
						
						
									
										35
									
								
								api/.project
									
									
									
									
									
								
							| @ -1,35 +0,0 @@ | |||||||
| <?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>api</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> |  | ||||||
| @ -1,68 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <classpath> |  | ||||||
| 	<classpathentry kind="src" path="src"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/antlr-2.7.6.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/apache-log4j-extras-1.0.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axiom-api-1.2.8.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axiom-impl-1.2.8.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-adb-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-ant-plugin-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-jaxbri-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-jaxws-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-jibx-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-json-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-kernel-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-transport-http-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/axis2-transport-local-1.5.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/cloud-gson.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/commons-codec-1.4.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/commons-collections-3.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/commons-fileupload-1.2.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/commons-httpclient-3.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/commons-io-1.4.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/commons-logging-1.1.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/dom4j-1.6.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/httpcore-4.0.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/javassist-3.9.0.GA.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/jaxb-api-2.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/jaxb-impl-2.1.7.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/jaxb-xjc-2.1.7.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/jsch-0.1.42.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/json_simple-1.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/jta-1.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/junit-4.8.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/log4j-1.2.15.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/mail-1.4.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/mysql-connector-java-5.1.7-bin.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/neethi-2.0.4.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/slf4j-api-1.5.11.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/slf4j-jdk14-1.5.11.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/woden-api-1.0M8.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/woden-impl-dom-1.0M8.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/xercesImpl.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/xml-apis.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/XmlSchema-1.4.3.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/bcprov-jdk16-145.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/commons-collections-3.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/joda-time-1.5.2.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/opensaml-1.1.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/opensaml-2.2.3.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/openws-1.2.2.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/rampart-core-1.5.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/rampart-policy-1.5.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/rampart-trust-1.5.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/slf4j-api-1.5.11.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/slf4j-jdk14-1.5.11.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/velocity-1.5.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/wss4j-1.5.8.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/xmlsec-1.4.2.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/awsapi-lib/rampart-lib/xmltooling-1.2.0.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/cloud-servlet-api.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/cloud-javax.persistence-2.0.0.jar"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="lib" path="/deps/cloud-ehcache.jar"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>awsapi</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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>build</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/agent"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>client</name> |  | ||||||
| 	<comment>client project</comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,25 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>console-proxy</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.eclipse.wst.jsdt.core.jsNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,30 +0,0 @@ | |||||||
| <?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 excluding="com/cloud/hypervisor/vmware/util/TestVmwareUtil.java" kind="src" path="test"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/tools"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/vmware-base"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>core</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> |  | ||||||
							
								
								
									
										67
									
								
								deps/.classpath
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										67
									
								
								deps/.classpath
									
									
									
									
										vendored
									
									
								
							| @ -1,67 +0,0 @@ | |||||||
| <?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="XenServerJava"/> |  | ||||||
| 	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-axis.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-backport-util-concurrent-3.0.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-bcprov-jdk16-1.45.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-cglib.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-collections-3.2.1.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-discovery.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-logging-1.1.1.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-ehcache.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-email.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-httpcore-4.0.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-jasypt-1.8.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-jsch-0.1.42.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-jstl-1.2.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="libvirt-0.4.8.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-log4j.jar" sourcepath="/home/dev/thirdparty/apache-log4j-1.2.16/src/main/java"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-mysql-connector-java-5.1.7-bin.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-servlet-api.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-trilead-ssh2-build213.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-ws-commons-util-1.0.2.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-wsdl4j.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-xmlrpc-client-3.1.3.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-xmlrpc-common-3.1.3.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-xstream-1.3.1.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="jetty-6.1.26.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="jetty-util-6.1.26.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-log4j-extras.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-iControl.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-manageontap.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="vmware-apputils.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="vmware-lib-jaxrpc.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="vmware-vim.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="vmware-vim25.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-jnetpcap.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-junit.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-codec-1.5.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-dbcp-1.4.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-pool-1.5.6.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-google-gson-1.7.1.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-httpclient-3.1.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-netscaler.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-netscaler-sdx.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-configuration-1.8.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="cloud-commons-lang-2.6.jar"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
							
								
								
									
										35
									
								
								deps/.project
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										35
									
								
								deps/.project
									
									
									
									
										vendored
									
									
								
							| @ -1,35 +0,0 @@ | |||||||
| <?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>deps</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> |  | ||||||
							
								
								
									
										23
									
								
								ovm/.project
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								ovm/.project
									
									
									
									
									
								
							| @ -1,23 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <projectDescription> |  | ||||||
| 	<name>ovm</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,6 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <classpath> |  | ||||||
| 	<classpathentry kind="src" path="src"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,11 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <projectDescription> |  | ||||||
| 	<name>patches</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>user-concentrated-pod-dp</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> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>user-dispersing</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>netapp</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> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>random-host-allocator</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/agent"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>KVM</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,33 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/vmware-base"/> |  | ||||||
| 	<classpathentry kind="src" path="/agent-simulator"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/agent"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="/deps/cloud-xmlrpc-common-3.1.3.jar"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>ovm</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,30 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/vmware-base"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>vmware</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,30 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/ovs"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>Xen</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>elastic-loadbalancer</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>f5</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>srx</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>netscaler</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/agent"/> |  | ||||||
|     <classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
|     <classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
|     <classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
|     <classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
|     <classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
|     <classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>nicira-nvp</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>ovs</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> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>random-storage-allocator</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> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>ldap-user-authenticator</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> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>md5-user-authenticator</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> |  | ||||||
| @ -1,28 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>plaintext-user-authenticator</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> |  | ||||||
| @ -1,24 +0,0 @@ | |||||||
| <?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> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>scripts</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,32 +0,0 @@ | |||||||
| <?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 excluding="com/cloud/agent/manager/ResourceManagerTest.java|com/cloud/network/dao/ElbVmMapDaoTest.java" kind="src" path="test"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/tools"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/vmware-base"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/agent"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>server</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> |  | ||||||
| @ -1,23 +0,0 @@ | |||||||
| <?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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>setup</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> |  | ||||||
| @ -1,31 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/tools"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,37 +0,0 @@ | |||||||
| <?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>test</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 		<project>thirdparty</project> |  | ||||||
| 		<project>utils</project> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,53 +0,0 @@ | |||||||
| <?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="lib" path="ant/apache-ant-1.7.1/etc/ant-bootstrap.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-antlr.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-apache-bcel.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-apache-bsf.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-apache-log4j.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-apache-oro.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-apache-regexp.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-apache-resolver.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-commons-logging.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-commons-net.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-jai.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-javamail.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-jdepend.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-jmf.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-jsch.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-junit.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-launcher.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-netrexx.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-nodeps.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-starteam.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-stylebook.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-swing.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-testutil.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-trax.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant-weblogic.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/ant.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/xercesImpl.jar"/> |  | ||||||
| 	<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/xml-apis.jar"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="junit/junit-4.8.1.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="tooljars/cloud-selenium-java-client-driver.jar"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,41 +0,0 @@ | |||||||
| <?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>tools</name> |  | ||||||
| 	<comment></comment> |  | ||||||
| 	<projects> |  | ||||||
| 	</projects> |  | ||||||
| 	<buildSpec> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.python.pydev.PyDevBuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 		<buildCommand> |  | ||||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> |  | ||||||
| 			<arguments> |  | ||||||
| 			</arguments> |  | ||||||
| 		</buildCommand> |  | ||||||
| 	</buildSpec> |  | ||||||
| 	<natures> |  | ||||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> |  | ||||||
| 		<nature>org.python.pydev.pythonNature</nature> |  | ||||||
| 	</natures> |  | ||||||
| </projectDescription> |  | ||||||
| @ -1,23 +0,0 @@ | |||||||
| <?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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
							
								
								
									
										35
									
								
								ui/.project
									
									
									
									
									
								
							
							
						
						
									
										35
									
								
								ui/.project
									
									
									
									
									
								
							| @ -1,35 +0,0 @@ | |||||||
| <?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>ui</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> |  | ||||||
| @ -1,29 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" exported="true" kind="src" path="/core"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/server"/> |  | ||||||
| 	<classpathentry kind="src" path="/api"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>usage</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> |  | ||||||
| @ -1,30 +0,0 @@ | |||||||
| <?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="test"/> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/tools"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="/deps/cloud-log4j.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="/deps/cloud-ejb-api-3.0.jar"/> |  | ||||||
| 	<classpathentry exported="true" kind="lib" path="/deps/cloud-javax.persistence-2.0.0.jar"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>utils</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> |  | ||||||
| @ -1,26 +0,0 @@ | |||||||
| <?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 combineaccessrules="false" kind="src" path="/deps"/> |  | ||||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/utils"/> |  | ||||||
| 	<classpathentry kind="output" path="bin"/> |  | ||||||
| </classpath> |  | ||||||
| @ -1,35 +0,0 @@ | |||||||
| <?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>vmware-base</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> |  | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user