Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Fixed license files, example build files.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/ode/trunk@427752 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Maciej Szefler committed Aug 1, 2006
1 parent c9c0765 commit 52fac6d
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 11 deletions.
3 changes: 3 additions & 0 deletions jbi-examples/src/examples/PingPong/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 2 additions & 3 deletions jbi-examples/src/examples/example-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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>

Expand Down
2 changes: 2 additions & 0 deletions jbi-examples/src/examples/example.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ ode.start.args=-v -console
ode.javaopts.env=


ode.default.http.port=8080

17 changes: 15 additions & 2 deletions tools/src/main/java/org/apache/ode/tools/rr/ant/RrOperation.java
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
17 changes: 15 additions & 2 deletions tools/src/main/java/org/apache/ode/tools/rr/cline/RrAdd.java
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
17 changes: 15 additions & 2 deletions tools/src/main/java/org/apache/ode/tools/rr/cline/RrAlias.java
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
17 changes: 15 additions & 2 deletions tools/src/main/java/org/apache/ode/tools/rr/cline/RrDrop.java
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 52fac6d

Please sign in to comment.