Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
82dc0695
Commit
82dc0695
authored
11 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Update on Makefile
parent
6f27b476
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
src/tmltranslator/tmlcp/TMLSDReceiveMessage.java
+1
-1
1 addition, 1 deletion
src/tmltranslator/tmlcp/TMLSDReceiveMessage.java
with
3 additions
and
3 deletions
Makefile
+
2
−
2
View file @
82dc0695
...
@@ -92,7 +92,7 @@ basicsvnapvrille:
...
@@ -92,7 +92,7 @@ basicsvnapvrille:
svn
--username
apvrille commit build.txt src/ui/DefaultText.java
-m
'update on build version: builder.txt'
svn
--username
apvrille commit build.txt src/ui/DefaultText.java
-m
'update on build version: builder.txt'
$(
JAVAC
)
$(
CLASSPATH
)
$(
TTOOL_SRC
)
$(
TTOOL_SRC
)
/
*
.java
$(
JAVAC
)
$(
CLASSPATH
)
$(
TTOOL_SRC
)
$(
TTOOL_SRC
)
/
*
.java
myrelease
:
basic launcher ttooljar
_std
myrelease
:
basic launcher ttooljar
basic
:
basic
:
$(
JAVAC
)
$(
CLASSPATH
)
$(
TTOOL_SRC
)
$(
TTOOL_SRC
)
/
*
.java
$(
JAVAC
)
$(
CLASSPATH
)
$(
TTOOL_SRC
)
$(
TTOOL_SRC
)
/
*
.java
...
@@ -126,7 +126,7 @@ remotesimulator:
...
@@ -126,7 +126,7 @@ remotesimulator:
documentation
:
documentation
:
$(
JAVADOC
)
$(
CLASSPATH
)
$(
TTOOL_SRC
)
-d
$(
TTOOL_DOC_HTML
)
$(
TTOOL_SRC
)
/
*
.java
$(
TTOOL_SRC
)
/
*
/
*
.java
$(
TTOOL_SRC
)
/
*
/
*
/
*
.java
$(
TTOOL_SRC
)
/fr/inria/oasis/vercors/cttool/model/
*
.java
$(
JAVADOC
)
$(
CLASSPATH
)
$(
TTOOL_SRC
)
-d
$(
TTOOL_DOC_HTML
)
$(
TTOOL_SRC
)
/
*
.java
$(
TTOOL_SRC
)
/
*
/
*
.java
$(
TTOOL_SRC
)
/
*
/
*
/
*
.java
$(
TTOOL_SRC
)
/fr/inria/oasis/vercors/cttool/model/
*
.java
release
:
jttooljar launcher tiftranslator tmltranslator rundse remotesimulator ttooljar
_std
stdrelease
release
:
jttooljar launcher tiftranslator tmltranslator rundse remotesimulator ttooljar stdrelease
@
echo
release
done
@
echo
release
done
########## RELEASE
########## RELEASE
...
...
This diff is collapsed.
Click to expand it.
src/tmltranslator/tmlcp/TMLSDReceiveMessage.java
+
1
−
1
View file @
82dc0695
...
@@ -52,7 +52,7 @@ import myutil.*;
...
@@ -52,7 +52,7 @@ import myutil.*;
public
class
TMLSDReceiveMessage
extends
TMLSDMessageManipulation
{
public
class
TMLSDReceiveMessage
extends
TMLSDMessageManipulation
{
public
TMLSDMessage
Manipulation
(
TMLSDMessage
_msg
,
String
_name
,
Object
_referenceObject
)
{
public
TMLSD
Receive
Message
(
TMLSDMessage
_msg
,
String
_name
,
Object
_referenceObject
)
{
super
(
_name
,
_referenceObject
);
super
(
_name
,
_referenceObject
);
}
}
...
...
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