Skip to content

Commit

Permalink
removed deprecated upgrade logic and java compile jazz, and updated y…
Browse files Browse the repository at this point in the history
…ear in copyright.
  • Loading branch information
vlussenburg committed Apr 20, 2018
1 parent bd0731b commit bf10733
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 65 deletions.
22 changes: 0 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,13 @@ if (!project.hasProperty('release.useLastTag')) {
project.ext['release.useLastTag'] = true
}


dependencies {
compile "com.xebialabs.deployit:udm-plugin-api:2014.7"
compile "com.xebialabs.deployit:engine-api:2014.7"
compile "com.xebialabs.deployit:engine-spi:2014.7"
compile 'com.google.guava:guava:16.0'
compile 'com.google.code.findbugs:findbugs:3.0.0'
compile 'commons-io:commons-io:1.4'
compile 'org.jdom:jdom:2.0.2'
testCompile 'junit:junit:4.12'

}

repositories {
mavenLocal()
mavenCentral()
maven {
url 'https://dist.xebialabs.com/public/maven2'
}
}

processResources.configure {
filter ReplaceTokens, tokens: [
'project.version': version.toString(),
'project.name' : rootProject.name
]
}


license {
header rootProject.file('License.md')
strictCheck false
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/plugin-version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 XEBIALABS
# Copyright 2018 XEBIALABS
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/smoketest/execute-http-request.bat.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#--
Copyright 2017 XEBIALABS
Copyright 2018 XEBIALABS
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/smoketest/execute-http-request.sh.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#--
Copyright 2017 XEBIALABS
Copyright 2018 XEBIALABS
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/smoketest/postdata.dat.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#--
Copyright 2017 XEBIALABS
Copyright 2018 XEBIALABS
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/synthetic.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2017 XEBIALABS
Copyright 2018 XEBIALABS
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/xl-rules.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright 2017 XEBIALABS
Copyright 2018 XEBIALABS
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down

0 comments on commit bf10733

Please sign in to comment.