Author: mszefler
Date: Tue Aug  1 14:46:07 2006
New Revision: 427752

URL: http://svn.apache.org/viewvc?rev=427752&view=rev
Log:
Fixed license files, example build files.

Modified:
    incubator/ode/trunk/jbi-examples/src/examples/PingPong/build.xml
    incubator/ode/trunk/jbi-examples/src/examples/example-build.xml
    incubator/ode/trunk/jbi-examples/src/examples/example.properties
    
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrOperation.java
    
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAdd.java
    
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAlias.java
    
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrDrop.java

Modified: incubator/ode/trunk/jbi-examples/src/examples/PingPong/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/PingPong/build.xml?rev=427752&r1=427751&r2=427752&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/PingPong/build.xml (original)
+++ incubator/ode/trunk/jbi-examples/src/examples/PingPong/build.xml Tue Aug  1 
14:46:07 2006
@@ -23,18 +23,21 @@
 
     <target name="build-ping">
         <subant target="">
+            <property name="ode.home" value="${ode.home}" />
             <fileset dir="." includes="ping/build.xml"/>
         </subant>
     </target>
 
     <target name="build-pong">
         <subant target="">
+            <property name="ode.home" value="${ode.home}" />
             <fileset dir="." includes="pong/build.xml"/>
         </subant>
     </target>
 
     <target name="build-ping-http">
         <subant target="">
+            <property name="ode.home" value="${ode.home}" />
             <fileset dir="." includes="ping-http/build.xml"/>
         </subant>
     </target>

Modified: incubator/ode/trunk/jbi-examples/src/examples/example-build.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/example-build.xml?rev=427752&r1=427751&r2=427752&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/example-build.xml (original)
+++ incubator/ode/trunk/jbi-examples/src/examples/example-build.xml Tue Aug  1 
14:46:07 2006
@@ -5,11 +5,9 @@
 
 <project name="example-build" default="bpelc">
     <property environment="env"/>
-    <property name="ode.home" location="${basedir}/../../../" />
+    <property name="ode.home" location="${basedir}/../../" />
 
-    <!--
     <property file="${basedir}/../example.properties"/>
-    -->
   
     <!-- pick up environmental ode.xxx properties -->
     <property file="${ode.home}/etc/ode.properties"/>
@@ -73,6 +71,7 @@
     <target name="service-unit" depends="init,clean,bpelc">
         <zip destfile="${sufile}">
             <fileset dir="${build.dir}" includes="**/*"/>
+            <fileset dir="./" includes="*.dd"/>
         </zip>
     </target>
     

Modified: incubator/ode/trunk/jbi-examples/src/examples/example.properties
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/example.properties?rev=427752&r1=427751&r2=427752&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/example.properties (original)
+++ incubator/ode/trunk/jbi-examples/src/examples/example.properties Tue Aug  1 
14:46:07 2006
@@ -6,3 +6,5 @@
 ode.javaopts.env=
 
 
+ode.default.http.port=8080
+

Modified: 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrOperation.java
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrOperation.java?rev=427752&r1=427751&r2=427752&view=diff
==============================================================================
--- 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrOperation.java
 (original)
+++ 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrOperation.java
 Tue Aug  1 14:46:07 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.     
  */
 package org.apache.ode.tools.rr.ant;
 

Modified: 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAdd.java
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAdd.java?rev=427752&r1=427751&r2=427752&view=diff
==============================================================================
--- 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAdd.java
 (original)
+++ 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAdd.java
 Tue Aug  1 14:46:07 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.     
  */
 package org.apache.ode.tools.rr.cline;
 

Modified: 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAlias.java
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAlias.java?rev=427752&r1=427751&r2=427752&view=diff
==============================================================================
--- 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAlias.java
 (original)
+++ 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrAlias.java
 Tue Aug  1 14:46:07 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.     
  */
 package org.apache.ode.tools.rr.cline;
 

Modified: 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrDrop.java
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrDrop.java?rev=427752&r1=427751&r2=427752&view=diff
==============================================================================
--- 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrDrop.java
 (original)
+++ 
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrDrop.java
 Tue Aug  1 14:46:07 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.     
  */
 package org.apache.ode.tools.rr.cline;
 


Reply via email to