Skip to content
Snippets Groups Projects
Commit 63ad5e58 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

divert few remaining bootstrap classes to rosjava package itself.

parent b5f90924
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 90 deletions
#Tue Feb 28 09:35:28 CET 2012

\ No newline at end of file
File deleted
File deleted
File deleted
File deleted
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>
<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/rosjava_bootstrap/src/main/python</path>
</pydev_pathproperty>
</pydev_project>
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed 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.
*/
dependencies {
compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.3.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.4.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.io:1.4.0'
compile 'commons-pool:commons-pool:1.6'
compile 'com.google.guava:guava:12.0'
compile 'io.netty:netty:3.5.2.Final'
testCompile 'junit:junit:4.8.2'
}
jar {
manifest {
version = '0.0.0-SNAPSHOT'
symbolicName = 'org.ros.rosjava_bootstrap'
}
}
/*
* Copyright (C) 2012 Google Inc.
*
* Licensed 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.
*/
/**
* Provides the classes for representing common rosjava exceptions.
*/
package org.ros.exception;
\ No newline at end of file
/*
* Copyright (C) 2012 Google Inc.
*
* Licensed 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.
*/
/**
* Provides the classes that are core to ROS development in Java.
*
* @see <a href="http://docs.rosjava.googlecode.com/hg/rosjava_core/html/index.html">rosjava_core documentation</a>
*/
package org.ros;
\ No newline at end of file
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
* the License. * the License.
*/ */
include 'rosjava_bootstrap', 'rosjava_messages', 'apache_xmlrpc_common', include 'apache_xmlrpc_common', 'apache_xmlrpc_client', 'apache_xmlrpc_server',
'apache_xmlrpc_client', 'apache_xmlrpc_server', 'rosjava', 'rosjava', 'rosjava_geometry', 'rosjava_tutorial_pubsub',
'rosjava_geometry', 'rosjava_tutorial_pubsub',
'rosjava_tutorial_services', 'rosjava_tutorial_right_hand_rule', 'rosjava_tutorial_services', 'rosjava_tutorial_right_hand_rule',
'rosjava_benchmarks', 'rosjava_test', 'docs' 'rosjava_benchmarks', 'rosjava_test', 'docs'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment