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
52e25cca
Commit
52e25cca
authored
Nov 13, 2018
by
Vít Kabele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed cross-reference from disl to disl-server
parent
63d4dd1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
build.xml
build.xml
+1
-0
disl/build.xml
disl/build.xml
+0
-6
No files found.
build.xml
View file @
52e25cca
...
...
@@ -824,6 +824,7 @@
<path
refid=
"junit.classpath"
/>
<pathelement
location=
"${build.test}"
/>
<pathelement
location=
"${build.util}"
/>
<pathelement
location=
"${src.disl-server.prefix}/${build.disl-server}"
/>
<pathelement
location=
"${src.disl.prefix}/${build.disl}"
/>
<pathelement
location=
"${build.shvm}"
/>
</classpath>
...
...
disl/build.xml
View file @
52e25cca
...
...
@@ -17,10 +17,6 @@
<pathelement
location=
"../${build.util}"
/>
</path>
<path
id=
"protobuf.classpath"
>
<fileset
dir=
"../${lib.disl.dir}"
includes=
"protobuf*.jar"
/>
</path>
<path
id=
"disl.bypass.classpath"
>
<pathelement
location=
"../${build.disl.bypass}/dynamic"
/>
</path>
...
...
@@ -64,13 +60,11 @@
<src
path=
"src/${src.disl.util}"
/>
<src
path=
"src/${src.disl.weaver-pe}"
/>
<src
path=
"src/${src.disl.weaver}"
/>
<src
path=
"../disl-server/src"
/>
<classpath>
<path
refid=
"disl.bypass.classpath"
/>
<path
refid=
"util.classpath"
/>
<path
refid=
"asm.classpath"
/>
<path
refid=
"protobuf.classpath"
/>
</classpath>
</javac>
</target>
...
...
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