File: xsd-standalone-test.bat

package info (click to toggle)
eclipse-emf 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,964 kB
  • sloc: java: 407,889; xml: 7,165; sh: 200; makefile: 13
file content (5 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download | duplicates (3)
1
2
3
4
5
@echo off
setlocal
set ECLIPSE=..\..\..
set CLASSPATH=%ECLIPSE%/plugins/org.eclipse.emf.common/common.jar;%ECLIPSE%/plugins/org.eclipse.emf.ecore/ecore.jar;%ECLIPSE%/plugins/org.eclipse.xsd/xsd.resources.jar;%ECLIPSE%/plugins/org.eclipse.xsd/xsd.jar;%ECLIPSE%/plugins/org.eclipse.xsd.example/xsd.example.jar
%ECLIPSE%\jre\bin\java -DVABASE=%ECLIPSE% -verify org.eclipse.xsd.example.XSDMainExample  %*