diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-08-15 20:10:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-15 21:29:14 +0200 |
commit | cdbd6957a59183667f65dcb233bd9ddffd7b6e91 (patch) | |
tree | fc0e31ba2960284d0be72e7c88f133e84b20215b /nlpsolver/Jar_nlpsolver.mk | |
parent | 8b8e749fae45ba41e361897b447173fb6a26eb38 (diff) |
gbuild: remove most uses of gb_Jar_set_jarclasspath:
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest
classpath automatically it is no longer necessary to call
gb_Jar_set_jarclasspath manually except for the URE jars, which
are apparently not supposed to be added automatically.
Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
Diffstat (limited to 'nlpsolver/Jar_nlpsolver.mk')
-rw-r--r-- | nlpsolver/Jar_nlpsolver.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nlpsolver/Jar_nlpsolver.mk b/nlpsolver/Jar_nlpsolver.mk index a3db34a795fd..8b0b3de5b30f 100644 --- a/nlpsolver/Jar_nlpsolver.mk +++ b/nlpsolver/Jar_nlpsolver.mk @@ -41,10 +41,6 @@ $(eval $(call gb_Jar_set_packageroot,nlpsolver,com)) $(eval $(call gb_Jar_set_manifest,nlpsolver,$(SRCDIR)/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Manifest.mf)) -$(eval $(call gb_Jar_set_jarclasspath,nlpsolver,\ - EvolutionarySolver.jar \ -)) - $(eval $(call gb_Jar_add_sourcefiles,nlpsolver,\ nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Registration \ nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/PropertyInfo \ |