You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
647 B
Bash
16 lines
647 B
Bash
# Shell Name : compileSchema.sh
|
|
# Description : XML 스키마를 자바클래스로 변환하는 Shell
|
|
# Modification Information
|
|
#
|
|
# 수정일 수정자 수정내용
|
|
# ------- -------- ---------------------------
|
|
# 2009.02.13 박지욱 최초 생성
|
|
#
|
|
# @author 공통 서비스 개발팀 박지욱
|
|
# @since 2009. 02. 13
|
|
# @version 1.0
|
|
# @see
|
|
#
|
|
# Copyright (C) 2009 by MOPAS All right reserved.
|
|
|
|
scomp -out $1 $2 |