FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
utPLSQL-SQLDeveloper/sqldev/sqldev_assembly.xml at main · utPLSQL/utPLSQL-SQLDeveloper · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
utPLSQL
/
utPLSQL-SQLDeveloper
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
71
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
utPLSQL-SQLDeveloper
/
sqldev
/
sqldev_assembly.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (26 loc) · 842 Bytes
Breadcrumbs
utPLSQL-SQLDeveloper
/
sqldev
/
sqldev_assembly.xml
Copy path
File metadata and controls
26 lines (26 loc) · 842 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<
assembly
xmlns=
"
http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
"
xmlns:xsi=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi:schemaLocation=
"
http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd
"
>
<
id
>bin</
id
>
<
formats
>
<
format
>zip</
format
>
</
formats
>
<
includeBaseDirectory
>false</
includeBaseDirectory
>
<
fileSets
>
<
fileSet
>
<
directory
>${project.build.directory}</
directory
>
<
outputDirectory
>${file.separator}</
outputDirectory
>
<
includes
>
<
include
>${project.name}.jar</
include
>
</
includes
>
</
fileSet
>
<
fileSet
>
<
directory
>${project.build.directory}</
directory
>
<
outputDirectory
>${file.separator}META-INF</
outputDirectory
>
<
includes
>
<
include
>bundle.xml</
include
>
</
includes
>
</
fileSet
>
</
fileSets
>
</
assembly
>
Back
|
FazBrowse Home
|
New Git URL