Skip to content

Commit

Permalink
[NETBEANS-54] Module Review libs.smack
Browse files Browse the repository at this point in the history
  - Updated maven coordinates.
  - Updated nbproject/project.properties and nbproject/project.xml with the maven names.
  - Passing tests. No license headers missing.
  - Still awaiting for travis beers.
  • Loading branch information
vieiro authored and matthiasblaesing committed Oct 12, 2017
1 parent bee38df commit 8517657
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libs.smack/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
916A0FE08D840A08C950F49FB59B961E14D673B8 smack.jar
BA1365C7E5F3CF7F7641B354677B3F54A6EA5A15 smackx.jar
916A0FE08D840A08C950F49FB59B961E14D673B8 jivesoftware:smack:3.1.0
BA1365C7E5F3CF7F7641B354677B3F54A6EA5A15 jivesoftware:smackx:3.1.0
4 changes: 2 additions & 2 deletions libs.smack/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ is.autoload=true
sigtest.gen.fail.on.error=false

license.file=${basedir}/README.html
release.external/smack.jar=modules/ext/smack.jar
release.external/smackx.jar=modules/ext/smackx.jar
release.external/smack-3.1.0.jar=modules/ext/smack.jar
release.external/smackx-3.1.0.jar=modules/ext/smackx.jar
4 changes: 2 additions & 2 deletions libs.smack/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/smack.jar</runtime-relative-path>
<binary-origin>external/smack.jar</binary-origin>
<binary-origin>external/smack-3.1.0.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/smackx.jar</runtime-relative-path>
<binary-origin>external/smackx.jar</binary-origin>
<binary-origin>external/smackx-3.1.0.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit 8517657

Please sign in to comment.