[prev in list] [next in list] [prev in thread] [next in thread] 

List:       juddi-cvs
Subject:    svn commit: r681073 - in /webservices/juddi/branches/v3_trunk/uddi-ws:
From:       jfaath () apache ! org
Date:       2008-07-30 14:59:48
Message-ID: 20080730145949.8E5E6238898A () eris ! apache ! org
[Download RAW message or body]

Author: jfaath
Date: Wed Jul 30 07:59:47 2008
New Revision: 681073

URL: http://svn.apache.org/viewvc?rev=681073&view=rev
Log:
Batch file that copies licensing text to generated files and moves them to proper \
location.

Added:
    webservices/juddi/branches/v3_trunk/uddi-ws/copylic.bat
    webservices/juddi/branches/v3_trunk/uddi-ws/copylic2.bat
    webservices/juddi/branches/v3_trunk/uddi-ws/lic.txt

Added: webservices/juddi/branches/v3_trunk/uddi-ws/copylic.bat
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/copylic.bat?rev=681073&view=auto
 ==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/copylic.bat (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/copylic.bat Wed Jul 30 07:59:47 2008
@@ -0,0 +1,2 @@
+@echo off
+for /r target\jaxws\wsimport\java %%X in (*.java) do (call copylic2 %%X)
\ No newline at end of file

Added: webservices/juddi/branches/v3_trunk/uddi-ws/copylic2.bat
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/copylic2.bat?rev=681073&view=auto
 ==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/copylic2.bat (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/copylic2.bat Wed Jul 30 07:59:47 2008
@@ -0,0 +1,11 @@
+@echo off
+SET relpath=%~p1
+:loop
+If "%relpath:~0,4%"=="java" GoTo :done
+SET relpath=%relpath:~1,1000%
+rem echo %relpath%
+GoTo :loop
+
+:done
+md src\main\%relpath%
+copy lic.txt + %1 src\main\%relpath%%~n1%~x1

Added: webservices/juddi/branches/v3_trunk/uddi-ws/lic.txt
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/lic.txt?rev=681073&view=auto
 ==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/lic.txt (added)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/lic.txt Wed Jul 30 07:59:47 2008
@@ -0,0 +1,17 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic