https://bitbucket.org/red1/org.invoice.minus.return
Raw File
Tip revision: 1ca4c9dccfb8cb9758d256e567fa29640c6558dc authored by red1 on 22 May 2015, 18:07:22 UTC
http://wiki.idempiere.org/en/Plugin:_Invoice_Minus_Returns
Tip revision: 1ca4c9d
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,\
               plugin.xml,\
               OSGI-INF/PluginDocEvent.xml,\
               OSGI-INF/
source.. = src/
back to top