Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ipaaca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ramin Yaghoubzadeh Torky
ipaaca
Commits
3a2afb11
Commit
3a2afb11
authored
12 years ago
by
Herwin van Welbergen
Browse files
Options
Downloads
Patches
Plain Diff
fixed ivy file
parent
1ae460bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ipaacalib/java/build.xml
+0
-1
0 additions, 1 deletion
ipaacalib/java/build.xml
ipaacalib/python/ivy.xml
+2
-2
2 additions, 2 deletions
ipaacalib/python/ivy.xml
with
2 additions
and
3 deletions
ipaacalib/java/build.xml
+
0
−
1
View file @
3a2afb11
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"ipaaca-java"
default=
"run"
>
<project
name=
"ipaaca-java"
default=
"run"
>
<import
file=
"../../../hmibuild/build.xml"
/>
<import
file=
"../../../hmibuild/build.xml"
/>
<!-- import file="../../../HmiBuild/build.xml" / -->
<target
name=
"-pre-compilation"
>
<target
name=
"-pre-compilation"
>
<echo
message=
"Compiling protobuf file"
/>
<echo
message=
"Compiling protobuf file"
/>
...
...
This diff is collapsed.
Click to expand it.
ipaacalib/python/ivy.xml
+
2
−
2
View file @
3a2afb11
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<artifact
type=
"zip"
ext=
"zip"
/>
<artifact
type=
"zip"
ext=
"zip"
/>
</publications>
</publications>
<dependencies>
<dependencies>
<
!--
dependency org="google" name="protobuf" rev="latest.release"/
--
>
<dependency
org=
"google"
name=
"protobuf"
rev=
"latest.release"
/>
<
!--
dependency org="rsb" name="rsb" rev="latest.release"/
--
>
<dependency
org=
"rsb"
name=
"rsb"
rev=
"latest.release"
/>
</dependencies>
</dependencies>
</ivy-module>
</ivy-module>
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