Author: mszefler
Date: Tue Aug 1 13:02:42 2006
New Revision: 427703
URL: http://svn.apache.org/viewvc?rev=427703&view=rev
Log:
Boom, kazaam. Golly Batman, these legal eagles sure do have sharp eyes!
Modified:
incubator/ode/trunk/pom.xml
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/AliasElement.java
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/ResourceFileSet.java
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrTask.java
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrGet.java
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrList.java
Modified: incubator/ode/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?rev=427703&r1=427702&r2=427703&view=diff
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Tue Aug 1 13:02:42 2006
@@ -139,7 +139,7 @@
<module>soap</module>
<module>bpel-scheduler-quartz</module>
- <!--module>standalone-distro</module-->
+ <module>distro-jbi</module>
<!--module>integration</module-->
</modules>
Modified:
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/AliasElement.java
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/AliasElement.java?rev=427703&r1=427702&r2=427703&view=diff
==============================================================================
---
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/AliasElement.java
(original)
+++
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/AliasElement.java
Tue Aug 1 13:02:42 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/ant/ResourceFileSet.java
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/ResourceFileSet.java?rev=427703&r1=427702&r2=427703&view=diff
==============================================================================
---
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/ResourceFileSet.java
(original)
+++
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/ResourceFileSet.java
Tue Aug 1 13:02:42 2006
@@ -1,12 +1,25 @@
/*
- * 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;
import org.apache.ode.utils.fs.TempFileManager;
-import org.apache.ode.utils.rr.ResourceRepositoryBuilder;
+import org.apache.ode.utils.rr.ResourceRepositoryBuilder;;
import org.apache.ode.utils.xml.capture.XmlDependencyScanner;
import java.io.File;
Modified:
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrTask.java
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrTask.java?rev=427703&r1=427702&r2=427703&view=diff
==============================================================================
---
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrTask.java
(original)
+++
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/ant/RrTask.java
Tue Aug 1 13:02:42 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/RrGet.java
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrGet.java?rev=427703&r1=427702&r2=427703&view=diff
==============================================================================
---
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrGet.java
(original)
+++
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrGet.java
Tue Aug 1 13:02:42 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/RrList.java
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrList.java?rev=427703&r1=427702&r2=427703&view=diff
==============================================================================
---
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrList.java
(original)
+++
incubator/ode/trunk/tools/src/main/java/org/apache/ode/tools/rr/cline/RrList.java
Tue Aug 1 13:02:42 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;