diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-30 20:17:20 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-04 11:31:56 +0200 |
commit | d26e13bd7a8693867ab86eabec50212c95d4f3f6 (patch) | |
tree | ba77cae42423d5b4c19949187db06c76b41f3fa2 /jvmfwk/Package_jreproperties.mk | |
parent | 58404101e8cd436131fe0e8a36b467f167d7b8df (diff) |
jvmfwk: use CustomTarget makefile
Diffstat (limited to 'jvmfwk/Package_jreproperties.mk')
-rw-r--r-- | jvmfwk/Package_jreproperties.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/jvmfwk/Package_jreproperties.mk b/jvmfwk/Package_jreproperties.mk index 4e35e7ea6c92..f8449b7032e5 100644 --- a/jvmfwk/Package_jreproperties.mk +++ b/jvmfwk/Package_jreproperties.mk @@ -25,13 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_Package_Package,jvmfwk_jreproperties,$(WORKDIR)/CustomTarget/jvmfwk/plugins/sunmajor/pluginlib)) - -$(eval $(call gb_Package_add_customtarget,jvmfwk_jreproperties,jvmfwk/plugins/sunmajor/pluginlib)) - -$(eval $(call gb_CustomTarget_add_dependencies,jvmfwk/plugins/sunmajor/pluginlib,\ - jvmfwk/plugins/sunmajor/pluginlib/JREProperties.java \ -)) +$(eval $(call gb_Package_Package,jvmfwk_jreproperties,$(call gb_CustomTarget_get_workdir,jvmfwk/jreproperties))) $(eval $(call gb_Package_add_file,jvmfwk_jreproperties,bin/JREProperties.class,JREProperties.class)) $(eval $(call gb_Package_add_file,jvmfwk_jreproperties,lib/JREProperties.class,JREProperties.class)) |