machak / enhancer

Intellij plugin for enhancing Open JPA entities at build time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a clone of https://github.com/machak/enhancer with supporting Intellij 14

#*************************************************************************************
#  installing maven dependencies:
#************************************************************************************* 

#*************************************************************************************
# LINUX
#*************************************************************************************


1) edit dependencies.sh file and change Intellij location paths
2) run following commands:

chmod +x dependencies.sh
./dependencies.sh

#*************************************************************************************
# WINDOWS
#************************************************************************************* 
1) edit dependencies.bat file and change Intellij location paths
2) run dependencies.bat


#*************************************************************************************
# LICENCE
#*************************************************************************************

http://www.apache.org/licenses/LICENSE-2.0.html

About

Intellij plugin for enhancing Open JPA entities at build time


Languages

Language:Java 98.8%Language:Batchfile 0.6%Language:Shell 0.6%