Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
DiSL
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DiSL
DiSL
Commits
15c55396
Commit
15c55396
authored
Jun 06, 2014
by
Lubomir Bulej
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Updated ASM to version 5.0.3
- Removed refenreces to ASM library in examples.
parent
a9974185
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
33 additions
and
33 deletions
+33
-33
.classpath
.classpath
+1
-1
build.properties
build.properties
+1
-1
examples/build-example.xml
examples/build-example.xml
+0
-1
examples/build.properties
examples/build.properties
+0
-1
lib/asm-debug-all-4.1.COPYING.txt
lib/asm-debug-all-4.1.COPYING.txt
+0
-29
lib/asm-debug-all-4.1.jar
lib/asm-debug-all-4.1.jar
+0
-0
lib/asm-debug-all-5.0.3.COPYING.txt
lib/asm-debug-all-5.0.3.COPYING.txt
+31
-0
lib/asm-debug-all-5.0.3.jar
lib/asm-debug-all-5.0.3.jar
+0
-0
No files found.
.classpath
View file @
15c55396
...
...
@@ -7,7 +7,7 @@
<classpathentry
kind=
"src"
output=
"output/build/shvm-dispatch"
path=
"src-shvm-dispatch"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER"
/>
<classpathentry
kind=
"lib"
path=
"output/lib/disl-bypass.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/asm-debug-all-
4.1
.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/asm-debug-all-
5.0.3
.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/hamcrest-core-1.3.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/junit-4.11.jar"
/>
<classpathentry
kind=
"output"
path=
"output/build/disl"
/>
...
...
build.properties
View file @
15c55396
lib.dir
=
lib
asm.lib
=
asm-debug-all-5.0.
2
.jar
asm.lib
=
asm-debug-all-5.0.
3
.jar
asm.path
=
${lib.dir}/${asm.lib}
junit.core.lib
=
junit-4.11.jar
...
...
examples/build-example.xml
View file @
15c55396
...
...
@@ -10,7 +10,6 @@
<property
file=
"${examples.basedir}/build.properties"
/>
<path
id=
"inst.classpath"
>
<pathelement
location=
"${asm.path}"
/>
<pathelement
location=
"${disl.server.path}"
/>
<pathelement
location=
"${shvm.server.path}"
/>
<pathelement
location=
"${shvm.dispatch.path}"
/>
...
...
examples/build.properties
View file @
15c55396
...
...
@@ -6,7 +6,6 @@ disl.launcher.path=${bin.path}/disl.py
disl.server.path
=
${lib.path}/disl-server.jar
shvm.server.path
=
${lib.path}/dislre-server.jar
shvm.dispatch.path
=
${lib.path}/dislre-dispatch.jar
asm.path
=
${lib.path}/asm-debug-all-4.1.jar
src.app
=
src-app
src.inst
=
src-inst
...
...
lib/asm-debug-all-4.1.COPYING.txt
deleted
100644 → 0
View file @
a9974185
Copyright (c) 2000-2011 INRIA, France Telecom
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
lib/asm-debug-all-4.1.jar
deleted
100644 → 0
View file @
a9974185
File deleted
lib/asm-debug-all-5.0.3.COPYING.txt
0 → 100644
View file @
15c55396
*******************************************************************************
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of the copyright holders nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************
This directory contains the documentation of the product.
lib/asm-debug-all-5.0.
2
.jar
→
lib/asm-debug-all-5.0.
3
.jar
View file @
15c55396
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment