Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rosjava Bootstrap Gradle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CeTI
ROS
ROS Java Packages
Rosjava Bootstrap Gradle
Commits
76792f78
Commit
76792f78
authored
8 years ago
by
Daniel Stonier
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #53 from adamantivm/kinetic-updates
Kinetic updates
parents
00e3f14c
5b01dc91
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.rst
+4
-0
4 additions, 0 deletions
CHANGELOG.rst
README.md
+1
-0
1 addition, 0 deletions
README.md
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
experiments/ros-java.gradle
+2
-2
2 additions, 2 deletions
experiments/ros-java.gradle
package.xml
+1
-1
1 addition, 1 deletion
package.xml
with
9 additions
and
4 deletions
CHANGELOG.rst
+
4
−
0
View file @
76792f78
Changelog
=========
0.3.0 (2016-12-13)
------------------
* Updates for Kinetic release.
0.2.1 (2015-02-25)
------------------
* minor bugfixes and improvements.
...
...
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
1
−
0
View file @
76792f78
See
[
rosjava_core
](
https://github.com/rosjava/rosjava_core
)
readme.
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
76792f78
...
...
@@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')
allprojects
{
group
=
"org.ros.rosjava_bootstrap"
version
=
"0.
2.1
"
version
=
"0.
3.0
"
}
subprojects
{
...
...
This diff is collapsed.
Click to expand it.
experiments/ros-java.gradle
+
2
−
2
View file @
76792f78
...
...
@@ -30,12 +30,12 @@
*
* Generally:
*
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/in
digo
/ros-java.gradle"
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/
k
in
etic
/ros-java.gradle"
*
* In the root build.gradle file of a multiproject build:
*
* subprojects {
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/in
digo
/ros-java.gradle"
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/
k
in
etic
/ros-java.gradle"
* ...
* }
*/
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
1
−
1
View file @
76792f78
<?xml version="1.0"?>
<package>
<name>
rosjava_bootstrap
</name>
<version>
0.
2.1
</version>
<version>
0.
3.0
</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment