https://bitbucket.org/red1/org.my.erp
Raw File
Tip revision: db655b21ee66157db79cafa6600d89e85790ab76 authored by red1 on 23 October 2016, 05:15:01 UTC
minor
Tip revision: db655b2
build.properties
#/******************************************************************************
# * Product: iDempiere Free ERP Project based on Compiere (2006)               *
# * Copyright (C) 2014 Redhuan D. Oon All Rights Reserved.                     *
# * This program is free software; you can redistribute it and/or modify it    *
# * under the terms version 2 of the GNU General Public License as published   *
# * by the Free Software Foundation. This program is distributed in the hope   *
# * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
# * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.           *
# * See the GNU General Public License for more details.                       *
# * You should have received a copy of the GNU General Public License along    *
# * with this program; if not, write to the Free Software Foundation, Inc.,    *
# * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.                     *
# *  FOR NON-COMMERCIAL DEVELOPER USE ONLY                                     *
# *  @author Redhuan D. Oon  - red1@red1.org  www.red1.org                     *
# *****************************************************************************/ 

output.. = bin/
bin.includes = META-INF/,\
               .,\
               OSGI-INF/PluginModelFactory.xml,\
               src/plugin.xml,\
               OSGI-INF/PluginDocEvent.xml,\
               OSGI-INF/,\
               libs/json_simple-1.1.jar,\
               plugin.xml
source.. = src/
back to top